Re: two schedules at diferents times

2007-06-28 Thread Jesse McConnell

set the one that is to build at midnight to 'build fresh'

that will blow away the working copy and check it out again and build it

jesse

On 6/28/07, Martin Alejandro Villalobos [EMAIL PROTECTED] wrote:

Hello, I've a question.
I want add two diferentes schedules to a project in continuum, actually
is using 1.1-alpha-2.
I want that one schedule that throw each five minutes and the second
schedule will be throw one time at midnight.
The problem es that, when the last build is generated before the
midnight is done, then the next update will not see changes from the
previous.
There is some solution for this scenario?

Thanks for all.

Martin.





--
jesse mcconnell
[EMAIL PROTECTED]


Re: two schedules at diferents times

2007-06-28 Thread Olivier Dehon

Just an idea, but maybe every schedule should have its own working
directory (or at least an option should be present to configure it that 
way),

this way the code changes for one schedule wouldn't consumed by the other
schedule. Wiping out when building fresh means that snapshot artifacts
get generated that can be exactly the same from build to build...

I understand this might mean pretty drastic changes to the data model 
though.


-Olivier

Jesse McConnell wrote:

set the one that is to build at midnight to 'build fresh'

that will blow away the working copy and check it out again and build it

jesse

On 6/28/07, Martin Alejandro Villalobos 
[EMAIL PROTECTED] wrote:

Hello, I've a question.
I want add two diferentes schedules to a project in continuum, actually
is using 1.1-alpha-2.
I want that one schedule that throw each five minutes and the second
schedule will be throw one time at midnight.
The problem es that, when the last build is generated before the
midnight is done, then the next update will not see changes from the
previous.
There is some solution for this scenario?

Thanks for all.

Martin.