Tootfinder

Opt-in global Mastodon full text search. Join the index!

@chrysn@chaos.social
2026-04-23 22:01:36

The diff on CSV data that #Forgejo (and thus #Codeberg) provides is really useful – right now for reviewing new #CoAP options and content formats as they go into the `coap-numbers` crate.

A pull request view on a PR titled "Add new option numbers". It shows a changed file with a color bar (9 changes: 7 additions, 2 deletions), and file name, followed by a tabular view of the CSV file:
In one line (name "Unassigned"), only the first "Number" column changed (from 141-251 to 141-234), followed by 4 wholly new lines in green ("235 | Proxy-Cri | RFC-ietf-core-href-29", a new Unreserved, etc).
@jamesthebard@social.linux.pizza
2026-04-20 16:12:35

So, after some deliberation and a few beers I decided to actually put all of the package build stuff into a Forgejo pipeline. Still very weird to me that I need to install `nodejs` to use things like `actions/upload-artifact`, but right now it's working pretty well. Did have to rebuild the runner because it kept running out of disk space.
#forgejo

A screenshot of the Forgejo pipeline that currently builds Handbrake, Ffmpeg, and the SvtAv1 encoders, packages them for Arch Linux, and then throws them at the repo.