Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal GPG provider fails on Ubuntu Cloud repos #773

Closed
Grimm75 opened this issue Sep 10, 2018 · 3 comments
Closed

Internal GPG provider fails on Ubuntu Cloud repos #773

Grimm75 opened this issue Sep 10, 2018 · 3 comments
Labels
Milestone

Comments

@Grimm75
Copy link

Grimm75 commented Sep 10, 2018

Detailed Description

When trying to update mirror 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu/ xenial-updates/pike main' using internel gpg provider, aptly fails with:

$ /usr/bin/aptly mirror update pike-xenial Downloading http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/xenial-updates/pike/InRelease... Downloading http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/xenial-updates/pike/Release... Downloading http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/xenial-updates/pike/Release.gpg... ERROR: unable to update: failed to verify detached signature: EOF

after switching to external gpg provider, everything works fine.

Context

Problem is 100% reproducible and affects all repos on ubuntu-cloud.
Their gpg pubkey can be found here: http://keyserver.ubuntu.com/pks/lookup?search=0x5EDB1B62EC4926EA&op=vindex

Possible Implementation

Your Environment

aptly 1.3.0 @ Debian Stretch

@smira
Copy link
Contributor

smira commented Sep 13, 2018

Looks like detached signature is not in armor format, we don't support it yet.

@smira smira added the feature label Sep 13, 2018
@smira smira added this to the 1.4.0 milestone Sep 25, 2018
@smira
Copy link
Contributor

smira commented Sep 26, 2018

Should be fixed starting with nightly build aptly_1.3.0+40+gec57d17

@furlongm
Copy link

furlongm commented Jun 5, 2019

That nightly build doesn't exist when using deb http://repo.aptly.info/ nightly main. Is it available elsewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants