]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added a "fetchall" option.
authorWayne Davison <wayned@samba.org>
Sun, 16 Dec 2007 23:02:42 +0000 (15:02 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 16 Dec 2007 23:02:42 +0000 (15:02 -0800)
prepare-source

index ff1e6ba13a42a4d74d81ec83a8777d7bd9be9895..3cb7096ea8bfb39f73078c42a9f867cc300643eb 100755 (executable)
@@ -15,6 +15,8 @@ elif test x"$1" = x"fetch"; then
        files='[cp]*'
     fi
     rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/"$files" .
+elif test x"$1" = x"fetchall"; then
+    rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/'*' .
 else
     exit 1
 fi