extras-buildsys/utils/pushscript Config_Extras.py,1.18,1.19

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Dec 28 15:15:02 UTC 2006


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
Exclude the few old partial releases for FC-3 from being pruned. They are the result of semi-manual builds for specific archs.


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Config_Extras.py	28 Nov 2006 00:15:12 -0000	1.18
+++ Config_Extras.py	28 Dec 2006 15:15:02 -0000	1.19
@@ -64,7 +64,7 @@
                }
 
 # packages to exclude from being pruned: dist => Python regexp list
-repoprune_keepdict = {'3': ["-kmod$"],
+repoprune_keepdict = {'3': ["-kmod$","amaya","gnome-vfsmm26","libgnomemm26","libgnomeuimm26","xtide","wxGTK"],
                       '4': ["-kmod$"],
                       '5': ["-kmod$"],
                       '6': ["-kmod$"],




More information about the scm-commits mailing list