aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-12 21:52:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-12 21:52:59 +0000
commit04ab7898a7520b18d8136eba5e3b9a32f62551d8 (patch)
treec0b5fb511bee4c82733a779f3971f42ffefeb642 /scripts/auto-build/run-automated-builder
parentc95ea541b8d683f1e504d645a8aad24638bc38c3 (diff)
added logfile uploading
svn path=/trunk/; revision=5572
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder
index a1962b90..34994f39 100755
--- a/scripts/auto-build/run-automated-builder
+++ b/scripts/auto-build/run-automated-builder
@@ -15,6 +15,8 @@ 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}/
+
# send status report if something failed
completion_test=`tail -1 ${LOGFILE}`
if [ "x${completion_test}" != "xSUCCESS" ]; then