This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 96d65bb70653a4253c47a283aaeb67cddf6239a3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 4 13:25:56 2019 +0200 runtests: adapt to new layout. --- debian/changelog | 1 + runtests | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 712fe55..36fd27f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ x2go-keyring (2014.07.09) UNRELEASED; urgency=medium debian-archive-keyring package. Changes: Renamed files. Added test target. "team-members" renamed to x2go-maintainers. Added x2go-maintainers-removed-keys. Both files get installed as well. + * runtests: adapt to new layout. * debian/control: - Change maintainer to the mailing list. - Add the old package maintainer to the Uploaders field and myself. diff --git a/runtests b/runtests index b663cd5..88dca12 100755 --- a/runtests +++ b/runtests @@ -4,8 +4,8 @@ set -e typeset -i fail='0' typeset -i total='0' -for keyring in 'x2go-maintainers-gpg' 'x2go-keyring-gpg'; do - if [ ! -e "output/keyrings/${keyring}" ]; then +for keyring in 'x2go-maintainers-keyring.gpg' 'x2go-maintainers-removed-keys.gpg' 'x2go-archive-keyring.gpg' 'x2go-archive-removed-keys.gpg'; do + if [ ! -e "keyrings/${keyring}" ]; then echo "** ${keyring} does not exist, cannot run test suite" >&2 exit '1' fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git