fate: fetch samples that match the release series

The idea is to ensure that 'make fate' always fetches the fate samples
that work with this release.
(cherry picked from commit a89f68776b2771935a348ce07d0a094ae965acfc)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
Reinhard Tartler 2013-03-23 09:43:26 +01:00
parent cd534fdf86
commit dab40d5bd4
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ fate-seek: $(FATE_SEEK)
ifdef SAMPLES ifdef SAMPLES
FATE += $(FATE_TESTS) $(FATE_TESTS-yes) FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
fate-rsync: fate-rsync:
rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES) rsync -vaLW rsync://fate-suite.libav.org/fate-suite-0.8/ $(SAMPLES)
else else
fate-rsync: fate-rsync:
@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite" @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"