The branch, master has been updated
via bbaa8f3 use download.samba.org::ftp/unpacked/
from 6ccf7e2 Use cksum(1) instead of sum(1). Some operating systems such
as OpenBSD do not have sum(1). POSIX OS's have cksum(1).
https://git.samba.org/?p=build-farm.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit bbaa8f3bf3a38c7c1d5f7d02a90a8bcc7b440c7a
Author: Stefan Metzmacher <[email protected]>
Date: Fri Jul 10 11:02:46 2015 +0200
use download.samba.org::ftp/unpacked/
Signed-off-by: Stefan Metzmacher <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
build_test.fns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/build_test.fns b/build_test.fns
index 6fa841d..7fad7f1 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 $?"
--
build.samba.org