From a090aa5bb96aaab02fda347da9ba3f554bd56972 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 4 Mar 2009 05:10:26 +0000 Subject: an attempt at getting symlinked files working under MinGW/Cygwin by copying them to files svn path=/trunk/; revision=10830 --- 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 adfa9530..5b76f3fa 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 -a ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/" + "rsync --archive --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