Community
Community
In fact, I found that aptly _supports_ gpg2: * https://github.com/aptly-dev/aptly/pull/779 * https://github.com/aptly-dev/aptly/releases/tag/v1.4.0 Then, I found this option: > `-keyring=trustedkeys.gpg`: gpg keyring to use when verifying Release file (could be specified...
I have a question:According to ffmpeg's [documentation page](https://ffmpeg.org/ffmpeg-all.html): > Note that most acceleration methods are intended for playback and will not be faster than software decoding on modern > CPUs....
aptly works with gpg2: * https://github.com/aptly-dev/aptly/pull/779 * https://github.com/aptly-dev/aptly/releases/tag/v1.4.0 However, it requires the additional `-keyring` option, I guess the reason is that it still tries to find the `trustedkeys.gpg` file (gpg1...