Switch Linux nightly builds to Ubuntu and add pthread build.

Remove the cron file for SuSE.  Add cron file for Ubuntu.
Remove LWP config file for SuSE.  Add LWP and pthread config
files for Ubuntu.
This commit is contained in:
Ron Koenderink 2008-09-24 20:18:27 -06:00
parent c497da4dcf
commit 787e501420
4 changed files with 19 additions and 7 deletions

View file

@ -1,7 +1,7 @@
SCRIPTDIR=/home/empire
BOXDIR=boxes
LOGDIR=logs
INSTANCE=suse.i386
INSTANCE=ubuntu-lwp.i386
EMPPORT=8889
NIGHTLY_SKIP_STEP=
GITROOT=/home/empire/empserver.git

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
SCRIPTDIR=/home/empire
BOXDIR=boxes
LOGDIR=logs
INSTANCE=ubuntu-pthread.i386
EMPPORT=8889
NIGHTLY_SKIP_STEP=
GITROOT=/home/empire/empserver.git
export LANG=C
export CONFIGURE_OPTIONS="--with-pthread"

View file

@ -1,6 +0,0 @@
#!/bin/sh
cd /home/empire/empserver.git
git pull 2>&1 >/dev/null
cd /home/empire
./nightlybuild.sh suse.i386.config
./report.sh suse.i386.config | mutt -s 'empserver suse.i386' empserver-devel@lists.sourceforge.net

View file

@ -0,0 +1,8 @@
#!/bin/sh
cd /home/empire/empserver.git
git pull 2>&1 >/dev/null
cd /home/empire
./nightlybuild.sh ubuntu-lwp.i386.config
./report.sh ubuntu-lwp.i386.config | mutt -s 'empserver ubuntu-lwp.i386' empserver-devel@lists.sourceforge.net
./nightlybuild.sh ubuntu-pthread.i386.config
./report.sh ubuntu-pthread.i386.config | mutt -s 'empserver ubuntu-pthread.i386' empserver-devel@lists.sourceforge.net