Opened 7 years ago

Closed 7 years ago

#155 closed enhancement (fixed)

add support for external deb repositories

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: major Milestone: 0.14.3
Component: pb Version: 0.14.2
Keywords: Cc:

Description

pb should be able to support external repositories of deb packages with gpg signed infra.

Change History (4)

comment:1 by Bruno Cornec, 7 years ago

Currently we get:

[debian-8-x86_64] Reading package lists...
[debian-8-x86_64] W: GPG error: ftp://ftp.project-builder.org 8 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8AB63AFD171EFF9E

comment:2 by Bruno Cornec, 7 years ago

We should detect the key to use with:

$ gpg --verify Release.gpg Release
gpg: Signature made Tue 21 Feb 2017 07:45:13 AM CET using DSA key ID 171EFF9E
gpg: Can't check signature: public key not found

and import it with:

gpg -a --export 171EFF9E | sudo apt-key add -

Or using the same with the perl gpg module already used.

comment:3 by Bruno Cornec, 7 years ago

Status: newassigned

comment:4 by Bruno Cornec, 7 years ago

Resolution: fixed
Status: assignedclosed

This is fixed with [2188]

Note: See TracTickets for help on using tickets.