extras-buildsys/utils/pushscript Config_Extras.py,1.56,1.57

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Wed Jun 6 18:34:13 UTC 2007


Author: wtogami

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

Modified Files:
	Config_Extras.py 
Log Message:
pidgin must be multilib to avoid breaking upgrades



Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- Config_Extras.py	3 Jun 2007 11:27:04 -0000	1.56
+++ Config_Extras.py	6 Jun 2007 18:34:11 -0000	1.57
@@ -69,7 +69,7 @@
                                       },
                }
 multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
-               '6' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
+               '6' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel', 'pidgin' ] },
                '5' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                }
 




More information about the fedora-extras-commits mailing list