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.
This commit is contained in:
@@ -104,7 +104,7 @@ $(FATE_AVCONV) $(FATE_SAMPLES_AVCONV): avconv$(EXESUF)
|
|||||||
ifdef SAMPLES
|
ifdef SAMPLES
|
||||||
FATE += $(FATE_SAMPLES)
|
FATE += $(FATE_SAMPLES)
|
||||||
fate-rsync:
|
fate-rsync:
|
||||||
rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES)
|
rsync -vaLW rsync://fate-suite.libav.org/fate-suite-9/ $(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"
|
||||||
|
Reference in New Issue
Block a user