Merge "Generate cgit links with '/' character instead of '%2F'"
This commit is contained in:
commit
b77133c91f
@ -70,6 +70,7 @@ class openstack_project::gerrit (
|
|||||||
$gitweb = true,
|
$gitweb = true,
|
||||||
$cgit = false,
|
$cgit = false,
|
||||||
$web_repo_url = '',
|
$web_repo_url = '',
|
||||||
|
$web_repo_url_encode = false,
|
||||||
$secondary_index = true,
|
$secondary_index = true,
|
||||||
$afs = false,
|
$afs = false,
|
||||||
) {
|
) {
|
||||||
@ -204,6 +205,7 @@ class openstack_project::gerrit (
|
|||||||
gitweb => $gitweb,
|
gitweb => $gitweb,
|
||||||
cgit => $cgit,
|
cgit => $cgit,
|
||||||
web_repo_url => $web_repo_url,
|
web_repo_url => $web_repo_url,
|
||||||
|
web_repo_url_encode => $web_repo_url_encode,
|
||||||
testmode => $testmode,
|
testmode => $testmode,
|
||||||
secondary_index => $secondary_index,
|
secondary_index => $secondary_index,
|
||||||
require => Class[openstack_project::server],
|
require => Class[openstack_project::server],
|
||||||
|
@ -75,6 +75,7 @@ class openstack_project::review_dev (
|
|||||||
gitweb => false,
|
gitweb => false,
|
||||||
cgit => true,
|
cgit => true,
|
||||||
web_repo_url => 'https://git.openstack.org/cgit/',
|
web_repo_url => 'https://git.openstack.org/cgit/',
|
||||||
|
web_repo_url_encode => false,
|
||||||
swift_username => $swift_username,
|
swift_username => $swift_username,
|
||||||
swift_password => $swift_password,
|
swift_password => $swift_password,
|
||||||
replication_force_update => true,
|
replication_force_update => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user