nightly build: remove "pcbart" config, rename "cellbuzz" into "nightly" and restore previously removed kernel versions.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3813 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-08-17 06:58:21 +00:00
parent d554d56423
commit de5c72d569
5 changed files with 27 additions and 28 deletions

View File

@@ -1,6 +0,0 @@
# Specifics for the Cellbuzz system.
ABT_DETAILS="x86_64, Fedora 10"
ABT_JOBS=3
ABT_KERNELS="3.0.1 2.6.39.4 2.6.38.8 2.6.37.6 2.6.36.4 2.6.35.14 2.6.35.14-u-nc 2.6.34.10-nc 2.6.33.17-nc 2.6.32.44-nc 2.6.31.14-nc 2.6.30.10-nc 2.6.29.6-nc 2.6.27.59-nc"

26
nightly/conf/nightly.conf Normal file
View File

@@ -0,0 +1,26 @@
# Nightly build configuration.
ABT_DETAILS="x86_64"
ABT_JOBS=3
ABT_KERNELS=" \
3.0.1 \
2.6.39.4 \
2.6.38.8 \
2.6.37.6 \
2.6.36.4 \
2.6.35.14 \
2.6.35.14-u-nc \
2.6.34.10-nc \
2.6.33.17-nc \
2.6.32.44-nc \
2.6.31.14-nc \
2.6.30.10-nc \
2.6.29.6-nc \
2.6.28.10-nc \
2.6.27.59-nc \
2.6.26.8-nc \
2.6.25.20-nc \
2.6.24.7-nc \
2.6.23.17-nc \
"

View File

@@ -7,6 +7,7 @@ usage() {
}
recipients="scst-devel@lists.sourceforge.net"
recipients="bvanassche@acm.org"
while [ "$1" != "${1#-}" ]
do

View File

@@ -1,8 +0,0 @@
# Specifics for Bart Van Assche's PC.
ABT_DETAILS="x86_64, openSUSE 11.1"
ABT_JOBS=3
ABT_TMPDIR="$HOME/tmp-scst-${USER}-$$"
#ABT_KERNELS="2.6.29.4 2.6.28.10 2.6.27.24 2.6.26.8 2.6.25.20 2.6.24.7 2.6.23.17"
ABT_KERNELS="2.6.29.4 2.6.27.24 2.6.25.20 2.6.23.17"

View File

@@ -1,14 +0,0 @@
#!/bin/sh
# usage: $0 subject file-to-mail [file-to-attach]
# Don't forget to set the variables 'from' and 'realname' in ~/.muttrc !!
recipients="scst-devel@lists.sourceforge.net"
#recipients="bart.vanassche@gmail.com,bart"
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
mutt -s "$1" -a "$3.gz" ${recipients} < "$2"
rm -f "$3.gz"
else
mutt -s "$1" ${recipients} < "$2"
fi