diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-13 15:23:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-13 15:23:39 +0000 |
commit | 05d7c6dd29ea58c61d1478db4dc002a774c17952 (patch) | |
tree | 3fc323c1e1ebb5cc4f733bf86e9f15a9bd738004 /scripts/auto-build/run-automated-builder | |
parent | 04ab7898a7520b18d8136eba5e3b9a32f62551d8 (diff) |
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
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 2 |
1 files changed, 1 insertions, 1 deletions
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 |