[cig-commits] r7432 - cs/buildbot/trunk/buildbot/scripts

leif at geodynamics.org leif at geodynamics.org
Sat Jun 23 15:52:52 PDT 2007


Author: leif
Date: 2007-06-23 15:52:51 -0700 (Sat, 23 Jun 2007)
New Revision: 7432

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
I could sell ice cream...

Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2007-06-23 22:48:55 UTC (rev 7431)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2007-06-23 22:52:51 UTC (rev 7432)
@@ -539,7 +539,7 @@
         packingList = [distdir_arch + "/" + m for m in pl.all]
         archive = distdir_arch + ".tar.gz"
         taggedArchive = tag + "-" + archive
-        os.system("tar cvzf " + archive + " " + " ".join(packingList))
+        status = os.system("tar cvzf " + archive + " " + " ".join(packingList))
         if status != 0:
             sys.exit("tar: exit %d" % status)
 



More information about the cig-commits mailing list