Merge "Use https instead of http for git.openstack.org"

This commit is contained in:
Jenkins 2017-02-13 05:52:18 +00:00 committed by Gerrit Code Review
commit 4fe77211ec
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ release = '1.0.0'
# Automatically extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually.
# These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/i18n/tree/doc/source'
giturl = u'https://git.openstack.org/cgit/openstack/i18n/tree/doc/source'
git_cmd = ["/usr/bin/git", "rev-parse", "HEAD"]
gitsha = subprocess.Popen(
git_cmd, stdout=subprocess.PIPE).communicate()[0].strip('\n')