extras-buildsys/utils/pushscript Config_Extras.py,1.44,1.45

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Apr 22 20:05:09 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
no 64-bit blender anymore - bz #237423


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- Config_Extras.py	20 Apr 2007 11:37:32 -0000	1.44
+++ Config_Extras.py	22 Apr 2007 20:05:06 -0000	1.45
@@ -70,9 +70,9 @@
                                         ]
                                       },
                }
-multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
-               '6' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
-               '5' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
+multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'blender', 'wine', 'wine-arts', 'wine-devel' ] },
+               '6' : { 'x86_64' : [ 'blender', 'wine', 'wine-arts', 'wine-devel' ] },
+               '5' : { 'x86_64' : [ 'blender', 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
 # packages to exclude from being pruned: dist => Python regexp list




More information about the scm-commits mailing list