I''ve uncommented the line at the bottom of config/site_config.rb to keep 20 builds. Looking in ~/.cruise/projects/<project> I see 66 builds. I don''t see any smoking gun in log/production.log. The build output and ccrb are running as the same user. Why aren''t my builds reaping?
Did you restart your cruise server / daemon? On 11 Nov 2008, at 23:15, Mike Perham wrote:> I''ve uncommented the line at the bottom of config/site_config.rb to > keep 20 builds. Looking in ~/.cruise/projects/<project> I see 66 > builds. I don''t see any smoking gun in log/production.log. The build > output and ccrb are running as the same user. Why aren''t my builds > reaping? > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
Yes. In fact, I''ve rebooted the machine. Cruise still shows 50+ builds. On Wed, Nov 12, 2008 at 2:38 AM, Matt Wynne <matt at mattwynne.net> wrote:> Did you restart your cruise server / daemon? > > On 11 Nov 2008, at 23:15, Mike Perham wrote: > >> I''ve uncommented the line at the bottom of config/site_config.rb to >> keep 20 builds. Looking in ~/.cruise/projects/<project> I see 66 >> builds. I don''t see any smoking gun in log/production.log. The build >> output and ccrb are running as the same user. Why aren''t my builds >> reaping?
On 12 Nov 2008, at 21:54, Mike Perham wrote:> Yes. In fact, I''ve rebooted the machine. Cruise still shows 50+ > builds.Bummer. Here''s what we have at ~/.cruise/site_config.rb BuildReaper.number_of_builds_to_keep = 20 That seems to be working for us. What version of ccrb are you running? Can you see the plugin inside the source code for the server? it should be in <path to ccrb app>/lib/builder_plugins/ cheers, Matt
Yes, but my site_config is in CCRB_HOME/config/site_config.rb. Will that work? On Wed, Nov 12, 2008 at 4:08 PM, Matt Wynne <matt at mattwynne.net> wrote:> > On 12 Nov 2008, at 21:54, Mike Perham wrote: >> >> Yes. In fact, I''ve rebooted the machine. Cruise still shows 50+ builds. > > Bummer. Here''s what we have at ~/.cruise/site_config.rb > > BuildReaper.number_of_builds_to_keep = 20 > > That seems to be working for us. What version of ccrb are you running? > > Can you see the plugin inside the source code for the server? it should be > in <path to ccrb app>/lib/builder_plugins/ > > cheers, > Matt > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >
On 12 Nov 2008, at 22:12, Mike Perham wrote:> Yes, but my site_config is in CCRB_HOME/config/site_config.rb. Will > that work?No idea, I''m not an expert, just a helpful individual :) And on your evidence, my guess is that it won''t! Try using the one in CRUISE_DATA_ROOT instead and see if that does the trick. cheers, Matt> > > On Wed, Nov 12, 2008 at 4:08 PM, Matt Wynne <matt at mattwynne.net> > wrote: >> >> On 12 Nov 2008, at 21:54, Mike Perham wrote: >>> >>> Yes. In fact, I''ve rebooted the machine. Cruise still shows 50+ >>> builds. >> >> Bummer. Here''s what we have at ~/.cruise/site_config.rb >> >> BuildReaper.number_of_builds_to_keep = 20 >> >> That seems to be working for us. What version of ccrb are you >> running? >> >> Can you see the plugin inside the source code for the server? it >> should be >> in <path to ccrb app>/lib/builder_plugins/ >> >> cheers, >> Matt >> _______________________________________________ >> Cruisecontrolrb-users mailing list >> Cruisecontrolrb-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >> > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users