This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2go-keyring. from a3228e4 keyrings/: refresh signatures on all keyrings. new 7444a13 t/no-expired.t: make mawk-compatible. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + t/no-expired.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 7444a1358d5f843f8ce05ef432435a3f94408589 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 18 15:23:40 2019 +0200 t/no-expired.t: make mawk-compatible. --- debian/changelog | 1 + t/no-expired.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a965460..c1fbf51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -103,6 +103,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium * Makefile: check file size on prerequisite, not the just-generated target file. * keyrings/: refresh signatures on all keyrings. + * t/no-expired.t: make mawk-compatible. * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. diff --git a/t/no-expired.t b/t/no-expired.t index d20349f..01525f4 100755 --- a/t/no-expired.t +++ b/t/no-expired.t @@ -7,7 +7,7 @@ find_expired () { gpg --no-options --no-auto-check-trustdb --no-default-keyring \ --keyring "keyrings/${k}" --list-keys --with-colons \ | grep '^pub' \ - | awk -F':' --assign keyring="${1}" \ + | awk -F':' -v keyring="${1}" \ '$2 == "e" {print keyring ":\t0x" $5 " expired on " $7}' } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git