From b94ba813fb872552355d872d773906dff41a2f0b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 6 Mar 2014 10:53:31 +1100 Subject: [PATCH] getch_trees: use akpm module for fetching and compress stuff --- fetch_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2