extras-buildsys/utils extras-push-new,1.33,1.34

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jun 10 20:40:19 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-push-new 
Log Message:
useful comments


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- extras-push-new	10 Jun 2006 20:37:18 -0000	1.33
+++ extras-push-new	10 Jun 2006 20:40:16 -0000	1.34
@@ -507,7 +507,7 @@
             for arch in archdict[dist]:
                 if opts.excludearch_for_noarch and arch in excludearch:
                         print 'EXCLUDEARCH: Not releasing %s for %s.' % (pkg_fn,arch)
-                        continue
+                        continue  # with next arch
                 if package in files['debuginfo']:
                     arch = '%s/debug' % arch
                 destloc = os.path.join(destdir, arch, pkg_fn)
@@ -521,7 +521,7 @@
                 if not linked:
                     debugcopy2(srcloc,destloc)
                     linkloc = destloc
-            continue
+            continue  # with next package
             
         elif a in ['i386', 'i486', 'i586', 'i686', 'athlon']:
             if package in files['debuginfo']:
@@ -543,7 +543,7 @@
 
         else:
             print 'Unknown arch %s' % a
-            continue
+            continue  # with next package
 
         destloc = os.path.join(destdir, arch, pkg_fn)
         debugmove(srcloc,destloc)




More information about the scm-commits mailing list