Re: wanna-build / how to sort packages on buildds?

2011-05-02 Thread Goswin von Brederlow
Ingo Jürgensmann i...@2011.bluespice.org writes: On Sun, 1 May 2011 01:36:38 +0200, Andreas Barth wrote: Sometimes we have a few packages we don't want to build on a certain buildds. Sometimes this is because this package needs lots of ram. Or it takes quite long and would waste the

Re: wanna-build / how to sort packages on buildds?

2011-05-02 Thread Goswin von Brederlow
Roger Leigh rle...@codelibre.net writes: I just wanted to add that if you would like more statistics reporting for this purpose, I'll be happy to add that to sbuild. Currently we only really report build time and disc space. If you want additional data such as number of cores used,

Re: wanna-build / how to sort packages on buildds?

2011-05-02 Thread Scott Kitterman
On Saturday, April 30, 2011 07:36:38 PM Andreas Barth wrote: Hi, I have a problem I need to solve in perl within wanna-build: Sometimes we have a few packages we don't want to build on a certain buildds. Sometimes this is because this package needs lots of ram. Or it takes quite long and

Re: wanna-build / how to sort packages on buildds?

2011-05-02 Thread Andreas Barth
* Scott Kitterman (deb...@kitterman.com) [110502 19:32]: If one could do something like: wb gb libieee1284 mod-wsgi nflog-bindings zinnia . ia64 . !caballero good idea. I'll consider how to do that. Andi -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of

Re: wanna-build / how to sort packages on buildds?

2011-05-01 Thread Tollef Fog Heen
]] Andreas Barth Hi, | Now my question is just: How to do that efficient? I.e. how would such | a configuration file look like, and how the code to distribute the | package on the most fitting buildd(s)? (I.e. it's better to waste 5 | out of 6 cores than to not build a package at all, but a

Re: wanna-build / how to sort packages on buildds?

2011-05-01 Thread Ingo Jürgensmann
On Sun, 1 May 2011 01:36:38 +0200, Andreas Barth wrote: Sometimes we have a few packages we don't want to build on a certain buildds. Sometimes this is because this package needs lots of ram. Or it takes quite long and would waste the parallel building a machine supports. Or whatever else. Of

Re: wanna-build / how to sort packages on buildds?

2011-05-01 Thread Roger Leigh
On Sun, May 01, 2011 at 01:36:38AM +0200, Andreas Barth wrote: I have a problem I need to solve in perl within wanna-build: Sometimes we have a few packages we don't want to build on a certain buildds. Sometimes this is because this package needs lots of ram. Or it takes quite long and would

Re: wanna-build / how to sort packages on buildds?

2011-05-01 Thread Andreas Barth
* Ingo Jürgensmann (i...@2011.bluespice.org) [110501 11:55]: On Sun, 1 May 2011 01:36:38 +0200, Andreas Barth wrote: Now, what I would like to do is to write that down in a central file with categories. I would recommend to use a database, really. Sorry, but that's not at all the answer to

Re: wanna-build / how to sort packages on buildds?

2011-05-01 Thread Andreas Barth
* Roger Leigh (rle...@codelibre.net) [110501 12:02]: I just wanted to add that if you would like more statistics reporting for this purpose, I'll be happy to add that to sbuild. I only worry about the ~20-40 packages that are currently sitting in some no_auto_build on the buildds. Not more but

wanna-build / how to sort packages on buildds?

2011-04-30 Thread Andreas Barth
Hi, I have a problem I need to solve in perl within wanna-build: Sometimes we have a few packages we don't want to build on a certain buildds. Sometimes this is because this package needs lots of ram. Or it takes quite long and would waste the parallel building a machine supports. Or whatever