diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-04 05:25:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-04 05:25:15 +0000 |
commit | fb1d123d1e72e93ee28a4995614370528627b4b5 (patch) | |
tree | 531df2b2dd2ab91379410ad0c8c7b4d6082a15e3 /scripts/auto-build/run-automated-builder | |
parent | a090aa5bb96aaab02fda347da9ba3f554bd56972 (diff) |
it seems I also have to turn off the link support implied by --archive
svn path=/trunk/; revision=10831
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 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/ |