/hg/buildbot: fix master.cfg
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Thu Aug 11 04:00:03 PDT 2011
changeset 4490440ca358 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=4490440ca358
author: Xerxes Ranby <xerxes at zafena.se>
date: Thu Aug 11 13:00:04 2011 +0200
fix master.cfg
diffstat:
icedtea/master.cfg | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r abc2e1778aef -r 4490440ca358 icedtea/master.cfg
--- a/icedtea/master.cfg Thu Aug 11 11:29:29 2011 +0200
+++ b/icedtea/master.cfg Thu Aug 11 13:00:04 2011 +0200
@@ -423,8 +423,7 @@
"--disable-docs",
"--enable-cacao"],
workdir="build"))
-f3anc.addStep(Compile(command=["make",
- workdir="build"))
+f3anc.addStep(Compile(workdir="build"))
f3anc.addStep(JTRegCheck(command=["make", "check-hotspot"],
description="check-hotspot",
workdir="build"))
More information about the distro-pkg-dev
mailing list