]> git.ozlabs.org Git - next-scripts/commitdiff
fetch_trees: stick to IPv4 for now
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Mar 2022 07:30:42 +0000 (18:30 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Mar 2022 07:30:42 +0000 (18:30 +1100)
fetch_trees

index 2db70cdb77e15bf0ba00ff54dda4a7bbf0447c24..df10800f32dcd0921bdf79d2d3d39de71049692a 100755 (executable)
@@ -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