-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Arch packages implementation #25396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch packages implementation #25396
Conversation
The logo is not centered on its viewbox. Suggesting to replace it with https://www.svgrepo.com/svg/349296/arch-linux. I think we do use colored logos for other package types as well. |
You need to put the source svg as |
…ction and remove windows incompatible dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some things to address:
- The routing should follow the current structure of other package types.
- The storage of blobs must use the existing system.
Co-authored-by: silverwind <[email protected]>
Co-authored-by: silverwind <[email protected]>
Co-authored-by: silverwind <[email protected]>
…from translations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, can't really comment on go code though.
…t functionality, test cases for different distributions, architectures and versions
Any update on this @d1nch8g? |
I am trying to add a package proxy and UI for different package files (should be easier to validate checksums). |
Any new update on this @d1nch8g ? |
Sorry for the delayed response. Not entirely sure about the proper way to implement package signature verification. Ideally, that should be visible for each package file, along with checksums and other file-related properties, in an alike way as it is done with commit signatures. |
This is not a problem if pacman can be skipped in the configuration file. In fact, rpm module doesn't do anything about signing rpm packages file either. (#27069) |
close #25037
This PR adds a package registry for Arch Linux packages with support for package files, signatures, and automatic pacman-database management.
Features:
You can follow this tutorial to build a
*.pkg.tar.zst
package for testingCo-authored-by: @KN4CK3R
Co-authored-by: @silverwind