Merge "Use https instead of http for git.openstack.org"
This commit is contained in:
commit
65a6a09c44
@ -98,7 +98,7 @@ version = version_info.version_string()
|
|||||||
# from git log.
|
# from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# These variables are passed to the logabug code via html_context.
|
||||||
giturl = u'http://git.openstack.org/cgit/openstack/manila/tree/doc/source'
|
giturl = u'https://git.openstack.org/cgit/openstack/manila/tree/doc/source'
|
||||||
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
bug_tag = u'docs'
|
bug_tag = u'docs'
|
||||||
|
@ -73,7 +73,7 @@ release = '0.1'
|
|||||||
# extracted from git log.
|
# extracted from git log.
|
||||||
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
# bug_tag: Tag for categorizing the bug. Must be set manually.
|
||||||
# These variables are passed to the logabug code via html_context.
|
# These variables are passed to the logabug code via html_context.
|
||||||
giturl = u'http://git.openstack.org/cgit/openstack/manila/tree/install-guide/source'
|
giturl = u'https://git.openstack.org/cgit/openstack/manila/tree/install-guide/source'
|
||||||
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
|
||||||
gitsha = os.popen(git_cmd).read().strip('\n')
|
gitsha = os.popen(git_cmd).read().strip('\n')
|
||||||
# source tree
|
# source tree
|
||||||
|
Loading…
Reference in New Issue
Block a user