On 05/01/2011 04:49 PM, Reinhard Tartler wrote:
--- Makefile | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)diff --git a/Makefile b/Makefile index 0849443..e453b7a 100644 --- a/Makefile +++ b/Makefile @@ -290,4 +290,11 @@ $(FATE): ffmpeg$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF)) fate-list: @printf '%s\n' $(sort $(FATE)) +fate-rsync: +ifdef SAMPLES + rsync -aL rsync://fate-suite.libav.org:/fate-suite/ $(SAMPLES)
Please add the -W flag to rsync. Partial file transfer is pointless for FATE samples and it is known to waste quite a bit of CPU on the server.
-Vitor _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
