extras-buildsys/utils ExtrasPushUtils.py,1.11,1.12

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Sep 20 18:40:02 UTC 2006


Author: scop

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17749

Modified Files:
	ExtrasPushUtils.py 
Log Message:
Report devel before others.


Index: ExtrasPushUtils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ExtrasPushUtils.py	20 Sep 2006 12:50:22 -0000	1.11
+++ ExtrasPushUtils.py	20 Sep 2006 18:39:59 -0000	1.12
@@ -29,7 +29,7 @@
 treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project)
 stagesdir = '/srv/rpmbuild/repodir'
 
-alldists = [ '5', '4', '3', 'development' ] # also the order in build reports
+alldists = [ 'development', '5', '4', '3' ] # also the order in build reports
 
 archdict = {'3':['x86_64', 'i386'], 
             '4':['ppc','x86_64', 'i386'],




More information about the scm-commits mailing list