Use https instead of http for git.openstack.org
Trivialfix Change-Id: I31483038b06270fbf3692b1325f1c7a10ca4c22a
This commit is contained in:
parent
c6f778e413
commit
2be8e29450
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user