From 1107246ed5e7252cd0cc0643e7c8cab63a9cd096 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 15 Jan 2024 14:38:34 -0800 Subject: Fix gitweb update integration in the git hook The service doesn't support TLS. --- deployment/mgagit/templates/git-post-receive-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/mgagit/templates/git-post-receive-hook b/deployment/mgagit/templates/git-post-receive-hook index f8573dd4..b72094b3 100755 --- a/deployment/mgagit/templates/git-post-receive-hook +++ b/deployment/mgagit/templates/git-post-receive-hook @@ -34,7 +34,7 @@ COMMIT_REPLACE = 'https://gitweb.mageia.org/%s/commit/?id=%s' MAGEIA_BUGZILLA_URL = 'https://bugs.mageia.org/xmlrpc.cgi' MAGEIA_BUGZILLA_PASSWORD_FILE = '.gitzilla-password' MAGEIA_BUGZILLA_APIKEY_FILE = '.gitzilla-apikey' # this holds a Bugzilla API key -GITWEB_UPDATE_URL = 'https://gitweb.mageia.org:8000' +GITWEB_UPDATE_URL = 'http://gitweb.mageia.org:8000' # Bugzilla user USER_LOGIN = 'bot' -- cgit v1.2.1