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

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.4.0 to 1.6.1. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.6.1 Fixes some point checks on the FourQ curve. Hybrid KEM fails on low-order points. What's Changed...

dependencies
go

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

TL;DR: I'd like to have an option to add hooks when certain things are done, in my special case I'd like to have some hook for an update of a...

feature

Fixes # ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change ## Checklist - [ ] unit-test...

needs rebase
help wanted !
needs tests

### Description I try to update repositories via API PUT request but the API throws HTTP 404 with no answer. The repo exists. ``` # curl http://localhost:8080/api/repos/bookworm--stable--main | jq ....

Trying to create mirror: ``` aptly mirror create -architectures="amd64" -force-components=true "https://packages.vmware.com/packages/ubuntu trusty main" https://packages.vmware.com/packages/ubuntu trusty main Downloading https://packages.vmware.com/packages/ubuntu/dists/trusty/InRelease... Downloading https://packages.vmware.com/packages/ubuntu/dists/trusty/Release... Downloading https://packages.vmware.com/packages/ubuntu/dists/trusty/Release.gpg... gpgv: Signature made Wed Jun 11 14:18:01 2014...

We use aptly v1.6.1. We have debian packages that contain thousends of files >30'000 files per package. We have a repo that has dozens of those packages. When using `aptly...

bug

We are still seeing the issue #1125 with concurrent publish once in a while with 1.6.0: E.g. after uploading (to different tmp folders) and publishing two packages in parallel: ```...

bug

Hi folks, Besides seeing performance problems on AWS S3 as described in https://github.com/aptly-dev/aptly/issues/1433 and https://github.com/aptly-dev/aptly/issues/1435, we find replacing Aptly 1.5.0 with Aptly 1.6.1 leads to an immediate failure when we...

bug

Hey, Thank you all for maintaining such a great project! I have a feature request regarding repository mirroring in Aptly. ### Current Situation: Aptly currently supports mirroring Debian repositories that...

wishlist