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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 11:36:51 PST 2011


Author: brad
Date: 2011-03-07 11:36:50 -0800 (Mon, 07 Mar 2011)
New Revision: 18044

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Temporarily remove constructing source distribution tarball to speed debugging.

Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2011-03-07 19:34:24 UTC (rev 18043)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2011-03-07 19:36:50 UTC (rev 18044)
@@ -639,7 +639,7 @@
     if config.packaging is None:
         sys.exit('no packaging configuation; try "svn propedit buildbot:config ."')
 
-    if opSys == "linux":
+    if opSys == "linux" and False: # TEMPORARY
         # 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