On Tue, 2006-07-04 at 09:58 -0400, Joe Todaro wrote: > > Hi, > I'm having a problem *not* being able to build 'i686' packages (i.e. > optional_arches=i686) anymore *after* having upgraded our plague > server/builder (Opteron x86_64) a couple of weeks ago from > plague-0.4.3 to *plague-0.5.0*. The problem happens only with i686 > (optional_arches=i686) -- not with i386 (base_arches=i386) which > continues to work flawlessly.
Found and fixed in CVS HEAD. Patch attached that should apply against an installed copy of plague-server as well. Thanks for the report, and sorry for the lag. Cheers, Dan
Index: server/Config.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/server/Config.py,v retrieving revision 1.17 diff -u -r1.17 Config.py --- /usr/share/plague/server/Config.py 28 Apr 2006 03:17:41 -0000 1.17 +++ /usr/share/plague/server/Config.py 15 Jul 2006 17:17:32 -0000 @@ -272,7 +272,7 @@ return self._base_arches def optarches(self): - return self._base_arches + return self._opt_arches def repo(self): return self._repo
-- Fedora-buildsys-list mailing list Fedora-buildsys-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-buildsys-list