From: Stephen Rothwell Date: Wed, 30 Mar 2022 07:30:42 +0000 (+1100) Subject: fetch_trees: stick to IPv4 for now X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=2020a98a9fa8016ce8c460bead46fea07cda6219;p=next-scripts fetch_trees: stick to IPv4 for now --- 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