New. Support for nightlybuild for SuSE.
This commit is contained in:
parent
a34a5fd23c
commit
1fb8b9af73
2 changed files with 12 additions and 0 deletions
8
src/scripts/nightly/conf/suse.i386.config
Normal file
8
src/scripts/nightly/conf/suse.i386.config
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
SCRIPTDIR=/home/empire
|
||||||
|
BOXDIR=boxes
|
||||||
|
LOGDIR=logs
|
||||||
|
INSTANCE=suse.i386
|
||||||
|
EMPPORT=8889
|
||||||
|
NIGHTLY_SKIP_STEP=
|
||||||
|
export CVS_RSH=ssh
|
||||||
|
export CVSROOT=:pserver:anonymous@ron-VM1:/download/empserver
|
4
src/scripts/nightly/cron/cron.suse.i386
Normal file
4
src/scripts/nightly/cron/cron.suse.i386
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd /home/empire
|
||||||
|
./nightlybuild.sh suse.i386.config
|
||||||
|
./report.sh suse.i386.config | mutt -s 'empserver suse.i386' empserver-devel@lists.sourceforge.net
|
Loading…
Add table
Add a link
Reference in a new issue