r12321 - /tools/snapshots/scripts/snapshot-package

kilian at users.alioth.debian.org kilian at users.alioth.debian.org
Mon Aug 13 11:36:10 UTC 2007


Author: kilian
Date: Mon Aug 13 11:36:10 2007
New Revision: 12321

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12321
Log:
fix last commit.

Modified:
    tools/snapshots/scripts/snapshot-package

Modified: tools/snapshots/scripts/snapshot-package
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/snapshots/scripts/snapshot-package?rev=12321&op=diff
==============================================================================
--- tools/snapshots/scripts/snapshot-package (original)
+++ tools/snapshots/scripts/snapshot-package Mon Aug 13 11:36:10 2007
@@ -315,7 +315,7 @@
         os.unlink(base + '/tarballs/' + package_orig)
         package_storage.remove()
         return False
-      else:
+      #else:
       #  print "Tarball valid."
 
       # continue with linking that tarball where it's needed.
@@ -371,6 +371,7 @@
       repository = 'git'
       pkg_cmd = "/usr/bin/git-buildpackage" 
       if entry.get('release_cmd', None):
+        sys.stdout.write("Running extra release cmd: %s\n" % entry['release_cmd'])
         cleaner_cmd = '%s;fakeroot debian/rules clean' % entry['release_cmd']
       else:
         cleaner_cmd = 'fakeroot debian/rules clean'




More information about the pkg-gnome-commits mailing list