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

Aptly is a great project, really enjoying using it! But, still very new to how it works. Suppose I have a very basic aptly mirror `M` of Debian packages where...

How to get mirrors used space? Can't see it in "mirrow show", or "snapshot show" ...

Fixes #309 and #691 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change This PR introduces support...

Hi, Currently when you need to change certain parameters of a published repo (from snapshot) then you need to drop the entire published repo (meaning during that time it won't...

wishlist

aptly version: 1.6.2 command being run: aptly task run -filename=file_name the same task that fails while executed via `aptly task run -filename=file_name` works fine if the same parameters/arguments are passed...

Hey @neolynx , when using the internal gpg_provider, I get the following error when creating or updating a mirror: ``` unable to initialize GPG verifier: failure loading trustedkeys.gpg keyring: openpgp:...

Hello, I try to make a mirror of ubuntu focal and publish it to S3 bucket. I run following commands: ``` gpg --no-default-keyring --keyring trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 871920D1991BC93C...

We have a server that is out of space, but all the uploads/publishes were marked as successful. It seems we should get API errors when the OS returns ENOSPC?

Hey @neolynx , I installed `aptly-api` (Version 1.6.2) on a Debian system and when using the API to publish a snapshot, the aptly-api.service crashes when specifying a non-existing filesystem-publish-endpoint: journalctl...

In the CLI, I can create a filtered snapshot like this: `aptly snapshot filter -with-deps=false snap-all-20250618-01 snap-shared-20250623 'Name (= filter)'` But there’s no equivalent API endpoint (e.g. /api/snapshots//filter) to do...