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

brad at geodynamics.org brad at geodynamics.org
Thu Mar 24 13:55:21 PDT 2011


Author: brad
Date: 2011-03-24 13:55:20 -0700 (Thu, 24 Mar 2011)
New Revision: 18136

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Re-enable creation of sourc tarball.

Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2011-03-24 19:43:00 UTC (rev 18135)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2011-03-24 20:55:20 UTC (rev 18136)
@@ -639,7 +639,7 @@
     if config.packaging is None:
         sys.exit('no packaging configuation; try "svn propedit buildbot:config ."')
 
-    if opSys == "linux" and False: # TEMPORARY
+    if opSys == "linux":
         # We only need one of these; do it on Linux only.
         archive = distdir + ".tar.gz"
         taggedArchive = tag + "-" + archive



More information about the CIG-COMMITS mailing list