The idea #1
Labels
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/hilde#1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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
Packages
files 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
control
files. 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).