On Sep 27, 2009, at 9:11 AM, Noah Slater <[email protected]> wrote:

Hey,

+f5.addStep(Compile(command=["./bootstrap"]))
+f5.addStep(Compile(command=["./configure" , "--prefix=/tmp/ couchdb"]))

Why are we using --prefix here?


Just noticed this. Build bot does a wipe before each run and I wanted to be able to run tests after a make install.


+f5.addStep(Compile(command=["make"]))
+f5.addStep(Compile(command=["make" , "dev"]))
+f5.addStep(Compile(command=["make" , "check"]))

Can we add:

f5.addStep(Compile(command=["make" , "distcheck"]))

+c['status'].append(words.IRC(host="irc.freenode.net", nick="couchdb-bot",
+                             allowForce=True,
+                             channels=["#asftest"],
+                             categories=["couchdb-trunk"]))

Can we change the bot to "couchbot" instead?

Paul, can you liaise with infrastructure to get these changes put in?

Thanks,

--
Noah Slater, http://tumbolia.org/nslater

Reply via email to