From 382e5a55b5a58a3d0b3c1b3a2fcda22f92832c93 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 2 Mar 2009 00:21:48 +0000 Subject: fixed stupid search-n-replace bug svn path=/trunk/; revision=10826 --- scripts/auto-build/run-automated-builder | 4 ++-- 1 file 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 -- cgit v1.2.1