Add config files for nightly s390 builds.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12016
This commit is contained in:
Florian Krohm 2011-09-09 02:56:00 +00:00
parent 5c99f0796b
commit 3453b6f4f4
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ABT_DETAILS="Fedora 13/14/15 mix with gcc 3.5.3 on z196 (s390x)"
ABT_JOBS=8

View File

@ -0,0 +1,8 @@
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
/usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" -a "$3.gz" valgrind-developers@lists.sourceforge.net < $2
rm -f "$3.gz"
else
/usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" valgrind-developers@lists.sourceforge.net < $2
fi

View File

@ -0,0 +1,2 @@
ABT_DETAILS="SUSE Linux Enterprise Server 11 SP1 gcc 4.3.4 on z196 (s390x)"
ABT_JOBS=8

8
nightly/conf/sless390.sendmail Executable file
View File

@ -0,0 +1,8 @@
if [ $# -ge 3 ]; then
gzip -9 <"$3" >"$3.gz"
/usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" -a "$3.gz" valgrind-developers@lists.sourceforge.net < $2
rm -f "$3.gz"
else
/usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" valgrind-developers@lists.sourceforge.net < $2
fi