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

Michael Schwendt mschwendt at fedoraproject.org
Fri May 15 20:56:19 UTC 2009


Author: mschwendt

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

Modified Files:
	Utils.py 
Log Message:
todo: decide on level of inheritance


Index: Utils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Utils.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- Utils.py	15 May 2009 20:09:35 -0000	1.33
+++ Utils.py	15 May 2009 20:56:18 -0000	1.34
@@ -156,9 +156,13 @@
     reldist = dist
     if dist.startswith('testing/'):
         reldist = dist.replace('testing/','')
-        if arch and reldist!='development':  # add stable updates repo to list of oldpackagedirs
+        if arch:  # add stable updates repo to list of oldpackagedirs
             oldpackagedirs.append( rpm_repodir(cfg, reldist, arch) )
 
+    # TODO: decision needed - whether to inherit older dists' repos
+    # automatically (and how deep) or whether to keep it fully
+    # configurable
+
     cmd = cfg.createrepo
     if hasattr(cfg,'createrepo_dict'):
         cmd = cfg.createrepo_dict.get(reldist,cmd)




More information about the scm-commits mailing list