diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-17 20:19:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-17 20:19:34 +0000 |
commit | db6890ae818efac6d9c4deefb5c84295dda0f3e9 (patch) | |
tree | f1b9983210f097c85fe4f535a8bca76d6576df82 /scripts | |
parent | 6d43e695cc7e158e9ea2d274bcc1ae2e85622ef2 (diff) |
fix name of auto-build server, it must use the 'apt' username
svn path=/trunk/; revision=16560
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/auto-build/auto-build-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/auto-build-common b/scripts/auto-build/auto-build-common index 8280035b..5cfabd5f 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=apt.puredata.info +RSYNC_SERVER=apt@puredata.info # use the hostname from /etc/hostname in case we are a chroot build enviroment if [ -e /etc/hostname ]; then |