aptly
aptly copied to clipboard
aptly - Debian repository management tool
Replaces #1074 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change ## Checklist - [ ] unit-test...
Replaces #1115 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change ## Checklist - [ ] unit-test...
Replaces #1261 ## Description of the Change Fixes #1125 This MR addresses a concurrency issue with the `api/publish` endpoint, where concurrent PUTs typically fail. The MR in it self is...
Replaces #1023 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change ## Checklist - [ ] unit-test...
Replaces #1235 This builds on top of #1222, #1227, and #1233, and is thus in draft state until those are merged in. The only commit that's actually new is the...
https://github.com/laher/goxc is in maintenance, upgrade build tools to use go natively.
Hi! Need help with publishing packages! Packages are assembled on Jenkins, and then they are further uploaded and published to the repository using the aptly api: ``` curl -f -X...
If a mirror just contains source packages, aptly is not able to update it. aptly always expects that there are binary packages on the mirror.
## Detailed Description This happens when using gpg2 at least. In regular aptly command line, two options are required: * -passphrase-file * -batch However there's no way to pass "batch"...
## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change In case we don't have the possibility to...