aptly
aptly copied to clipboard
aptly - Debian repository management tool
Hello. ## Detailed Description We want the `~/.aptly/pool` and `~/.aptly/db` directories to be stored on S3 buckets. This way, even if the host doing the work crash, we just have...
Fixes #1199, #960, #1108 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change - replace goxc and...
Replaces #1167 Fixes https://github.com/aptly-dev/aptly/issues/1117 ## Description of the Change If the S3 bucket used to house a repo has KMS encryption enabled then the etag of an object may not...
Replaces #955 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change ## Checklist - [ ] unit-test...
Fixes #953 ## Requirements This should not be removed from draft state until the below are checked. - [x] Documentation is updated - [ ] Test coverage has been extended...
- Signing package repositories is good. - Letting the keys used to sign package repositories be copied off of the server authorized for that use is bad. - Hardware-backed key...
repo and snapshots packages filter api add 'maximumVersion' query parameter support example: `curl http://localhost:8080/api/repos/test/packages\?maximumVersion\=1` Change-Id: Ie9ffd36146bf017bbb353737f32360f7b73d6b0a Replaces #1088 ## Requirements All new code should be covered with tests, documentation should...
return when the repo cant be found and err !=nil Replaces #1093 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ##...
Replaces #1231 on hosts which have wildcard dns domains in their local domain search list, builds failed because "nosuch.host" could actually be resolved. Since ".host" isn't a recommended TLD by...
Replaces #1253 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change ## Checklist - [ ] unit-test...