diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-02 00:21:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-02 00:21:48 +0000 |
commit | 382e5a55b5a58a3d0b3c1b3a2fcda22f92832c93 (patch) | |
tree | 9c730626e374a798e6429d5a9af83072eba903c8 /scripts/auto-build | |
parent | d01b1ab35c3684951c90956c82840300e5778b98 (diff) |
fixed stupid search-n-replace bug
svn path=/trunk/; revision=10826
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index cbb92a5e..adfa9530 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -35,9 +35,9 @@ run_build_script () distro=$1 chroot=$2 - BUILDSCRIPT="${BUILDSCRIPT}" + BUILDSCRIPT="${HOME}/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh" ## LATER: make the uploaded ${LOGFILE} (name) be consistent with the uploaded package-file (name) - LOGFILE="${HOME}/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${distro}_${BUILDSCRIPT}.txt" + LOGFILE="${HOME}/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${distro}_${SCRIPT}.txt" touch "${LOGFILE}" if [ -d /var/chroot/$chroot ]; then |