Merge "Use https instead of http for git.openstack.org"

This commit is contained in:
Jenkins 2017-02-15 13:01:32 +00:00 committed by Gerrit Code Review
commit 6266db5624
1 changed files with 1 additions and 1 deletions

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/murano/tree/doc/source/api-guide/source'
giturl = u'https://git.openstack.org/cgit/openstack/murano/tree/doc/source/api-guide/source'
git_cmd = ["/usr/bin/git", "log", "-1"]
last_commit = subprocess.Popen(git_cmd, stdout=subprocess.PIPE)
first_line_cmd = ["head", "-n1"]