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 publish snapshot -secret-keyring=/repos/aptly/pub-repogpg.key focal-updates Loading packages... Generating metadata files and linking package files... Finalizing metadata files... Signing file 'Release' with gpg, please enter your passphrase when prompted: gpg: [don't...

Hi there! I'm trying to publish a snapshot to an S3 bucket, but I'm getting the following error: ``` ERROR: unable to publish: unable to process packages: error caching paths...

Hi, we are evaluating if we could use Aptly to manage our .deb packages for public and private use. Some of the repositories would need to be behind authentication, i.e....

aptly mirror create -architectures=amd64 -with-sources=true -with-udebs=true focal-main http://us.archive.ubuntu.com/ubuntu/ focal main Downloading http://us.archive.ubuntu.com/ubuntu/dists/focal/InRelease... Success downloading http://us.archive.ubuntu.com/ubuntu/dists/focal/InRelease gpgv: Signature made Thu 23 Apr 2020 01:34:17 PM EDT using RSA key ID C0B21F32...

Cannot find logs to debug S3 publishing errors ## Detailed Description When attempting to publish to S3, the error is: ``` Finalizing metadata files... ERROR: unable to publish: unable to...

I would add `/usr/local/etc/aptly.conf` after `$HOME/aptly.conf` and before `/etc/aptly.conf`. https://github.com/aptly-dev/aptly/blob/152538ccc19169b83daca7d83596bd165a033270/context/context.go#L96-L99

needs implementation

https://github.com/aptly-dev/aptly/blob/b3d9055059e24e1d96a462dc080f46071ced81b7/deb/local.go#L160 In the concurrent update scenario of aptly's repo, it seems to me that the existing software package index update process of aptly's repo may be missed. In fact, I...

## Detailed Description https://www.aptly.info/doc/api/publish/ documents the signing option `Batch` as: > should be set if passing passphrase Wouldn't it make more sense to set `Batch` automatically (and internally) depending on...

wishlist

## Detailed Description https://www.aptly.info/doc/aptly/publish/repo/ describes the `-gpg-key=""` flag as: > GPG key ID to use when signing the release, if not specified default key is used However, I am unable...

documentation / tutorial

## Detailed Description When setting an incorrect passphrase using the API, no error is returned: ``` # curl -H 'Content-Type: application/json' --data '{"Signing": {"Passphrase": "WRONG"}}' -X PUT http://localhost:8080/api/publish/common/stable {"AcquireByHash":false,"Architectures":["all"],"ButAutomaticUpgrades":"","Distribution":"stable","Label":"","NotAutomatic":"","Origin":"","Prefix":"common","SkipContents":false,"SourceKind":"local","Sources":[{"Component":"main","Name":"common"}],"Storage":""} ```...