Closed legoktm closed 1 year ago
Before:
During/after:
Using 0.1.7+bullseye
:
gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg -k
, you should not see 2359E6538C0613E652955E6C188EDD3B7B22E6A3 SecureDrop Release Signing Key <securedrop-release-key-2021@freedom.press>
listed.make test
does not fail because of test_debian_keyring_config
(it might fail for other things, but not because of this one)Environment: T490 @ staging
Setup: this machine had previously had nightly builds on it, so I force-added the release key back into /etc/apt/trusted.gpg
on sd-gpg
via apt-key add
with the --keyring
flag and verifying the key was listed with gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg -k
. Then I ran the updater and confirmed updated packages.
gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg -k
, you should not see 2359E6538C0613E652955E6C188EDD3B7B22E6A3 SecureDrop Release Signing Key securedrop-release-key-2021@freedom.press listed.All done!
This issue tracks the securedrop-keyring release 0.1.7. It will be organized by:
This release includes the following notable changes (none are user facing):
SecureDrop maintainers and testers: As you QA this release, please report back your testing results as comments on this ticket. File GitHub issues for any problems found, tag them "QA: Release", and associate them with the release milestone for tracking (or ask a maintainer to do so).
Test plan
Please post results as a comment to this issue.
gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg -k
, you should not see2359E6538C0613E652955E6C188EDD3B7B22E6A3 SecureDrop Release Signing Key <securedrop-release-key-2021@freedom.press>
listed.make test
does not fail because oftest_debian_keyring_config
(it might fail for other things, but not because of this one)Release tasks
Build RC packageBegin formal QA using RC; increment RC and rebuild as neededPublicize release via support channelsBackport changelog and version updates to main branch