public
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/mbailey/deprec.git
updated git to 1.6.0.1
thorny-sun (author)
Sat Aug 30 22:42:56 -0700 2008
mbailey (committer)
Mon Sep 08 19:44:48 -0700 2008
commit  89462c4401fb62f7080fa564b27c857b92163870
tree    755c623d176ce93df9f19f30d4dc3f36868dea70
parent  65e8d87ab33e3dc8767d54728cb9e392da010d96
...
10
11
12
13
14
 
 
15
16
17
...
94
95
96
97
98
 
...
10
11
12
 
 
13
14
15
16
17
...
94
95
96
 
97
98
0
@@ -10,8 +10,8 @@ Capistrano::Configuration.instance(:must_exist).load do
0
       set :git_root, '/var/git'
0
 
0
       SRC_PACKAGES[:git] = {
0
-        :url => "http://kernel.org/pub/software/scm/git/git-1.5.5.4.tar.gz",
0
-        :md5sum => "8255894042c8a6db07227475b8b4622f  git-1.5.5.4.tar.gz"
0
+        :url => "http://kernel.org/pub/software/scm/git/git-1.6.0.1.tar.gz",
0
+        :md5sum => "7096bac44acbb73f916d3089aa3fdee6  git-1.6.0.1.tar.gz"
0
       }
0
 
0
       desc "Install git"
0
@@ -94,4 +94,4 @@ Capistrano::Configuration.instance(:must_exist).load do
0
 
0
     end 
0
   end
0
-end
0
\ No newline at end of file
0
+end

Comments