From: Jan-Benedict G. <jb...@us...> - 2005-12-16 12:23:15
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15547 Modified Files: run_test_build.sh Log Message: - Call me "Nemo", for now... Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- run_test_build.sh 16 Dec 2005 11:51:53 -0000 1.2 +++ run_test_build.sh 16 Dec 2005 12:23:06 -0000 1.3 @@ -22,6 +22,8 @@ BUILD_BAD="${6}" LOCKFILE="${7}" +I_AM="Nemo" + # # $1: Subject # @@ -42,7 +44,7 @@ echo "if the lockfile is stale and remove it if neccessary." echo "" echo "Thanks," - echo " Your automatic buildscript" + echo " Your ${I_AM}" echo "" ) | send_stdin "Found lockfile" exit 1 @@ -70,7 +72,7 @@ echo "------------------ >8 =========================" echo "" echo "Thanks," - echo " Your automatic buildscript" + echo " Your ${I_AM}" echo "" ) | send_stdin "Updating sources failed" unlock @@ -95,7 +97,7 @@ echo "------------------ >8 =========================" echo "" echo "Have a nice day," - echo " Your automatic buildscript" + echo " Your ${I_AM}" echo "" ) | send_stdin "Successful build for ${TARGET}" mv "${BUILD_DIRECTORY}/build.log" "${BUILD_OKAY}" @@ -115,7 +117,7 @@ echo "------------------ >8 =========================" echo "" echo "Have a nice day," - echo " Your automatic buildscript" + echo " ${I_AM}" echo "" ) | send_stdin "Failed build for ${TARGET}" mv "${BUILD_DIRECTORY}/build.log" "${BUILD_BAD}" |