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