[Collab-qa-commits] r1486 - udd/udd

Andreas Tille tille at alioth.debian.org
Sun Jun 14 06:24:13 UTC 2009


Author: tille
Date: 2009-06-14 06:24:12 +0000 (Sun, 14 Jun 2009)
New Revision: 1486

Modified:
   udd/udd/ftpnew_gatherer.py
Log:
Make sure all binaries will be injected


Modified: udd/udd/ftpnew_gatherer.py
===================================================================
--- udd/udd/ftpnew_gatherer.py	2009-06-13 17:32:35 UTC (rev 1485)
+++ udd/udd/ftpnew_gatherer.py	2009-06-14 06:24:12 UTC (rev 1486)
@@ -410,9 +410,9 @@
             in_description = 1
             description = de_html(match.groups()[0]) + "\n"
       srci.close()
-      srco.close()      
-#        cur.execute("EXECUTE ftpnew_insert (%s, %s, %s, %s)"\
-#          % (quote(pkg), pkg_type, quote(tag), quote(ftpnew_gatherer.code_to_tag_type_map[code])));
+      srco.close()
+      # Append last read binary package to list of binary packages
+      binpkgs.append(binpkg)
       if srcpkg.s['Queue'] != 'ignore':
         # print srcpkg
         srcpkg.check_dict()




More information about the Collab-qa-commits mailing list