use download.samba.org::ftp/unpacked/
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Jul 2015 09:02:46 +0000 (11:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 10 Jul 2015 09:02:46 +0000 (11:02 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
build_test.fns

index 6fa841dbf5c6fe34935461df195b4b8cdd1276af..7fad7f17ea97ff0f0a58ac513638d028dfb248f9 100644 (file)
@@ -118,7 +118,7 @@ fetch_tree() {
                fetchtree=$1
                if rsync --exclude=autom4te.cache/ --exclude=.svn/ --exclude=.git/ \
                        --delete-excluded -q --partial --timeout=200 -ctrlpz --delete --ignore-errors \
-                       samba.org::ftp/unpacked/$fetchtree/ $test_root/$fetchtree; then
+                       download.samba.org::ftp/unpacked/$fetchtree/ $test_root/$fetchtree; then
                        echo "transferred $fetchtree OK"
                else
                        echo "transfer of $fetchtree failed code $?"