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

_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to