use download.samba.org::ftp/unpacked/
[build-farm.git] / 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 $?"