This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository maintenancescripts. from c28b9b3 git/hooks/common.sh: revert GIT_REPO_NAME variable handling. new a18220d git/hooks/x2go-post-receive-tag-pending: use ${SHORT_GIT_REPO_NAME}. 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-tag-pending | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 a18220d8fb338d79e763257dadea14867d503c0f Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 23 06:04:05 2017 +0100 git/hooks/x2go-post-receive-tag-pending: use ${SHORT_GIT_REPO_NAME}. --- 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 b9b568b..1875367 100755 --- a/git/hooks/x2go-post-receive-tag-pending +++ b/git/hooks/x2go-post-receive-tag-pending @@ -24,7 +24,7 @@ set -u BASEURL="http://code.x2go.org/gitweb?p=${GIT_REPO_NAME}" -PROJECT="${GIT_REPO_NAME//.git/}" +PROJECT="${SHORT_GIT_REPO_NAME}" tempdir="$(mktemp -d)" trap "rm -rf \"${tempdir}\"" EXIT -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git