Re: [Draconet-users] Another vote for scheduled polling (and rationale).

2003-12-12 Thread Scott Hernandez
Good point David, I wrote that feature, and that sounds exactly like it. We wanted a nightly build to occur only if there were changes since the last nightly build. That is why we needed a no-force-build command line option. I'm adamantly opposed to putting scheduling into draco.net when the oper

Re: [Draconet-users] Dracocli /start hangs...

2003-04-03 Thread Scott Hernandez
Kris, I tried that config. It failed. I switched to CVSNT for the client. Now that I am more familiar with Draco.Net I should spend some time making it work with cygwin's cvs port :) If you figure it out, let me know. - Original Message - From: "Kris Goss" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [Draconet-users] Avoiding premature builds with CVS

2003-03-26 Thread Scott Hernandez
Title: Avoiding premature builds with CVS It actually sleeps for a minute (the time is configurable via the quietperiod) after it sees the first change. When it wakes it looks to see if there were more changes, if so, the cycle is repeated. This goes on until there are no more changes. Then t

Re: [Draconet-users] Builds launched without changes to codebase...

2003-03-06 Thread Scott Hernandez
Yes, but only if you are doing a checkout/get by tag/label. :) In the case of a change to a version release tag/label, and the associated get on that label, can dramatically change the source used for the build. But I assume that right now draco doesn't support builds based on label/tags. It woul