From 2020a98a9fa8016ce8c460bead46fea07cda6219 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 30 Mar 2022 18:30:42 +1100 Subject: [PATCH] fetch_trees: stick to IPv4 for now --- fetch_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_trees b/fetch_trees index 2db70cd..df10800 100755 --- a/fetch_trees +++ b/fetch_trees @@ -42,7 +42,7 @@ fetch_mmotm() printf 'Cannot chdir to ../mmotm\n' 1>&2 return fi - if ! rsync -az --partial --exclude '.git*' \ + if ! rsync -4 -az --partial --exclude '.git*' \ --exclude broken-out.tar.gz --delete \ gandalf.ozlabs.org::akpm/mmotm/. .; then git reset --hard -- 2.39.5