The idea #1
Labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/hilde#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea for Hilde is the fact that Debian repositories are quite basically, they can literally just be a file server. I'd like to create my own implementation with the following (beginner) features:
It should support all compression types (we'll begin with the most common ones), and generate
Packagesfiles on the fly.I want to be able to upload new versions of software to the server using a simple endpoint, that can then be used from e.g. a CI pipeline. My goal is to make my own personal "AUR", but for Debian.
I want to parse all incoming deb files and index their
controlfiles. This way, we can have fast access to all the metadata, and maybe use this later for some useful stuffz (I'm still figuring this part out).