Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IronicDrivers
openstack-ansible-os_ironic
Commits
a23c4379
Commit
a23c4379
authored
Feb 06, 2017
by
Cao Xuan Hoang
Browse files
Use https instead of http for git.openstack.org
Trivialfix Change-Id: Ieeaa60e79b9e3f77ca87ff53c90ad7b44670c4f0
parent
46e3c764
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
a23c4379
...
...
@@ -70,7 +70,7 @@ target_name = 'openstack-ansible-' + role_name
title
=
'OpenStack-Ansible Documentation: '
+
role_name
+
'role'
# The link to the browsable source code (for the left hand menu)
oslosphinx_cgit_link
=
'http://git.openstack.org/cgit/openstack/'
+
target_name
oslosphinx_cgit_link
=
'http
s
://git.openstack.org/cgit/openstack/'
+
target_name
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
@@ -89,7 +89,7 @@ version = version_info.canonical_version_string()
# 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
=
(
"http://git.openstack.org/cgit/openstack/{0}"
giturl
=
(
"http
s
://git.openstack.org/cgit/openstack/{0}"
"/tree/doc/source"
).
format
(
target_name
)
git_cmd
=
"/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha
=
os
.
popen
(
git_cmd
).
read
().
strip
(
'
\n
'
)
...
...
releasenotes/source/conf.py
View file @
a23c4379
...
...
@@ -65,7 +65,7 @@ target_name = 'openstack-ansible-' + role_name
title
=
'OpenStack-Ansible Release Notes: '
+
role_name
+
'role'
# The link to the browsable source code (for the left hand menu)
oslosphinx_cgit_link
=
'http://git.openstack.org/cgit/openstack/'
+
target_name
oslosphinx_cgit_link
=
'http
s
://git.openstack.org/cgit/openstack/'
+
target_name
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
tox.ini
View file @
a23c4379
...
...
@@ -82,7 +82,7 @@ commands =
[testenv:ansible]
deps
=
{
[testenv]
deps}
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
-rhttp
s
://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
[testenv:ansible-syntax]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment