aptly
aptly copied to clipboard
aptly - Debian repository management tool
Currently, the Azure integration only supports authentication using Storage Access Keys. This means that aptly has to basically have the superuser access to the storage account(s) it's configured to use....
It would be nice to download the latest version of a package. I am having to set a >= version number to help filter, but it would be nice to...
I can't find a way to make aptly generate diff and patch files when publishing updates to an existing published repo so apologies if this feature request already exists. ##...
Would you please to add aarch64 and armhf architectures into your repository?
Fixes: https://github.com/aptly-dev/aptly/issues/1338, https://github.com/aptly-dev/aptly/issues/1349, https://github.com/aptly-dev/aptly/issues/1355 ## Description of the Change This commit allows to add, remove and update components of published repositories without the need to recreate them. ## Checklist -...
To achieve feature parity with cli, it is now possible to create repos from snapshots. - [x] unit-test added (if change is algorithm) - [ ] functional test added/updated (if...
## Description of the Change ### Document all APIs with swagger In order to replace / automate the API documentation on https://www.aptly.info/doc/api document API calls with swagger. About 40 APIs...
Fixes #357 ## Description of the Change Distributions contain a huge set of packages, mirroring them requires a large amount of storage and bandwidth. To mitigate this issues aptly provides...
## Description of the Change the error message "conflict in package" is due to the package already existing but being different (hash, ..). this change makes the error message more...
## Detailed Description When updating a publish (via api PUT /publish/:prefix/:distribution ) the prefix cannot contain a slash. Probably applies to other operations (create publish, ...) as well. ## Context...