[llvm-commits] [zorg] r167553 - /zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
David Dean
david_dean at apple.com
Wed Nov 7 13:44:11 PST 2012
Author: ddean
Date: Wed Nov 7 15:44:11 2012
New Revision: 167553
URL: http://llvm.org/viewvc/llvm-project?rev=167553&view=rev
Log:
Formatting, no functional change.
Modified:
zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
Modified: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py?rev=167553&r1=167552&r2=167553&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py Wed Nov 7 15:44:11 2012
@@ -21,11 +21,11 @@
f = buildbot.process.factory.BuildFactory()
# Determine the build directory.
- f.addStep(buildbot.steps.shell.SetProperty(name="get_builddir",
- command=["pwd"],
- property="builddir",
- description="set build dir",
- workdir="."))
+ f.addStep(SetProperty(name="get_builddir",
+ command=["pwd"],
+ property="builddir",
+ description="set build dir",
+ workdir="."))
# Find out what version of llvm and clang are needed to build this version
# of lldb. Right now we will assume they use the same version.
More information about the llvm-commits
mailing list