yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07035
[Branch ~yade-dev/yade/trunk] Rev 2723: - removed log4cxx from build options beacause of wrong exit status (https://bugs.launchpad.net/ya...
------------------------------------------------------------
revno: 2723
committer: Rémi Cailletaud <remi.cailletaud@xxxxxxxxxxx>
branch nick: yade
timestamp: Wed 2011-02-09 16:06:40 +0100
message:
- removed log4cxx from build options beacause of wrong exit status (https://bugs.launchpad.net/yade/+bug/410250)
modified:
scripts/build-infrastructure/master.cfg
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/build-infrastructure/master.cfg'
--- scripts/build-infrastructure/master.cfg 2011-02-09 14:35:22 +0000
+++ scripts/build-infrastructure/master.cfg 2011-02-09 15:06:40 +0000
@@ -54,11 +54,11 @@
#c['schedulers'].append(Nightly(name="nightly", branch=None,
# hour=16,minute=55,
# builderNames=["yade-full-test"]))
-
+#
#c['schedulers'].append(Nightly(name="lucid64", branch=None,
# hour=01,minute=23,
# builderNames=["yade-full-lucid64"]))
-
+#
####### BUILDERS
# the 'builders' list defines the Builders. Each one is configured with a
@@ -105,7 +105,7 @@
f1 = factory.BuildFactory()
prefix = "/var/lib/buildbot/yade/yade-full"
f1.addStep(Bzr(repourl=bzrurl, mode="update"))
-f1.addStep(Compile(command=["scons", "features=opengl,gts,openmp,vtk,qt4,cgal,log4cxx",
+f1.addStep(Compile(command=["scons", "features=opengl,gts,openmp,vtk,qt4,cgal",
"chunkSize=20", "jobs=4", "PREFIX=" + prefix]))
f1.addStep(Test(command=[WithProperties(prefix + "/bin/yade-bzr%(got_revision)s"), "--test"]))
f1.addStep(Test(command=[WithProperties(prefix + "/bin/yade-bzr%(got_revision)s"), "--checks"],
@@ -151,6 +151,7 @@
c['builders'] = [b1]
+
####### STATUS TARGETS
# 'status' is a list of Status Targets. The results of each build will be