aptly
aptly copied to clipboard
aptly - Debian repository management tool
The aptly homepage does not seem to show how to resolve issues related to "Key is stored in legacy trusted.gpg keyring". In Ubuntu's 22.04 version, aptly works well, but it...
With the upgrade from `aptly_1.4.0+176+g4c04e774_amd64.deb` (downloaded from PR https://github.com/aptly-dev/aptly/pull/1050) to the `v1.5.0` release the `api/publish` endpoint broke using the `aptly publish` command works without an issue ## Detailed Description Geting...
return when the repo cant be found and err !=nil Fixes # ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ##...
## Detailed Description See title. The issue is with this particular line in the Makefile: https://github.com/aptly-dev/aptly/blob/f0a85b2b6e746f6da90ca85187ec2bb658490740/Makefile#L2 This won't work if the current directory isn't a Git repo. The most common...
It may relate to Fixes #783 ## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change Guide [here](https://www.aptly.info/doc/feature/filesystem/)...
Hi, `apt-get` has `changelog` option: > changelog downloads a package changelog and displays it through sensible-pager. The server name and base directory is defined in the APT::Changelogs::Server variable (e.g. packages.debian.org/changelogs[1]...
May it be possible to use external database like PostgreSql, MySql.... ?
Hi, first thanks for aptly, this is dope! dput-ng support http/https (PUT) method for uploading changes files. aptly support changes files via "aptly repo include". I wonder if we could...
i'd like to be able to prevent inclusion of packages that have not been signed by a trusted key. ## Detailed Description by default the aptly-api does signature checks on...
add an option to only allow adding of files via a `.changes` file. ## Detailed Description currently it is possible to directly add `.deb`-files to a `repo` via the API....