/hg/buildbot: Configure underpowered fedora slaves with --disabl...
vanaltj at icedtea.classpath.org
vanaltj at icedtea.classpath.org
Fri Aug 17 07:32:08 PDT 2012
changeset 1bedbc59aeed in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=1bedbc59aeed
author: Jon VanAlten <jon.vanalten at redhat.com>
date: Fri Aug 17 10:30:40 2012 -0400
Configure underpowered fedora slaves with --disable-docs
(prevents timeouts)
diffstat:
icedtea/master.cfg | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 05e41e1c037b -r 1bedbc59aeed icedtea/master.cfg
--- a/icedtea/master.cfg Sun Apr 01 10:02:11 2012 +0200
+++ b/icedtea/master.cfg Fri Aug 17 10:30:40 2012 -0400
@@ -218,7 +218,9 @@
f1f15.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
f1f15.addStep(ShellCommand(command=["./autogen.sh"], workdir="src", description="autogen"))
f1f15.addStep(ShellCommand(command=["rm", "-rf", "build"], workdir=".", description="clean build dir"))
-f1f15.addStep(Configure(command=["../src/configure"], workdir="build"))
+f1f15.addStep(Configure(command=[ "../src/configure",
+ "--disable-docs"],
+ workdir="build"))
f1f15.addStep(Compile(command=["make", "-j4"], workdir="build"))
f1f15.addStep(JTRegCheck(command=["make", "check"], workdir="build"))
icedtea_web_builder_f15_x86 = { 'name': "icedtea-web-f15-x86",
@@ -230,7 +232,9 @@
f1f16.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
f1f16.addStep(ShellCommand(command=["./autogen.sh"], workdir="src", description="autogen"))
f1f16.addStep(ShellCommand(command=["rm", "-rf", "build"], workdir=".", description="clean build dir"))
-f1f16.addStep(Configure(command=["../src/configure"], workdir="build"))
+f1f16.addStep(Configure(command=[ "../src/configure",
+ "--disable-docs"],
+ workdir="build"))
f1f16.addStep(Compile(command=["make", "-j4"], workdir="build"))
f1f16.addStep(JTRegCheck(command=["make", "check"], workdir="build"))
icedtea_web_builder_f16_x86 = { 'name': "icedtea-web-f16-x86",
More information about the distro-pkg-dev
mailing list