[zorg] r311131 - Don't show output prefix
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 15:27:49 PDT 2017
Author: cmatthews
Date: Thu Aug 17 15:27:49 2017
New Revision: 311131
URL: http://llvm.org/viewvc/llvm-project?rev=311131&view=rev
Log:
Don't show output prefix
This only every runs in one place, the prefix is not needed.
Modified:
zorg/trunk/llvm-lnt/fabfile.py
Modified: zorg/trunk/llvm-lnt/fabfile.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/llvm-lnt/fabfile.py?rev=311131&r1=311130&r2=311131&view=diff
==============================================================================
--- zorg/trunk/llvm-lnt/fabfile.py (original)
+++ zorg/trunk/llvm-lnt/fabfile.py Thu Aug 17 15:27:49 2017
@@ -14,6 +14,7 @@ here = os.path.dirname(os.path.realpath(
home = expanduser("~")
env.use_ssh_config = True
+env.output_prefix = False
# The remote LNT venv location.
LNT_VENV = "/srv/lnt/sandbox"
More information about the llvm-commits
mailing list