From 05d7c6dd29ea58c61d1478db4dc002a774c17952 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 13 Aug 2006 15:23:39 +0000 Subject: added hostname to logfile name so that the logfiles can be distiguished from each other once uploaded to the web server svn path=/trunk/; revision=5580 --- scripts/auto-build/run-automated-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/run-automated-builder') diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 34994f39..80063a3f 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -10,7 +10,7 @@ run_build_script () { distro=$1 - LOGFILE=/home/pd/logs/${DATE}_${TIME}_-_${SYSTEM}_-_${distro}_-_${SCRIPT}.txt + LOGFILE=/home/pd/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${distro}_${SCRIPT}.txt touch ${LOGFILE} su pd -c "sh /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh" >> $LOGFILE 2>&1 -- cgit v1.2.1