Bil Kleb
2009-Mar-17 14:56 UTC
[Cruisecontrolrb-users] cruise start ignores some command line options
Hi, I''m hacking on CC.rb^1 and would like it to reload source, but I can''t seem to get it to run in development mode or to not start the builders, e.g., ./cruise start --daemon --without-builders --environment=development [builders started] [running production mode] Should I file a Lighthouse ticket, or am I using this incorrectly? Confused, -- Bil Kleb http://fun3d.larc.nasa.gov http://twitter.com/bil_kleb [1] http://github.com/kleb/cruisecontrol.rb/
Chad Woolley
2009-Mar-17 16:06 UTC
[Cruisecontrolrb-users] cruise start ignores some command line options
I''m not sure. Why not just hack it locally to use development instead of production mode? Or just start it with script/server? On Tue, Mar 17, 2009 at 7:56 AM, Bil Kleb <Bil.Kleb at nasa.gov> wrote:> Hi, > > I''m hacking on CC.rb^1 and would like it to reload source, > but I can''t seem to get it to run in development mode or > to not start the builders, e.g., > > ?./cruise start --daemon --without-builders --environment=development > > ?[builders started] > ?[running production mode] > > Should I file a Lighthouse ticket, or am I using this incorrectly? > > Confused, > -- > Bil Kleb > http://fun3d.larc.nasa.gov > http://twitter.com/bil_kleb > > [1] http://github.com/kleb/cruisecontrol.rb/ > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >
Bil Kleb
2009-Mar-17 16:19 UTC
[Cruisecontrolrb-users] cruise start ignores some command line options
Chad Woolley wrote:> I''m not sure. Why not just hack it locally to use development instead > of production mode? Or just start it with script/server?Can do, but then `cruise start` should not advertise these as options? Regards, -- Bil
Chad Woolley
2009-Mar-19 16:41 UTC
[Cruisecontrolrb-users] cruise start ignores some command line options
On Tue, Mar 17, 2009 at 9:19 AM, Bil Kleb <Bil.Kleb at nasa.gov> wrote:> Can do, but then `cruise start` should not advertise these as options?Probably. Make it do what you want and submit a patch :)