Sha256: 42cc4e8f4aa1471fddaf4256d1278f10568185d103b4ffeac553ea066fb76b45

Contents?: true

Size: 1.55 KB

Versions: 6

Compression:

Stored size: 1.55 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
  <title>babygitter report on git repositories in use</title>
</head>
<body>

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
FotoVerite-fotoverite-babygitter-1.0.0 lib/babygitter/assets/templates/original.html.erb
babygitter-1.1.0 lib/babygitter/assets/templates/original.html.erb
babygitter-1.1.1 lib/babygitter/assets/templates/original.html.erb
babygitter-1.1.2 lib/babygitter/assets/templates/original.html.erb
babygitter-1.1.3 lib/babygitter/assets/templates/original.html.erb
babygitter-1.1.5 lib/babygitter/assets/templates/original.html.erb