This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 1f0555fb237d0e1c778c0d7cee9e62834a3ebada Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 14:22:21 2019 +0200 README.maintainer: update documentation to include old-style keyrings and their signatures. --- README.maintainer | 11 +++++++++++ debian/changelog | 2 ++ 2 files changed, 13 insertions(+) diff --git a/README.maintainer b/README.maintainer index 6bf765d..352de86 100644 --- a/README.maintainer +++ b/README.maintainer @@ -1,6 +1,11 @@ Maintainer notes ================ +***WARNING*** +As a maintainer, you will need both a modern GnuPG and a legacy GnuPG version installed. +Modern is anything past 2.1.14, legacy is 1.4 up to 2.1. +***WARNING*** + Adding a new team member key ---------------------------- @@ -58,11 +63,17 @@ Pre-build make keyrings/x2go-archive-keyring.gpg make keyrings/x2go-maintainers-keyring.gpg +make maintonly gpg --armor --detach-sign keyrings/x2go-archive-keyring.gpg gpg --armor --detach-sign keyrings/x2go-maintainers-keyring.gpg +gpg --armor --detach-sign keyrings/x2go-archive-keyring.gpg1 +gpg --armor --detach-sign keyrings/x2go-maintainers-keyring.gpg1 + If any keys were removed: make keyrings/x2go-archive-removed-keys.gpg make keyrings/x2go-maintainers-removed-keys.gpg gpg --armor --detach-sign keyrings/x2go-archive-removed-keys.gpg gpg --armor --detach-sign keyrings/x2go-maintainers-removed-keys.gpg +gpg --armor --detach-sign keyrings/x2go-archive-removed-keys.gpg1 +gpg --armor --detach-sign keyrings/x2go-maintainers-removed-keys.gpg1 diff --git a/debian/changelog b/debian/changelog index ca6a51c..adb0810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -90,6 +90,8 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium keyrings. * Makefile: fallback to old-style keyring signature checks if the default new-style ones failed validation. + * README.maintainer: update documentation to include old-style keyrings and + their signatures. * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git