From e9927deecbcc5454d6493104cd784ecce7326a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 7 Oct 2008 07:21:29 +0000 Subject: elaborate on the fact, that the logfile might not be available svn path=/trunk/; revision=10326 --- scripts/auto-build/run-automated-builder | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'scripts/auto-build') diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index d0bb3373..0a9e8661 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -1,5 +1,12 @@ #!/bin/sh + +## TODO: +# - change the logfile name +# - use a wrapper for rsync to handle platform specifics +# - check whether rsync (or any other upload mechanism) is present + and mail accordingly + cd / # On Mac OS X, there are some handy things in Fink, but don't override the @@ -19,7 +26,7 @@ mailbody_on_failure () { cat ${LOGFILE} | grep -i "error: " | tail -20 # tail -20 ${LOGFILE} echo "" - echo "the full logfile can be viewed at" + echo "the full logfile - if it has been succesfully uploaded - can be viewed at:" echo "http://autobuild.puredata.info/auto-build/${DATE}/logs/${LOGFILE##*/}" } -- cgit v1.2.1