This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 2fdb5a3b6157b22caa63e9f44d5789fbdac1063c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 5 01:09:27 2019 +0200 bin/createsusetagsrepo: add debugging option. We've been using it like this for ages anyway. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index ddd3050..9e79683 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -216,7 +216,7 @@ sign_metadata () { test -e 'content.key' || gpg -a --output 'content.key' --export "${gpg_key}" } -set -e +set -ex repo_top_dir="${1}" distro="${2}" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git