aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-source-tarball.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-17 05:12:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-17 05:12:42 +0000
commit7f0be8e2ed7fa92d06067dfc0fa70ab4e1b5588d (patch)
tree79da6808e170d7609c75c950046b7e993f9dfc1d /scripts/auto-build/pd-extended-source-tarball.sh
parentb464a98ab94cbe3f0e2814161a366afdeabfe99d (diff)
switch rsync uploading to apt.puredata.info
svn path=/trunk/; revision=16556
Diffstat (limited to 'scripts/auto-build/pd-extended-source-tarball.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-source-tarball.sh2
1 files changed, 1 insertions, 1 deletions
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
}