extras-buildsys/utils extras-push-new,1.53,1.54

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Sep 3 15:19:09 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-push-new 
Log Message:
fix cut'n'paste mistake


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- extras-push-new	3 Sep 2006 13:25:36 -0000	1.53
+++ extras-push-new	3 Sep 2006 15:19:06 -0000	1.54
@@ -706,7 +706,7 @@
         for dist in changed:
             changedagain = False
             for arch in archdict[dist]:  # list of repo archs
-                changedagain |= resolveMissing(dist,arch)
+                changedagain |= ExtrasMultiLib.resolveMissing(dist,arch)
             if changedagain:
                 run_and_check('extras-repobuild.py %s' % dist)
         




More information about the scm-commits mailing list