Use https instead of http for git.openstack.org

Trivialfix

Change-Id: I31483038b06270fbf3692b1325f1c7a10ca4c22a
This commit is contained in:
gengchc2 2017-02-07 10:53:56 +08:00
parent c6f778e413
commit 2be8e29450
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ release = '0.1'
# bug_tag: Tag for categorizing the bug. Must be set manually.
# bug_project: Project to file bugs against.
# These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source'
giturl = u'https://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source'
git_cmd = ["/usr/bin/git", "log", "-1"]
last_commit = subprocess.Popen(git_cmd, stdout=subprocess.PIPE)
first_line_cmd = ["head", "-n1"]

View File

@ -77,7 +77,7 @@ release = '0.1'
# bug_tag: Tag for categorizing the bug. Must be set manually.
# bug_project: Project to file bugs against.
# These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/api-site/tree/firstapp/source'
giturl = u'https://git.openstack.org/cgit/openstack/api-site/tree/firstapp/source'
git_cmd = ["/usr/bin/git", "log", "-1"]
last_commit = subprocess.Popen(git_cmd, stdout=subprocess.PIPE)
first_line_cmd = ["head", "-n1"]