[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: s390 buildd?



On 05/02/08 at 11:43 -0800, Steve Langasek wrote:
> On Tue, Feb 05, 2008 at 08:17:04PM +0100, Hakan Ardo wrote:
> > Hi,
> > 15/12 I released gcc-avr version 1:4.2.2-1, but acording to:
> 
> >    http://buildd.debian.org/build.php?pkg=gcc-avr
> 
> > the s390 buildd has not yet tried to build it. What might be the problem?
> 
> The s390 buildd maintainer presumes to mark all packages as 'Not-for-us' if
> he doesn't feel like building them for the arch, without bothering to reach
> a consensus first together with the maintainer, the ftp masters, or the
> maintainers of the P-a-s overrides.

I think that the following patch would solve this problem in a nice and
easy way:

--- update_out.py.orig	2008-02-05 15:29:47.000000000 -0700
+++ update_out.py	2008-02-05 15:30:16.000000000 -0700
@@ -25,8 +25,8 @@
 
 # Configuration information
 
-expected_arches = 11
-allarches = [ 'i386', 'sparc', 'alpha', 'powerpc', 'arm', 'hppa', 'ia64', 'mips', 'mipsel', 's390', 'amd64' ]
+expected_arches = 10
+allarches = [ 'i386', 'sparc', 'alpha', 'powerpc', 'arm', 'hppa', 'ia64', 'mips', 'mipsel', 'amd64' ]
 
 mindays = { "low" : 10, "medium" : 5, "high" : 2, "critical" : 0, 
 	    "emergency" : 0 }
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |


Reply to: