diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-03 14:17:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-03 14:17:54 +0000 |
commit | a47dca01985afeecfb72e8e2631804bb01035d3c (patch) | |
tree | fee758423a3374ec3d1fdc3dc89605d127f2a63a | |
parent | 2c28ca3d913ea479c2414e8c4bc3087be18a87f8 (diff) |
whoops, forgot the distro in the path
svn path=/trunk/; revision=5470
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 3 |
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" |