[Cruisecontrolrb-users] Git Branches
Steve Sloan
steve at finagle.org
Mon Jun 23 16:39:21 EDT 2008
Should I expect the CCrb Git support to work on branches? Specifying a branch when I create the project appears to do exactly
nothing (i.e. it still pulls/builds "master").
I tried to hack around this by forcing the branch name in cruise_config.rb, but that doesn't seem to have any effect:
Project.configure do |project|
# Force Git branch
project.source_control = Git.new :branch => '5.1'
...
end
Any suggestions? Should I just dive into the CCrb code and start debugging?
-- Steve
More information about the Cruisecontrolrb-users
mailing list