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/tcltk_core-8-5-branch_auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh') diff --git a/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh index 8f4b129f..effc0dc0 100755 --- a/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh +++ b/scripts/auto-build/tcltk_core-8-5-branch_auto-builder.sh @@ -67,7 +67,7 @@ upload_build () case $SYSTEM in mingw*) test -e ${archive} && /c/cygwin/bin/sh -c \ - "rsync --archive --copy-links ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ + "rsync --archive --no-links --copy-links ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\ echo "successfully uploaded: ${upload_filename}" && \ echo SUCCESS ;; -- cgit v1.2.1