|
|
Subscribe / Log in / New account

Feeling happy about the move to Debian

Feeling happy about the move to Debian

Posted Jul 4, 2024 12:32 UTC (Thu) by smurf (subscriber, #17840)
In reply to: Feeling happy about the move to Debian by atnot
Parent article: Debian debate over tag2upload reaches compromise

> It is certainly a fun, attention-grabbing spectacle to watch

yeah, well, maybe it's fun when you watch it for the first time. The second time you get annoyed, the third time you reach for your blood pressure meds, and after that you wish you could reach for a clue-by-four instead.

I've been a DD for 20 years by now and I'm on semi-hiatus for more than half that time, for precisely this reason.

I'll be back as soon as I can "git push" a program and see it get built (a) immediately and automatically, after passing CI on Salsa, and (b) without watching it go through an arcane upstream-source-tarball-plus-Debian-packaging-plus-explicit-patches-to-upstream dance.

Assuming, that is, that I live long enough (and keep my mental sanity on the way).


to post comments

Feeling happy about the move to Debian

Posted Jul 5, 2024 11:58 UTC (Fri) by Baughn (subscriber, #124425) [Link] (1 responses)

NixOS has its own issues, but that’s precisely how it works. There are even automated VM-based integration tests.

Feeling happy about the move to Debian

Posted Jul 5, 2024 12:28 UTC (Fri) by atnot (subscriber, #124910) [Link]

NixOS is probably the nicest implementation of this, yeah. If you're unfamiliar, the whole package set is just one big git repo containing all of the build scripts, with one big public cache that continuously rebuilds it. So there's not really even any "releases" per se, just one git commit hash for the whole distribution.

But you really don't need to go that esoteric to have a nice workflow like that. Pretty much all not too-big-to-fail distros have highly automated packaging that can release updates with a git push or even just a button press on an automatically created PR.

I think even in Fedora you only need to register the upstream release tarball with their internal mirror and put update it's hash in a file these days, at least when I last looked at it. And that's using the venerable RPM, not something newfangled.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds