aptly icon indicating copy to clipboard operation
aptly copied to clipboard

aptly - Debian repository management tool

Results 325 aptly issues
Sort by recently updated
recently updated
newest added

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....

wishlist

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...

wishlist

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. ##...

wishlist

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 -...

needs review

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...

needs tests

## 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...

WIP
help wanted !

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...

needs rebase
increase coverage
help wanted !
needs api doc

## 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...

needs review

## 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...

WIP