Also irgendwie sind da die Batch-Scripte immernoch inne Wurst... :(

Kann das einer mal vernuenftig testen??


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@431 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-23 13:30:56 +00:00
parent c338acb820
commit bcbb829a35
3 changed files with 110 additions and 9 deletions

View File

@@ -476,16 +476,16 @@ batch_script() {
$0 build
evaluate 1 mail_me ERROR
echo "### UPLOADING ISO"
$0 upload iso
evaluate 1 mail_me ISO
# echo "### UPLOADING ISO"
# $0 upload iso
# evaluate 1 mail_me ISO
echo -ne "### UPLOADING PAKS"
$0 upload paks
evaluate 1 mail_me PAKS
# echo -ne "### UPLOADING PAKS"
# $0 upload paks
# evaluate 1 mail_me PAKS
echo -ne "${BOLD}***SUCCESS!${NORMAL}"
evaluate 0 mail_me SUCCESS
mail_me success
exit 0
}
@@ -503,7 +503,7 @@ mail_me() {
SUBJECT="SUCCESS: IPFIRE-BUILD R$SVN_REVISION on `hostname`"
cat <<END > /tmp/ipfire_mail_body
Building IPFire on `hostname` in Revision $SVN_REVISION was successfull!
You can find the ISO on your ftp server.
You can find the ISO on your ftp server if you told the script where it is.
Statistics:
-----------