public
Description: Continuous Integration. In a Box!
Homepage: http://github.com/thewoolleyman/cinabox/tree/master/README.txt
Clone URL: git://github.com/thewoolleyman/cinabox.git
switch back to thoughtworks master, Alexey pushed the daemon patch
thewoolleyman (author)
Fri Aug 15 13:41:37 -0700 2008
commit  366ff42e1ff95423f174e3d146cbb286979b91e3
tree    91c2a06f1184bb79acf2a9aa689587c83d569935
parent  7a7e93b085d739739392df043f9b48aca5aeae87
...
9
10
11
12
13
14
 
15
16
17
...
9
10
11
 
 
 
12
13
14
15
0
@@ -9,9 +9,7 @@ class Cinabox
0
     current_user = "#{ENV['USER']}"
0
     ccrb_home = ENV['CCRB_HOME'] || "#{ENV['HOME']}/ccrb"
0
     rubygems_version = ENV['RUBYGEMS_VERSION'] || '1.2.0'
0
- # Use my branch until the pull request for daemon patch is accepted
0
- # ccrb_branch = ENV['CCRB_BRANCH'] || "git://github.com/thoughtworks/cruisecontrol.rb.git"
0
- ccrb_branch = ENV['CCRB_BRANCH'] || "git://github.com/thewoolleyman/cruisecontrol.rb.git"
0
+ ccrb_branch = ENV['CCRB_BRANCH'] || "git://github.com/thoughtworks/cruisecontrol.rb.git"
0
     cinabox_dir = File.expand_path(File.dirname(__FILE__))
0
     ccrb_daemon_template = ENV['CCRB_DAEMON_TEMPLATE'] || "#{ccrb_home}/daemon/cruise.sample"
0
     

Comments

    No one has commented yet.