From 42f650de364de7f858d43827ee3bc2976d4085ac Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Aug 2006 13:49:35 +0000 Subject: moved log files to a subdir for each day svn path=/trunk/; revision=5709 --- 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 80063a3f..f913f560 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -15,7 +15,7 @@ run_build_script () su pd -c "sh /home/pd/auto-build/${distro}/scripts/auto-build/${distro}-auto-builder.sh" >> $LOGFILE 2>&1 - rsync -a ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/ + rsync -a ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/ # send status report if something failed completion_test=`tail -1 ${LOGFILE}` -- cgit v1.2.1