]> git.ozlabs.org Git - next-scripts/blobdiff - fetch_trees
getch_trees: use akpm module for fetching
[next-scripts] / fetch_trees
index 6eb01c8418e90494a6627dc976fb13247c577610..3396cede86458468020684206cff7cd91c171a8c 100755 (executable)
@@ -28,7 +28,7 @@ for name in $trees; do
                        echo "Cannot chdir to ../mmotm" 1>&2
                        continue
                }
-               rsync -avHP --exclude .git --exclude broken-out.tar.gz --delete ozlabs.org:~akpm/public_html/mmotm/. .
+               rsync -avHPz --exclude .git --exclude broken-out.tar.gz --delete ozlabs.org::akpm/mmotm/. .
                # we only use the fist lines of {origin,linux-next}.patch
                [ -f broken-out/origin.patch ] &&
                        sed -i 1q broken-out/origin.patch