This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from 21569ee git/hooks/x2go-post-receive-tag-pending: stop trying to process revisions that do not feature a debian/changelog file. new 51b8c4c git/hooks/x2go-post-receive-tag-pending: fix send_mail "signature" comment. new 2368d2f git/hooks/x2go-post-receive-tag-pending: actually use ${fixed_in_version} instead of the global ${version} variable in send_mail (). The 2 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-tag-pending | 6 +++--- 1 file changed, 3 insertions(+), 3 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 51b8c4c6bd03bfa36b2b8ccc89377a66fb2953ac Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 3 19:39:36 2020 +0100 git/hooks/x2go-post-receive-tag-pending: fix send_mail "signature" comment. --- 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 3961585..75d3824 100755 --- a/git/hooks/x2go-post-receive-tag-pending +++ b/git/hooks/x2go-post-receive-tag-pending @@ -73,7 +73,7 @@ case "${DPKG_VERSION}" in ;; esac -function send_mail () { # send_mail bugno revno diff_file +function send_mail () { # send_mail bugno fixed_in_version revno diff_file local bug="${1}" local fixed_in_version="${2}" local rev="${3}" -- 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 2368d2fb137fee251c9e7095bd8e82b31a771a34 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 3 19:40:09 2020 +0100 git/hooks/x2go-post-receive-tag-pending: actually use ${fixed_in_version} instead of the global ${version} variable in send_mail (). --- git/hooks/x2go-post-receive-tag-pending | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/hooks/x2go-post-receive-tag-pending b/git/hooks/x2go-post-receive-tag-pending index 75d3824..e3b33a3 100755 --- a/git/hooks/x2go-post-receive-tag-pending +++ b/git/hooks/x2go-post-receive-tag-pending @@ -96,7 +96,7 @@ Content-Transfer-Encoding: 8bit X-Mailer: https://code.x2go.org/gitweb?p=maintenancescripts.git;a=blob;f=git/hooks/x2g... tag #${bug} pending -fixed #${bug} ${version} +fixed #${bug} ${fixed_in_version} thanks Hi! @@ -107,7 +107,7 @@ check the diff of the fix at: ${BASEURL};a=commitdiff;h=$(git show -s --pretty='format:%h' "${rev}") -The issue will most likely be fixed in src:${PROJECT} (${version}). +The issue will most likely be fixed in src:${PROJECT} (${fixed_in_version}). light+love X2Go Git Admin (on behalf of the sender of this mail) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git