[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4230: Piss off, asciidoc dependency. (buildbot/trunk)
Author: edmanm
Date: 2010-03-06 15:58:43 -0500 (Sat, 06 Mar 2010)
New Revision: 4230
Modified:
buildbot/trunk/master.cfg
Log:
Piss off, asciidoc dependency.
Modified: buildbot/trunk/master.cfg
===================================================================
--- buildbot/trunk/master.cfg 2010-03-03 20:52:27 UTC (rev 4229)
+++ buildbot/trunk/master.cfg 2010-03-06 20:58:43 UTC (rev 4230)
@@ -129,7 +129,8 @@
branch="master")
tor_master_factory.addStep(ShellCommand, name="autogen", command=["./autogen.sh"],
env={'NOCONF' : "1" }, haltOnFailure=True)
-tor_master_factory.addStep(Configure, command=["./configure", "--enable-gcc-warnings"])
+tor_master_factory.addStep(Configure, command=["./configure", "--enable-gcc-warnings",
+ "--disable-asciidoc"])
tor_master_factory.addStep(Compile, command=["make"])
tor_master_factory.addStep(Test, command=["src/test/test", "--debug"])