From 7f0be8e2ed7fa92d06067dfc0fa70ab4e1b5588d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 17 Nov 2012 05:12:42 +0000 Subject: switch rsync uploading to apt.puredata.info svn path=/trunk/; revision=16556 --- scripts/auto-build/pd-extended-source-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-extended-source-tarball.sh') diff --git a/scripts/auto-build/pd-extended-source-tarball.sh b/scripts/auto-build/pd-extended-source-tarball.sh index f82e2f60..de4e5efc 100755 --- a/scripts/auto-build/pd-extended-source-tarball.sh +++ b/scripts/auto-build/pd-extended-source-tarball.sh @@ -11,7 +11,7 @@ rsync_file() file=$1 file_upload=$(basename $file) # if the rsync fails, ignore and carry on - (rsync -a ${file} rsync://${RSYNC_SERVER}/upload/${DATE}/${file_upload} && \ + (rsync -a --chmod=a+r -e ssh ${file} ${RSYNC_SERVER}:/home/apt/www/auto-build/${DATE}/${file_upload} && \ echo "successfully uploaded: ${file_upload}") || \ true } -- cgit v1.2.1