Use https instead of http for git.openstack.org

Change-Id: I0b76dd67854bd354435a56294c67667eeee1bebd
This commit is contained in:
KATO Tomoyuki
2017-01-31 13:38:10 +09:00
parent 38207463ca
commit 380069d9da
24 changed files with 51 additions and 51 deletions

View File

@@ -72,7 +72,7 @@ release = '0.1'
# 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/openstack-manuals/tree/doc/install-guide/source'
giturl = u'https://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source'
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,