extras-buildsys/utils/pushscript Config_EPEL.py,1.13,1.14

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Oct 29 12:34:09 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_EPEL.py 
Log Message:
configure RepoPrune 'keep' value for testing repos


Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Config_EPEL.py	15 Oct 2007 20:53:17 -0000	1.13
+++ Config_EPEL.py	29 Oct 2007 12:34:06 -0000	1.14
@@ -72,12 +72,14 @@
     'testing/4' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
-# packages to exclude from being pruned: dist => Python regexp list
+# packages to exclude from being pruned
+# keep = max.releases per pkg
+# whitelist = Python regexp list
 repoprune_keepdict = {
                       '4': ["-kmod$"],
                       '5': ["-kmod$"],
-                      'testing/4': ["-kmod$"],
-                      'testing/5': ["-kmod$"],
+                      'testing/4': { 'keep':1, 'whitelist':["-kmod$"] },
+                      'testing/5': { 'keep':1, 'whitelist':["-kmod$"] },
                       }
 
 # repository symlinks to remove/create since they confuse createrepo




More information about the fedora-extras-commits mailing list