From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 6E39A42F14 for ; Sun, 27 Apr 2025 18:08:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1CA9268B0ED; Sun, 27 Apr 2025 21:08:02 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 710E0687A50 for ; Sun, 27 Apr 2025 21:07:55 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id B383F43B58 for ; Sun, 27 Apr 2025 18:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1745777274; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QRRMOmmQR4tg/WrPkfPxyGVFWyUkTCKLXEZcief0lWA=; b=SWidbqzPKSc0xI3X/umZL/PNaEWODPpQ6uirCO/wYhC02wUMFYDI5acGaz8fLCGjZOlnZJ FuhDQAArmZx3dxcWjaZwoBUtR/FSHzhii3VrUmzIQ0lItA8UGiyiPRnr6hQaoxT89UvR/G AbP25hrRsheEIpN5E8QiqA+nZVSR/h99o7xPXwNTfk4Ge3PdfCXBMPLtL9OHeTCOTlO5t3 bqJotPS3/v3qWIrrP9tMS/oQFc265+Ut7GViCjWGqtwZ+hSecmMgTelJePXy7fRaf2oXK2 tvgi/rgEZI6UoKIyl87cPSdqYNt3/xUqB3/u5F+tm1jNBteJeguYqWAmDjzpLQ== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Sun, 27 Apr 2025 20:07:53 +0200 Message-ID: <20250427180753.2468146-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvheekjeehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhephffvufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpefhfeeiieeuvedtieefleffiefgtddvieetveehgefglefhieektdeffeeuteejleenucffohhmrghinhepfhhfmhhpvghgrdhorhhgnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] fate: add target to remove sample files that are no longer on the server X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Also add a target that shows what would be deleted Signed-off-by: Michael Niedermayer --- doc/fate.texi | 3 +++ tests/Makefile | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/doc/fate.texi b/doc/fate.texi index 7a2e0edfcc6..0a90a6401be 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -44,6 +44,9 @@ targets and variables. If you want to run FATE on your machine you need to have the samples in place. You can get the samples via the build target fate-rsync. +You can also use fate-rsync-clean to also remove sample files that +no longer are on the server and fate-rsync-clean-dry to see what would +be removed. Use this command from the top-level source directory: @example diff --git a/tests/Makefile b/tests/Makefile index 0c08f687130..d1e754247a0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -283,6 +283,10 @@ ifdef SAMPLES FATE += $(FATE_EXTERN) fate-rsync: rsync $(RSYNC_OPTIONS) rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES) +fate-rsync-clean-dry: + rsync $(RSYNC_OPTIONS) --delete --dry-run rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES) +fate-rsync-clean: + rsync $(RSYNC_OPTIONS) --delete 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" -- 2.49.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".