From 432de6d7dfcd59fe61cc535c6334bc83e19d0572 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 28 Sep 2012 16:23:18 +0000 Subject: set rsync server via a single variable in auto-build-common svn path=/trunk/; revision=16312 --- scripts/auto-build/run-automated-builder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/auto-build/run-automated-builder') diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 911e25ac..4e86ae5e 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -57,10 +57,10 @@ run_build_script () case $SYSTEM in mingw*) /c/cygwin/bin/sh -c \ - "rsync --archive --no-links --copy-links ${LOGFILE} rsync://128.238.56.50/upload/${DATE}/logs/" + "rsync --archive --no-links --copy-links ${LOGFILE} rsync://${RSYNC_SERVER}/upload/${DATE}/logs/" ;; *) - rsync -a "$LOGFILE" rsync://128.238.56.50/upload/${DATE}/logs/ + rsync -a "$LOGFILE" rsync://${RSYNC_SERVER}/upload/${DATE}/logs/ ;; esac -- cgit v1.2.1