the main repository on this server is at version <%= @main_repo_code %>.
the last time it was deployed was at <%= Time.now.strftime("%I:%M %p on %A") %>
<%= committer_list %> committed to this project since <%= @commit_range_beginning.strftime("%I:%M %p on %A %B %d") %>s
<%= committer_detail %>#
<%= (@submodule_list.nil? || @submodule_list == '') ? '' : "here are the version codes for the submodules in use:
" + @submodule_list.gsub("\n", '
') %>
this project is being stored with
git and hosted on
github
git uses alphanumerical codes to name the different versions of each codebase.
you can use github to look them up
http://github.com/username/repository/commit/alphanumerical-code
http://github.com/schwabsauce/railevant/commit/6daae03
or plug them into your own copy of the repos to investigate.
git checkout alphanumerical-code
git checkout 8534273