[X2Go-Commits] [maintenancescripts] 03/08: git/hooks/x2go-post-receive-tag-pending: switch URL location to HTTPS.
git-admin at x2go.org
git-admin at x2go.org
Tue Mar 3 14:25:53 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit 14618d0165e662b955aee2ebedc584472fd1c76f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Mar 3 13:21:07 2020 +0100
git/hooks/x2go-post-receive-tag-pending: switch URL location to HTTPS.
---
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 e10d611..5d9cfc3 100755
--- a/git/hooks/x2go-post-receive-tag-pending
+++ b/git/hooks/x2go-post-receive-tag-pending
@@ -23,7 +23,7 @@
set -e
set -u
-BASEURL="http://code.x2go.org/gitweb?p=${GIT_REPO_NAME}"
+BASEURL="https://code.x2go.org/gitweb?p=${GIT_REPO_NAME}"
PROJECT="${SHORT_GIT_REPO_NAME}"
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
More information about the x2go-commits
mailing list