[FFmpeg-cvslog] fate: fetch samples that match the release series

Reinhard Tartler git at videolan.org
Sun May 12 12:13:35 CEST 2013


ffmpeg | branch: release/1.1 | Reinhard Tartler <siretart at tauware.de> | Sat Mar 23 09:43:26 2013 +0100| [dc794d7096e32557cdc98339919aa1c12fe07c22] | committer: Reinhard Tartler

fate: fetch samples that match the release series

The idea is to ensure that 'make fate-rsync' always fetches the fate
samples that work with this release.

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

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

diff --git a/tests/Makefile b/tests/Makefile
index 4e4eb89..8b56b4c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -104,7 +104,7 @@ $(FATE_AVCONV) $(FATE_SAMPLES_AVCONV): avconv$(EXESUF)
 ifdef SAMPLES
 FATE += $(FATE_SAMPLES)
 fate-rsync:
-	rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES)
+	rsync -vaLW rsync://fate-suite.libav.org/fate-suite-9/ $(SAMPLES)
 else
 fate-rsync:
 	@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"



More information about the ffmpeg-cvslog mailing list