Skip to content

Commit

Permalink
Use https instead of http for git.openstack.org
Browse files Browse the repository at this point in the history
Trivialfix

Change-Id: I4862d073adecf1cc5312a64795ad890eeddf774d
  • Loading branch information
gengchc2 committed Feb 7, 2017
1 parent 44fc037 commit 702c804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-ref/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
release = __version__

# Config logABug feature
giturl = u'http://git.openstack.org/cgit/openstack/swift/tree/api-ref/source'
giturl = u'https://git.openstack.org/cgit/openstack/swift/tree/api-ref/source'
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',
Expand Down
2 changes: 1 addition & 1 deletion install-guide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# 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/swift/tree/install-guide/source'
giturl = u'https://git.openstack.org/cgit/openstack/swift/tree/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,
Expand Down

0 comments on commit 702c804

Please sign in to comment.