Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Timo Rothenpieler via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: ffmpeg-devel@ffmpeg.org
Cc: Timo Rothenpieler <timo@rothenpieler.org>
Subject: [FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML
Date: Wed, 17 Sep 2025 16:24:39 +0200
Message-ID: <94fc3032-a10e-40c7-9f36-8bfd51d82ac2@rothenpieler.org> (raw)
In-Reply-To: <a6a6e774-640e-3bc4-b44c-2d868ae67b8c@passwd.hu>


[-- Attachment #1.1: Type: text/plain, Size: 4214 bytes --]

On 9/16/2025 11:12 PM, Balint Marton via ffmpeg-devel wrote:
> 
> 
> On Tue, 16 Sep 2025, Michael Niedermayer via ffmpeg-devel wrote:
> 
>> Hi all
>>
>> 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested
>> Forgejo. And as said in that vote, (and surprisingly, i have not 
>> forgotten it)
>> heres the "after testing" discussion and vote
>>
>> do we want to keep Forgejo or switch back to the ML workflow
>> (or something else)
> 
> Forgejo was not bad, but I remember some issues:
> 
> - When doing individual patch reviews and quoting code the code context
>    gets messed up, maybe it is references the combined diff?

That's a bug in Forgejo, which was introduced in Gitea, when someone 
tried to fix that exact bug:
https://codeberg.org/forgejo/forgejo/pulls/9264

> - Comparing pull request versions does not remove the upstreamed commits
>    from the comparison, so if a new version is newly rebased, I see
>    upstream commits as well in the comparison.

Yeah, that's definitely an issue.
I've kinda started to manually work around it by doing separate pushes 
for rebases and actual changes.

GitHub is also not entirely free from this, though does handle it a bit 
smoother.

> - I am not sure what would be the counterpart of doing a last-chance ping
>    before applying a series in the foregejo system, it was a useful thing
>    in the ML workflow. Maybe some "auto-apply this in 1 day even if there
>    are no approvals" checkbox with mail notificaitons could work, and that
>    would also resolve the issue of self-approval.

That's not an option, but could be emulated with CI to some extend.
But generally if someone wants to insta-merge a PR, they can. Given they 
could just push it manually.

> - Bumping versions and final commit polishing is a bit tiresome with
>    foregjo. E.g. it would be nice if I could also edit the commit message,
>    not just the commit title in the web page...

I'm not entirely sure what you're referring to here.
Editing commit messages via Web UI? Where do you ever do that?

> - Pull requests show up on the mailing list but not force pushes, so
>    people only reading patches via email won't get notifications of new
>    versions.

That's an intentional decision. I could send mails for every single 
thing that happens in a PR, but I opted not to to not completely flood 
the ML.

> Not sure how many of these are fixable...
> 
>>
>> F. keep Forgejo as primary forge for patch/git workflow
>> M. switch back to the ML for patch/git workflow
>>
>> all GA members can vote, by publically replying here with a
>> "F." / "Forgejo" vs "M." / "ML"
>> End time is in 7 days unless teh community wants to extend that.
>> (Also if results are inconclusive like because a 3rd option emerges
>> then ill restart this with condorcet on vote.ffmpeg.org)
>>
>> * If we keep forgejo we will likely transition our issue tracker tickets
>>  into forgejo too, discussing with timo yesterday night indicates that
>>  this likely can be done cleaner and neater than at first expected.
> 
> Forgejo issue tracker is seriously lacking features:
> - severities
> - resolutions
> - issue workflow
> - votes
> - custom keywords for components (e.g. mxf, mpegts)
> Simple tags to emulate all these is a hack, e.g. how can you enforce a 
> single severity or a single resoluton for a resolved issue? Or do 
> ordering by severity or status?
> 
> So this vote being about ML v.s. forgejo should not cause any decision 
> regarding the issue tracker, that should be another vote if any. Until 
> forgejo catches up, I'd rather keep trac.
> 
> Regards,
> Marton
> 
>>
>> * if we switch back to the ML, we still could have subsystem maintainers
>>  using their own forge
>>
>>
>> thx
>>
>> -- 
>> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>>
>> I have often repented speaking, but never of holding my tongue.
>> -- Xenocrates
>>
> _______________________________________________
> ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
> To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4742 bytes --]

[-- Attachment #2: Type: text/plain, Size: 163 bytes --]

_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

  reply	other threads:[~2025-09-17 14:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-16  8:49 [FFmpeg-devel] " Michael Niedermayer via ffmpeg-devel
2025-09-16  9:00 ` [FFmpeg-devel] " Diederick C. Niehorster via ffmpeg-devel
2025-09-16 11:04 ` Timo Rothenpieler via ffmpeg-devel
2025-09-16 11:12 ` Martin Storsjö via ffmpeg-devel
2025-09-16 18:49   ` Michael Niedermayer via ffmpeg-devel
2025-09-16 19:54     ` Martin Storsjö via ffmpeg-devel
2025-09-17  9:41       ` Nicolas George via ffmpeg-devel
2025-09-18 12:00       ` Michael Niedermayer via ffmpeg-devel
2025-09-16 11:13 ` Martin Storsjö via ffmpeg-devel
2025-09-16 11:54 ` Marvin Scholz via ffmpeg-devel
2025-09-16 13:59 ` Alexander Strasser via ffmpeg-devel
2025-09-16 20:39   ` Michael Niedermayer via ffmpeg-devel
2025-09-16 21:12 ` Balint Marton via ffmpeg-devel
2025-09-17 14:24   ` Timo Rothenpieler via ffmpeg-devel [this message]
2025-09-17 18:32     ` Marton Balint via ffmpeg-devel
2025-09-17 23:41       ` Timo Rothenpieler via ffmpeg-devel
2025-09-18  7:02         ` Nicolas George via ffmpeg-devel
2025-09-18  8:52           ` Jacob Lifshay via ffmpeg-devel
2025-09-18  9:15             ` Nicolas George via ffmpeg-devel
2025-09-18  9:49               ` Jacob Lifshay via ffmpeg-devel
2025-09-18 12:18             ` Niklas Haas via ffmpeg-devel
2025-09-18 17:44         ` Marton Balint via ffmpeg-devel
2025-09-17 14:46   ` Niklas Haas via ffmpeg-devel
2025-09-17  3:57 ` Philip Langdale via ffmpeg-devel
2025-09-17  9:42 ` Nicolas George via ffmpeg-devel
2025-09-17 14:44 ` Niklas Haas via ffmpeg-devel
2025-09-18  9:10   ` Zhao Zhili via ffmpeg-devel
2025-09-17 14:53 ` softworkz . via ffmpeg-devel
2025-09-18  9:20 ` Gyan Doshi via ffmpeg-devel
2025-09-19  7:46 ` Peter Ross via ffmpeg-devel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94fc3032-a10e-40c7-9f36-8bfd51d82ac2@rothenpieler.org \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=timo@rothenpieler.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git