From 87387f1b71cb67dfea034886c228c63da94fe434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 25 Sep 2008 08:00:52 +0000 Subject: stripped full path from the logfile before mailing it svn path=/trunk/; revision=10309 --- scripts/auto-build/run-automated-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build') 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 () -- cgit v1.2.1