aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/auto-build-common
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/auto-build-common
parentb464a98ab94cbe3f0e2814161a366afdeabfe99d (diff)
switch rsync uploading to apt.puredata.info
svn path=/trunk/; revision=16556
Diffstat (limited to 'scripts/auto-build/auto-build-common')
-rw-r--r--scripts/auto-build/auto-build-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/auto-build-common b/scripts/auto-build/auto-build-common
index 40d6a69b..f0d75424 100644
--- a/scripts/auto-build/auto-build-common
+++ b/scripts/auto-build/auto-build-common
@@ -5,7 +5,7 @@ SYSTEM=$(uname -s | sed 'y|ABCDEFGHIJKLMNOPQRSTUVWXYZ|abcdefghijklmnopqrstuvwxyz
DATE=$(date +%Y-%m-%d)
TIME=$(date +%H.%M.%S)
HOSTNAME=$(hostname | sed 's|\([a-zA-Z0-9-]\)\..*|\1|' | sed 'y|ABCDEFGHIJKLMNOPQRSTUVWXYZ|abcdefghijklmnopqrstuvwxyz|')
-RSYNC_SERVER=blinky.at.or.at
+RSYNC_SERVER=apt.puredata.info
# use the hostname from /etc/hostname in case we are a chroot build enviroment
if [ -e /etc/hostname ]; then