Hey,

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

Why are we using --prefix here?

>> +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