This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2go-keyring. commit 77885ec6580e7658f321a25db4d35b686d7bc23a Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Aug 4 16:31:08 2019 +0200 runtests: fix tempdir -> tmpdir typo. --- debian/changelog | 1 + runtests | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e89b840..ee6779a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,7 @@ x2go-keyring (2019.08.04) UNRELEASED; urgency=medium * keyrings: add signatures. * Makefile: accept empty indices. * .gitignore: rework. + * runtests: fix tempdir -> tmpdir typo. * 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 88dca12..61ab0ab 100755 --- a/runtests +++ b/runtests @@ -12,7 +12,7 @@ for keyring in 'x2go-maintainers-keyring.gpg' 'x2go-maintainers-removed-keys.gpg done export GNUPGHOME='' -GNUPGHOME="$(mktemp -d --tempdir="${PWD}" 'gpghomedir.XXXXXXXXXXXXXXXX')" +GNUPGHOME="$(mktemp -d --tmpdir="${PWD}" 'gpghomedir.XXXXXXXXXXXXXXXX')" trap 'rm -rf -- "${GNUPGHOME}"' ERR EXIT SIGTERM SIGINT SIGHUP SIGPIPE SIGALRM SIGUSR1 SIGUSR2 chmod 700 "${GNUPGHOME}" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2go-keyring.git