diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-09-25 08:00:52 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-09-25 08:00:52 +0000 |
commit | 87387f1b71cb67dfea034886c228c63da94fe434 (patch) | |
tree | 64c3383d40d3d6987c14764fca0aef856361a54a /scripts | |
parent | d1dca9de62ebc8e25eceeb6cdc7f278e94ca13c8 (diff) |
stripped full path from the logfile before mailing it
svn path=/trunk/; revision=10309
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index b0c79d18..656fb65a 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -18,7 +18,7 @@ mailbody_on_failure () { tail -20 ${LOGFILE} echo "" echo "the full logfile can be viewed at" - echo "http://autobuild.puredata.info/auto-build/${DATE}/logs/${LOGFILE}" + echo "http://autobuild.puredata.info/auto-build/${DATE}/logs/${LOGFILE##*/}" } run_build_script () |