nightly builds at -commits@
Status: Beta
Brought to you by:
vhex
|
From: Justin F. <vh...@us...> - 2004-05-26 08:02:28
|
1) I have sent a request to add -commits@ to gmane. 2) The script for performing nightly builds seems to be working well now. I have redirected it to send mail to -commits@. I now want systems other than OpenBSD to do the same. If anyone has a machine that can spare some ten minutes each night, I'd like to hear from you. The script will need access to cvs.sourceforge.net over pserver (port 2401). I'm using the following crontab entry: 0 0 * * * cd /home/hex/.nightly && test -x nightly && (sh nightly 2>&1|mail -s "`date +'%Y/%m/%d'`: faerion tree periodic build (`uname`)" fae...@li...) The script requires no human interaction (however, if that's possible -- I'd like to have (restricted) access to the machine to perform necessary testing and patching if anything breaks down and I can't resolve the problem on a different system). |