[zorg] r188785 - [llvmlab] Change an absolute curl_flags reference to use the curl_flags from local.cfg.

Michael Gottesman mgottesman at apple.com
Tue Aug 20 03:04:09 PDT 2013


Author: mgottesman
Date: Tue Aug 20 05:04:09 2013
New Revision: 188785

URL: http://llvm.org/viewvc/llvm-project?rev=188785&view=rev
Log:
[llvmlab] Change an absolute curl_flags reference to use the curl_flags from local.cfg.

Modified:
    zorg/trunk/zorg/buildbot/Artifacts.py

Modified: zorg/trunk/zorg/buildbot/Artifacts.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/Artifacts.py?rev=188785&r1=188784&r2=188785&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/Artifacts.py (original)
+++ zorg/trunk/zorg/buildbot/Artifacts.py Tue Aug 20 05:04:09 2013
@@ -193,7 +193,7 @@ def GetCompilerArtifacts(f):
             workdir=WithProperties('%(builddir)s')))
     f.addStep(buildbot.steps.shell.ShellCommand(
               name='download.artifacts',
-              command=['curl', '-fvLo', 'host-compiler.tar.gz',
+              command=['curl', curl_flags, 'host-compiler.tar.gz',
                        WithProperties('%(get_curl)s', get_curl=determine_url)],
               haltOnFailure=True, description=['download build artifacts'],
               workdir=WithProperties('%(builddir)s')))





More information about the llvm-commits mailing list