[zorg] r322330 - This is an out of date builder. Use the new location
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 11 15:55:23 PST 2018
Author: cmatthews
Date: Thu Jan 11 15:55:23 2018
New Revision: 322330
URL: http://llvm.org/viewvc/llvm-project?rev=322330&view=rev
Log:
This is an out of date builder. Use the new location
Modified:
zorg/trunk/llvmbisect/llvmlab/ci.py
Modified: zorg/trunk/llvmbisect/llvmlab/ci.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/llvmbisect/llvmlab/ci.py?rev=322330&r1=322329&r2=322330&view=diff
==============================================================================
--- zorg/trunk/llvmbisect/llvmlab/ci.py (original)
+++ zorg/trunk/llvmbisect/llvmlab/ci.py Thu Jan 11 15:55:23 2018
@@ -447,7 +447,7 @@ name, list the available builds for that
min_rev, max_rev))
return available_builds
-DEFAULT_BUILDER = "clang-stage1-configure-RA_build"
+DEFAULT_BUILDER = "clang-stage1-configure-RA"
def action_bisect(name, args):
More information about the llvm-commits
mailing list