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

The documentation regarding the merge snapshot feature is missing a parameter: The [documentation](https://www.aptly.info/doc/api/snapshots/) indicate to use `POST /api/snapshots/merge`, which returns a 404. The comment in the [code](https://github.com/aptly-dev/aptly/blob/ba65daf6cbf38b4c4821c2766aa9b3040c020d42/api/snapshot.go#L542) says differently `//...

documentation / tutorial

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go

Fixes https://github.com/aptly-dev/aptly/issues/1474 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change Return an error if we run...

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

Is it possible to publish the APT repo to a GitHub repo and then host that using GitHub Pages? Best would be a workflow using GitHub Actions that publishes the...

I've been writing an API client and I've been biten multiple times by the docs of the return types. So I'd like to improve the documentation. But beforehand I want...

documentation / tutorial

This feature request is based on issue #598 . In enviroments with firewalls or other security infrastructure, it may be nessesary to extend or disable the timeout of response headers,...

A mirror update after the mirror creation fails on downloading some packages with "unexpected EOF" 99% or so of the packages download with no issues. Subsequent mirror updates fail on...

https://wiki.debian.org/DebianRepository/Format#Signed-By says: > **Signed-By** > An optional field containing a comma separated list of OpenPGP key fingerprints to be used for validating the next Release file. The fingerprints must consist...

In order to fix: `N: Repository 'http://mirror.example.com/ubuntu jammy InRelease' changed its 'Version' value from '22.04' to ''` It would be nice if it were possible to set the Version when...