extras-buildsys/utils/pushscript Config_EPEL.py, 1.14, 1.15 Config_Extras.py, 1.61, 1.62

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


Author: mschwendt

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

Modified Files:
	Config_EPEL.py Config_Extras.py 
Log Message:



Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Config_EPEL.py	29 Oct 2007 12:34:06 -0000	1.14
+++ Config_EPEL.py	29 Oct 2007 12:46:09 -0000	1.15
@@ -72,9 +72,9 @@
     'testing/4' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
-# packages to exclude from being pruned
+# RepoPrune customisation
 # keep = max.releases per pkg
-# whitelist = Python regexp list
+# whitelist = Python regexp list of pkgs to exclude
 repoprune_keepdict = {
                       '4': ["-kmod$"],
                       '5': ["-kmod$"],


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- Config_Extras.py	8 Sep 2007 17:25:45 -0000	1.61
+++ Config_Extras.py	29 Oct 2007 12:46:09 -0000	1.62
@@ -73,9 +73,11 @@
                '5' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
-# packages to exclude from being pruned: dist => Python regexp list
-repoprune_keepdict = {'5': ["-kmod$"],
-                      '6': ["-kmod$"],
+# RepoPrune customisation
+# keep = max.releases per pkg
+# whitelist = Python regexp list of pkgs to exclude
+repoprune_keepdict = {'5': { 'keep':1, 'whitelist':["-kmod$"] },
+                      '6': { 'keep':2, 'whitelist':["-kmod$"] },
                       'development': [],
                       }
 




More information about the fedora-extras-commits mailing list