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 ESMTP id B4327498AB for ; Wed, 21 Feb 2024 01:40:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D425168D048; Wed, 21 Feb 2024 03:40:13 +0200 (EET) Received: from wfout8-smtp.messagingengine.com (wfout8-smtp.messagingengine.com [64.147.123.151]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 22D2868CAEC for ; Wed, 21 Feb 2024 03:40:07 +0200 (EET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailfout.west.internal (Postfix) with ESMTP id E4FB01C000A9 for ; Tue, 20 Feb 2024 20:40:03 -0500 (EST) Received: from imap49 ([10.202.2.99]) by compute3.internal (MEProxy); Tue, 20 Feb 2024 20:40:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1708479603; x=1708566003; bh=PNEdkvQQPJNZnlfVnloQf72QI44z eM9GhjUeSI4qwd4=; b=pC5KihybtXQG3nQUVGrYIq2HLafv4HlvsUI2VIm9OuAI WaAGSWKNbX7i+/XTRgZmzJZIfJoN9mq5dKJAz0y5lA3kS8RxoWyT+aWW0w6VI6m4 lyHbprIDkfae7nPkfAH6pkfY9Cj5sHyrCnlgOd/geb+PKJXSfULn4Yzhjc82gsuS ZFOepQGXLIgZqkShvtgoA73135L31GmJlUIBnGa9qtFvgT4ohX3Piii8LopJWM35 yEmKcjwOJQFb7So77OQtomw7ZwWwusb2PmOU43dEJ5e76USa2ozpxtJbZQTGAiUn FEZP+ddrKw54IxTi8FNjP0md2k3q3WE/UsZpBunxLQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrfedugdefkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesthdtre dtreertdenucfhrhhomhepfdflvggrnhdquegrphhtihhsthgvucfmvghmphhffdcuoehj sgesvhhiuggvohhlrghnrdhorhhgqeenucggtffrrghtthgvrhhnpeeiiefgvdffteekke ffvdeiffeijeethfevteeutdegvdegfeekgfektdelheefgfenucevlhhushhtvghrufhi iigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehjsgesvhhiuggvohhlrghnrdhorh hg X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id BEDED15A0092; Tue, 20 Feb 2024 20:40:02 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-153-g7e3bb84806-fm-20240215.007-g7e3bb848 MIME-Version: 1.0 Message-Id: <0fe648d5-d5b1-4cf3-a88f-0a5cf121e653@betaapp.fastmail.com> In-Reply-To: <20240220143134.GT6420@pb2> References: <20240220143134.GT6420@pb2> Date: Wed, 21 Feb 2024 02:39:42 +0100 From: "Jean-Baptiste Kempf" To: ffmpeg-devel Subject: Re: [FFmpeg-devel] [RFC] fate rsync switch to git 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: Yo, On Tue, 20 Feb 2024, at 15:31, Michael Niedermayer wrote: > I did hear (at fosdem?) > about the idea to switch from rsync to git for managing the fate samples > i thought the idea sounds interresting but isnt rsync more efficient ? Yes, that's my idea. The git part is not for others clients to sync, but just to manage the samples. It allows to have versioning of the samples, with the extra ability to have branches and tags matching the ffmpeg branches. It avoids the weird dance "waiting for FATE admin to upload thing", because their would be multiple approvers/committers to that repo. It simplifies the workflow on the admin side, since with a git hook, the server does "git update" in the directory that will be rsync'd by the mirrors. And it does not change their workflow, still using rsync. just my 5c. -- Jean-Baptiste Kempf - President +33 672 704 734 _______________________________________________ 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".