On Tue, Sep 22, 2009 at 4:08 PM, Alexey Verkhovsky
<[email protected]> wrote:
> All,
>
> A stupid question: how in the current scheme of things would you go about
> creating a nightly build (something that runs at a certain time every day,
> no matter what)? I can only think of a daily cron that does "touch
> ~/.cruise/projects/foo/build_requested". Which is kind of a meh, because
> it's a piece of configuration unduly separated from cruise_config.rb
>
> I'm thinking of the following addition to the config language:
>
>   project.build_every :hour, :at => 15.minutes # default 0.minutes, so every
> hour on the hour
>   project.build_every :day, :at => "01:00:00" # default 01:00:00
>   project.build_every :week, :on => "Wed", :at => "01:00:00" # default
> Monday, 01:00:00
>
> Would this be a desirable feature or a kitchen sink?

People ask for this all the time, and I always assumed it was possible
without investigating.  It isn't?  Or is it only possible to build at
a given interval, but not at a given time?

In any case, I think the language you propose would be a good addition.

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

Reply via email to