From fb1d123d1e72e93ee28a4995614370528627b4b5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 4 Mar 2009 05:25:15 +0000 Subject: it seems I also have to turn off the link support implied by --archive svn path=/trunk/; revision=10831 --- 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 5b76f3fa..69eba376 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -49,7 +49,7 @@ run_build_script () case $SYSTEM in mingw*) /c/cygwin/bin/sh -c \ - "rsync --archive --copy-links ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/" + "rsync --archive --no-links --copy-links ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/" ;; *) rsync -a "$LOGFILE" rsync://128.238.56.50/upload/${DATE}/logs/ -- cgit v1.2.1