extras-buildsys/utils ExtrasPushUtils.py,1.1,1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Aug 20 12:35:18 UTC 2006


Author: mschwendt

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

Modified Files:
	ExtrasPushUtils.py 
Log Message:
- move a few more shared values to ExtrasPushUtils module (to be continued)
- make extras-push-new use module



Index: ExtrasPushUtils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtrasPushUtils.py	20 Aug 2006 12:26:07 -0000	1.1
+++ ExtrasPushUtils.py	20 Aug 2006 12:35:15 -0000	1.2
@@ -21,6 +21,9 @@
 project = 'extras'
 
 treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project)
+stagesdir = '/srv/rpmbuild/repodir'
+
+alldists = [ '5', '4', '3', 'development' ] # also the order in build reports
 
 archdict = {'3':['x86_64', 'i386'], 
             '4':['ppc','x86_64', 'i386'],




More information about the fedora-extras-commits mailing list