[FFmpeg-cvslog] fate-rsync: replace -a by -rlt

Michael Niedermayer git at videolan.org
Wed Nov 7 18:37:04 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov  6 14:45:51 2012 +0100| [9dfe07a1fbcd489a210c82596675b43ca7c3ca74] | committer: Michael Niedermayer

fate-rsync: replace -a by -rlt

This remove the owner, group and permission preservation on fatesample checkouts
These caused problems for durandal_1707

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dfe07a1fbcd489a210c82596675b43ca7c3ca74
---

 tests/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 06a5aa7..da7fdc1 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -134,7 +134,7 @@ ifdef SAMPLES
 FATE += $(FATE_FULL) $(FATE_FULL-yes)
 FATE += $(FATE_EXTERN)
 fate-rsync:
-	rsync -vaLW --timeout=60 --contimeout=60 rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES)
+	rsync -vrltLW --timeout=60 --contimeout=60 rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES)
 else
 fate::
 	@echo "warning: only a subset of the fate tests will be run because SAMPLES is not specified"



More information about the ffmpeg-cvslog mailing list