aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-01-15 14:38:34 -0800
committerDan Fandrich <danf@mageia.org>2024-01-15 14:49:07 -0800
commit1107246ed5e7252cd0cc0643e7c8cab63a9cd096 (patch)
treee258bf63ded5382708d0febaa8e13916b6bfdab6
parent41308f873e8f11b610e3e02042acfdaec84136a1 (diff)
downloadpuppet-1107246ed5e7252cd0cc0643e7c8cab63a9cd096.tar
puppet-1107246ed5e7252cd0cc0643e7c8cab63a9cd096.tar.gz
puppet-1107246ed5e7252cd0cc0643e7c8cab63a9cd096.tar.bz2
puppet-1107246ed5e7252cd0cc0643e7c8cab63a9cd096.tar.xz
puppet-1107246ed5e7252cd0cc0643e7c8cab63a9cd096.zip
Fix gitweb update integration in the git hook
The service doesn't support TLS.
-rwxr-xr-xdeployment/mgagit/templates/git-post-receive-hook2
1 files changed, 1 insertions, 1 deletions
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'