This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 1e6223947360e537ba153d3ade30dcc4e459b08a Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 18 21:28:21 2019 +0100 pyhoca-cli.spec: actually change the hashbang of a file... --- debian/changelog | 1 + pyhoca-cli.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a8eef63..e036cd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium running against nightly versions of python-x2go. + Replace hashbang with version determined by name helper. + Fix syntax error. + + Actually change the hashbang of a file... -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 8788bc8..069fba9 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -153,10 +153,10 @@ on desktops and thin clients. %prep %setup -q %if 0%{?with_python2} -sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python2}@' +sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python2}@' 'pyhoca-cli' %endif %if 0%{?with_python3} -sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python3}@' +sed -i -e '1s@^#/usr/bin/python3@/usr/bin/%{name_helper_python3}@' 'pyhoca-cli' %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git