diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-10-07 07:21:29 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-10-07 07:21:29 +0000 |
commit | e9927deecbcc5454d6493104cd784ecce7326a5b (patch) | |
tree | 406c27a09e95b0abcd770d46f421a5aed96d36f9 /scripts | |
parent | b71c789525fa43d8d7caca776ece401d14908353 (diff) |
elaborate on the fact, that the logfile might not be available
svn path=/trunk/; revision=10326
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 9 |
1 files changed, 8 insertions, 1 deletions
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##*/}" } |