This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 2dbb731fda1e80005956d30955d09cad4f7dc1a1 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 2 12:49:08 2020 +0100 git/hooks/x2go-post-receive-tag-pending: switch to unversioned Python 3 version. --- git/hooks/x2go-post-receive-tag-pending | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/hooks/x2go-post-receive-tag-pending b/git/hooks/x2go-post-receive-tag-pending index 124d42c..93c4988 100755 --- a/git/hooks/x2go-post-receive-tag-pending +++ b/git/hooks/x2go-post-receive-tag-pending @@ -82,7 +82,7 @@ function send_mail () { # send_mail bugno revno diff_file #local from="$(git show -s --pretty='format:%cn <%ce>' "${rev}" | # perl -CI -MEncode -e 'print Encode::encode("MIME-Q", <STDIN>)')" local realname="$(git show -s --pretty='format:%cn' "${rev}" | - python3.6 -c 'from email.header import Header; import fileinput;[print(Header(line, "UTF-8").encode()) for line in fileinput.input()]')" + python3 -c 'from email.header import Header; import fileinput;[print(Header(line, "UTF-8").encode()) for line in fileinput.input()]')" local address="$(git show -s --pretty='format:<%ce>' "${rev}")" local from="${realname} ${address}" (cat <<EOF -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git