From: Stefan Metzmacher Date: Fri, 10 Jul 2015 09:02:46 +0000 (+0200) Subject: use download.samba.org::ftp/unpacked/ X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=bbaa8f3bf3a38c7c1d5f7d02a90a8bcc7b440c7a use download.samba.org::ftp/unpacked/ Signed-off-by: Stefan Metzmacher --- diff --git a/build_test.fns b/build_test.fns index 6fa841db..7fad7f17 100644 --- a/build_test.fns +++ b/build_test.fns @@ -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 $?"