extras-buildsys/utils/pushscript Utils.py,1.32,1.33

Michael Schwendt mschwendt at fedoraproject.org
Fri May 15 20:09:35 UTC 2009


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24249

Modified Files:
	Utils.py 
Log Message:
no stable repo for development dist


Index: Utils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Utils.py	15 May 2009 19:53:07 -0000	1.32
+++ Utils.py	15 May 2009 20:09:35 -0000	1.33
@@ -156,7 +156,7 @@
     reldist = dist
     if dist.startswith('testing/'):
         reldist = dist.replace('testing/','')
-        if arch:  # add stable updates repo to list of oldpackagedirs
+        if arch and reldist!='development':  # add stable updates repo to list of oldpackagedirs
             oldpackagedirs.append( rpm_repodir(cfg, reldist, arch) )
 
     cmd = cfg.createrepo




More information about the scm-commits mailing list