Re: Dedicated build machines?

2003-06-06 Thread Nicola Ken Barozzi
Berin Loritsch wrote, On 04/06/2003 19.29: Adam Jack wrote: ... That said, the new Pythong Gump (an experiment) does some good error checking. I have some good Directed Acyclic Graph checking code that will allow for checking dependencies and catching circular dependencies. It will also allow

Re: Dedicated build machines?

2003-06-05 Thread Leo Simons
Berin Loritsch wrote: Does GUMP have the ability to determine dependencies so that if all I wanted to do was run GUMP builds on one project with its dependencies, it would be able to generate the proper profile for me? nope, but it should be rather easy to build. There is a reverse direction graph

Re: Dedicated build machines?

2003-06-05 Thread Berin Loritsch
Adam Jack wrote: Does GUMP have the ability to determine dependencies so that if all I wanted to do was run GUMP builds on one project with its dependencies, it would be able to generate the proper profile for me? No, and whittling a custom profile is a painfully slow thing (using trial and error

Re: Dedicated build machines?

2003-06-05 Thread Adam Jack
> Does GUMP have the ability to determine dependencies so that if all I > wanted to do was run GUMP builds on one project with its dependencies, > it would be able to generate the proper profile for me? No, and whittling a custom profile is a painfully slow thing (using trial and error), and Sam r

Re: Dedicated build machines?

2003-06-05 Thread Berin Loritsch
Leo Simons wrote: Berin Loritsch wrote: How long does it take to have a GUMP run go? on a desktop-class duron 1ghz / 256MB 266DDR / UDMA1000 7200rpm / red hat linux / 100mbit / sun jdk1.4.1 machine, it takes about 3 hours to rsync and copy over all the cvs modules, then it takes about 4 hours

Re: Dedicated build machines?

2003-06-05 Thread Berin Loritsch
Leo Simons wrote: Berin Loritsch wrote: Such a continuous integration machine can save a lot of time and hardware thrashing if it used a RAM drive to do the actual builds--since we are only interested in the results anyway. Perhaps use the /tmp directory bound to a RAM drive and do individual

Re: Dedicated build machines?

2003-06-05 Thread Leo Simons
Berin Loritsch wrote: How long does it take to have a GUMP run go? on a desktop-class duron 1ghz / 256MB 266DDR / UDMA1000 7200rpm / red hat linux / 100mbit / sun jdk1.4.1 machine, it takes about 3 hours to rsync and copy over all the cvs modules, then it takes about 4 hours to perform all the b

Dedicated build machines?

2003-06-04 Thread Berin Loritsch
How long does it take to have a GUMP run go? The reason I ask is that the approach for the http://cvs.apache.org site would work if there were one or two continuous integration machines, and the build results were rsync'd over to the serving machine. In an ideal world, I would like to be able to g