Use https instead of http for git.openstack.org

Change-Id: I4e50f8958504616c76dc49f9049e2c5b163f5aa7
This commit is contained in:
gecong1973 2017-02-07 10:39:57 +08:00 committed by gecong
parent 84ec792658
commit e765bbff85
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ release = '1.0'
# gitsha: The SHA checksum of the bug description. 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/openstackdocstheme/tree/doc/source'
giturl = u'https://git.openstack.org/cgit/openstack/openstackdocstheme/tree/doc/source'
git_cmd = ["/usr/bin/git", "rev-parse", "HEAD"]
gitsha = subprocess.Popen(
git_cmd, stdout=subprocess.PIPE).communicate()[0].strip('\n')

View File

@ -68,7 +68,7 @@ release = '1.0'
# gitsha: The SHA checksum of the bug description. 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/openstackdocstheme/tree/doc/source'
giturl = u'https://git.openstack.org/cgit/openstack/openstackdocstheme/tree/doc/source'
git_cmd = ["/usr/bin/git", "rev-parse", "HEAD"]
try:
gitsha = subprocess.Popen(