aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-09-25 08:00:52 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-09-25 08:00:52 +0000
commit87387f1b71cb67dfea034886c228c63da94fe434 (patch)
tree64c3383d40d3d6987c14764fca0aef856361a54a /scripts/auto-build/run-automated-builder
parentd1dca9de62ebc8e25eceeb6cdc7f278e94ca13c8 (diff)
stripped full path from the logfile before mailing it
svn path=/trunk/; revision=10309
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder2
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 ()