aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-03 14:17:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-03 14:17:54 +0000
commita47dca01985afeecfb72e8e2631804bb01035d3c (patch)
treefee758423a3374ec3d1fdc3dc89605d127f2a63a /scripts/auto-build/run-automated-builder
parent2c28ca3d913ea479c2414e8c4bc3087be18a87f8 (diff)
whoops, forgot the distro in the path
svn path=/trunk/; revision=5470
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder
index 6af463fe..a0269f3d 100755
--- a/scripts/auto-build/run-automated-builder
+++ b/scripts/auto-build/run-automated-builder
@@ -13,8 +13,7 @@ run_build_script ()
LOGFILE=/home/pd/logs/${DATE}_-_${TIME}_-_${SCRIPT}_-_${distro}_-_${SYSTEM}.txt
touch ${LOGFILE}
- su - pd -c /home/pd/auto-build/scripts/auto-build/${distro}-auto-builder.sh \
- >> $LOGFILE 2>&1
+ su - pd -c /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh >> $LOGFILE 2>&1
# send status report
SUBJECT="$HOSTNAME Pd-$SYSTEM $distro build results $DATE $TIME"