[zorg] r188695 - [llvmlab] The link directory for published validated builds is "validated_builds" not "latest_validated".
Michael Gottesman
mgottesman at apple.com
Mon Aug 19 12:34:08 PDT 2013
Author: mgottesman
Date: Mon Aug 19 14:34:08 2013
New Revision: 188695
URL: http://llvm.org/viewvc/llvm-project?rev=188695&view=rev
Log:
[llvmlab] The link directory for published validated builds is "validated_builds" not "latest_validated".
Modified:
zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py
Modified: zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py?rev=188695&r1=188694&r2=188695&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py (original)
+++ zorg/trunk/zorg/buildbot/PhasedBuilderUtils.py Mon Aug 19 14:34:08 2013
@@ -285,7 +285,7 @@ def PublishGoodBuild():
haltOnFailure = True,
description = ['create', 'validated', 'dir', 'for', buildname]))
- artifacts_str = os.path.join(artifacts_dir, 'latest_validated',
+ artifacts_str = os.path.join(artifacts_dir, 'validated_builds',
buildname, file_str)
f.addStep(MasterShellCommand(
More information about the llvm-commits
mailing list