This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from b9165f6 git/hooks/update-script._check_: fix typo in merge-allowance detection. new 121db65 git/hooks/x2go-post-receive-{close-bugs,tag-pending}: switch to Python 3.6. 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: git/hooks/x2go-post-receive-close-bugs | 2 +- git/hooks/x2go-post-receive-tag-pending | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit 121db6504c4cdd9cf9d63338ad2a6ead919f2742 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Dec 1 04:59:24 2019 +0100 git/hooks/x2go-post-receive-{close-bugs,tag-pending}: switch to Python 3.6. --- git/hooks/x2go-post-receive-close-bugs | 2 +- git/hooks/x2go-post-receive-tag-pending | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/hooks/x2go-post-receive-close-bugs b/git/hooks/x2go-post-receive-close-bugs index cab5dbf..59b8a33 100755 --- a/git/hooks/x2go-post-receive-close-bugs +++ b/git/hooks/x2go-post-receive-close-bugs @@ -39,7 +39,7 @@ function send_mail () { # send_mail bugno revno diff_file #local from="$(git show -s --pretty='format:%cn <%ce>' "$(git rev-parse --verify "${newrev}^{commit}")" | # perl -CI -MEncode -e 'print Encode::encode("MIME-Q", <STDIN>)')" local realname="$(git show -s --pretty='format:%cn' "$(git rev-parse --verify "${newrev}^{commit}")" | - python3.5 -c 'from email.header import Header; import fileinput;[print(Header(line, "utf-8").encode()) for line in fileinput.input()]')" + python3.6 -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:%cn <%ce>' "$(git rev-parse --verify "${newrev}^{commit}")")" local from="${realname} ${address}" (cat <<EOF diff --git a/git/hooks/x2go-post-receive-tag-pending b/git/hooks/x2go-post-receive-tag-pending index 1875367..2938f94 100755 --- a/git/hooks/x2go-post-receive-tag-pending +++ b/git/hooks/x2go-post-receive-tag-pending @@ -38,7 +38,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.5 -c 'from email.header import Header; import fileinput;[print(Header(line, "UTF-8").encode()) for line in fileinput.input()]')" + python3.6 -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