this post was submitted on 30 Aug 2026
76 points (93.2% liked)

Technology

87685 readers
2686 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DevDave@piefed.social 14 points 18 hours ago (2 children)

i guess the problem with that is having to maintain the repository setup. they're basically web servers with signed files.

That does solve one problem at the cost of a bunch of other potential problems.

[–] woelkchen@lemmy.world 8 points 12 hours ago

I don't see the problem. For years I've used the public Open Build Service instance at openSUSE to package and publish software for openSUSE and Fedora (never cared for Debian/Ubuntu because I packaged the software only for my own use but it's possible).

[–] notabot@piefed.social 5 points 17 hours ago (1 children)

You can put the repositories on pretty much any static hosting. I haven't tried it, but I'm pretty sure that, with a bit of fiddling, you could even put them on a github pages site.

Both distros have good tooling for maintaining repositories, and I'd say it's probably easier than getting your package into the official repos and keeping it updated there, especially on distros like Debian which favour stability over having the latest versions of packages.

No distribution system is going to be entirely friction free for the author, but I've not encountered any significant issues hosting deb or rpm repos.

[–] corsicanguppy@lemmy.ca 1 points 4 hours ago

I’m pretty sure that, with a bit of fiddling, you could even put them on a github pages site.

Harbottle does this. It's very well-done.