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

## Detailed Description When running `aptly api serve`, I see the following messages: ``` [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. [GIN-debug] [WARNING]...

## Detailed Description I'm using 1.5.0 version and this command: `aptly -ignore-signatures -config ./aptly.conf mirror update -download-limit=10 bookworm-non-free` I've tried to set `downloadSpeedLimit` in the config but nothing works ```...

When trying to create a repo using any option (flag), I always get an "ERROR: unable to parse command" error. ## Detailed Description When I try to run, e.g. ```shell...

## Description of the Change Self signed GPG keys were refused, which is something aptly should allow, if a repo for mirroring is singed this way. Also, use the default...

## Description of the Change allow to query the available s3 buckets, so the information can be used by subsequent api calls. ## Checklist - [ ] unit-test added (if...

This contains a variety of improvements for publish performance, specifically speeding up the cleanup operation by: - using a separate, faster package to walk the filesystem - avoiding re-loading the...

## Description of the Change Loading the reflists to list publish information takes a significant amount of time, even though the resulting info doesn't actually use any of the reflists....

The previous reflist logic would early-exit the loop body if one of the lists was empty, but that skips the compacting logic entirely. Instead of doing the early-exit, we can...

## Description of the Change CI was failing due to the mirror test goldens being outdated, so those were updated, as well as `--capture` being fixed on Python 3. ##...