extras-buildsys/utils/pushscript Config_Extras.py,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Oct 23 11:25:18 UTC 2006


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
adjust config from repomanage -> repoprune



Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Config_Extras.py	20 Oct 2006 13:00:21 -0000	1.6
+++ Config_Extras.py	23 Oct 2006 11:25:15 -0000	1.7
@@ -26,7 +26,7 @@
 
 class opts:
     mail = True
-    repomanage = True
+    repoprune = True
     repoview = True
     signkeycheck = True
     doublesync = False
@@ -64,13 +64,13 @@
                '3' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
-# packages to exclude from being repomanaged: dist => shell quoted path regexp
-repomanage_keepdict = {'3': "'/\([^/]\+-\)\?kmod-'",
-                       '4': "'/\([^/]\+-\)\?kmod-'",
-                       '5': "'/\([^/]\+-\)\?kmod-'",
-                       '6': "'/\([^/]\+-\)\?kmod-'",
-                       'development': "'/\([^/]\+-\)\?kmod-'",
-                       }
+# packages to exclude from being pruned: dist => Python regexp list
+repoprune_keepdict = {'3': ["-kmod$"],
+                      '4': ["-kmod$"],
+                      '5': ["-kmod$"],
+                      '6': ["-kmod$"],
+                      'development': ["-kmod$"],
+                      }
 
 # repository symlinks to remove/create since they confuse createrepo
 repobuild_linkdict = {}
@@ -121,8 +121,6 @@
 #repoview = '/usr/bin/repoview'
 repoview = '/srv/extras-push/work/repoview'
 
-repomanage = '/usr/bin/repomanage'
-
 #post_cmds = []
 post_cmds = ['upgradecheck.py -c %s' % os.path.expanduser('~/work/upgradecheck/upgradecheck-core+extras.conf'),
              'nohup rc-run-all.py &'




More information about the scm-commits mailing list