From: Stephen Rothwell Date: Wed, 5 Mar 2014 23:53:31 +0000 (+1100) Subject: getch_trees: use akpm module for fetching X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=b94ba813fb872552355d872d773906dff41a2f0b;p=next-scripts getch_trees: use akpm module for fetching and compress stuff --- diff --git a/fetch_trees b/fetch_trees index 6eb01c8..3396ced 100755 --- a/fetch_trees +++ b/fetch_trees @@ -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