From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 3897D400B2 for ; Sun, 13 Jul 2025 15:59:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id C78BA68DF6D; Sun, 13 Jul 2025 18:58:59 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 17E5668DF58 for ; Sun, 13 Jul 2025 18:58:54 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 65EFC28191023 for ; Sun, 13 Jul 2025 17:58:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1752422333; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Coh2KbqP1NudhJTtOmifSIbAsYC30uqdh6nQEFurIIA=; b=khG9mFS34wqszoqCmo4rphFDujAMamLyezOYXlNkeYGoE5l6HxWk1UFV672qA/N2vsCip1 Cj44NExT//H/uOIyFQNp8L2m3Tj0cRmO6MNAcI+YIAP3Pyp+ILHrWHg+ko8jyH4+Nxiua7 lzgiO4ouCvOBHlDnAjSGkrqNaSaR9JjLNCBc3W+4zeQBjzao+tmm9y/WmuaZtvf4U+L/er FvVQIXQKA0H0JqrCbFHrDmGb1INCoSNLAwp7Mvl6hXAb5H1HPM/WzbEkmDZYVJhbuViSyQ VW7x1A6pYKHjVnBpd4+AajhfmRgkcht1m5FgA0rX6Zb1bqFu9qzCTAkvGFeU8A== Message-ID: <5d3bcd54-31c1-4fa6-9b06-1d8490a06a78@rothenpieler.org> Date: Sun, 13 Jul 2025 17:58:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20250713114357.GD29660@pb2> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: Subject: Re: [FFmpeg-devel] [POLL] [VOTE] code.ffmpeg.org 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 7/13/2025 5:56 PM, Jacob Lifshay wrote: > > > On July 13, 2025 4:43:57 AM PDT, Michael Niedermayer wrote: >> Hi all >> >> Do people want Forgejo or Gitlab on code.ffmpeg.org for testing? > > i'll note that I ran into some important upsides and downsides with both of those when picking which to use for projects i've worked on, hopefully this info is useful for ffmpeg: > > * gitlab just recently decided their open source version won't be supporting pull mirroring (where the server actively pulls every so often from a remote repository): > https://gitlab.com/gitlab-org/gitlab/-/issues/23166#note_2620944560 > > * forgejo doesn't yet support scoped permissions for oauth, so if you use a forgejo account for authenticating with some website/program, that effectively gives that website/program full permissions to anything you can access/modify through your forgejo account (it says administrative privileges, so maybe even more than that?): > https://forgejo.org/docs/latest/user/oauth2-provider/ > (not to be confused with using e.g. google to log into your forgejo account which afaik has no significant issues) > > * forgejo's runner (for CI) is almost completely compatible with github actions (though forgejo doesn't aim for compatibility), so that makes running CI easier in some ways since iirc basically every github action I've tried on forgejo just works. On that note it's also worth mentioning that Forgejo/Gitea CI is still marked as experimental. While it does work fine in practice and is unlikely to experience any super disruptive changes at this point, Gitlab CI is considerably more mature. Though it does need to be completely re-learned, since it's not at all compatible with GHA CI. _______________________________________________ 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".