Merge lp:~xnox/debian-cd/4k-key-for-release into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Iain Lane
Approved revision: 1954
Merged at revision: 1955
Proposed branch: lp:~xnox/debian-cd/4k-key-for-release
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 19 lines (+6/-1)
1 file modified
CONF.sh (+6/-1)
To merge this branch: bzr merge lp:~xnox/debian-cd/4k-key-for-release
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+309764@code.launchpad.net

Description of the change

Use the 4k key to create Release.gpg inside the iso

To post a comment you must log in.
1953. By Dimitri John Ledkov

Sign Release file, inside the cdrom, with 4k key starting zesty and future xenial point releases.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Yakkety is lost cause, but future xenial point releases (dailies) and zesty will have the apt archive on disk signed with the 4k key.

1954. By Dimitri John Ledkov

Use full fingerprints for the keyid.

Revision history for this message
Iain Lane (laney) wrote :

Nice one

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CONF.sh'
2--- CONF.sh 2016-10-25 19:09:23 +0000
3+++ CONF.sh 2016-11-01 15:05:12 +0000
4@@ -355,10 +355,15 @@
5
6 case $DIST in
7 warty) ;;
8+ hoary|breezy|dapper|edgy|feisty|gutsy|hardy|intrepid|jaunty|karmic|lucid|maverick|natty|oneiric|precise|quantal|raring|saucy|trusty|utopic|vivid|wily)
9+ export SECRET_KEYRING=$CDIMAGE_ROOT/secret/dot-gnupg/secring.gpg
10+ export PUBLIC_KEYRING=$CDIMAGE_ROOT/secret/dot-gnupg/pubring.gpg
11+ export SIGNING_KEYID=C5986B4F1257FFA86632CBA746181433FBB75451
12+ ;;
13 *)
14 export SECRET_KEYRING=$CDIMAGE_ROOT/secret/dot-gnupg/secring.gpg
15 export PUBLIC_KEYRING=$CDIMAGE_ROOT/secret/dot-gnupg/pubring.gpg
16- export SIGNING_KEYID=FBB75451
17+ export SIGNING_KEYID=843938DF228D22F7B3742BC0D94AA3F0EFE21092
18 ;;
19 esac
20

Subscribers

People subscribed via source and target branches