public
Description: Remote multi-server automation tool. This repository is no longer being actively maintained. Please ask on the mailing list to find someone who has a well-maintained fork. Thanks!
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Remove an unused variable declaration.
Jamis Buck (author)
Thu Jun 05 20:31:58 -0700 2008
commit  cf64e4013c9a317911f2b1ceb66611e289377cb5
tree    c228948fb45ed111c75fc14b0fd727c09bc1b985
parent  41c0da75259f92632e22d12606350b837b286c39
...
27
28
29
30
31
32
33
34
...
27
28
29
 
 
30
31
32
0
@@ -27,8 +27,6 @@ _cset :deploy_via, :checkout
0
 _cset(:deploy_to) { "/u/apps/#{application}" }
0
 _cset(:revision)  { source.head }
0
 
0
-_cset :runner_admin, nil
0
-
0
 # =========================================================================
0
 # These variables should NOT be changed unless you are very confident in
0
 # what you are doing. Make sure you understand all the implications of your

Comments