Use internal gitweb instead of gitea for now
We're not replicating refs/changes to gitea right now, so links that point to cgit urls or gitea urls aren't going to work for gitweb urls. Change-Id: I71b4651dea5e627e2a7045b61d512047223b4ee8
This commit is contained in:
parent
5ba6fc424d
commit
f4d74ee3e2
@ -66,9 +66,9 @@ class openstack_project::gerrit (
|
||||
$testmode = false,
|
||||
$swift_username = '',
|
||||
$swift_password = '',
|
||||
$gitweb = false,
|
||||
$cgit = true,
|
||||
$web_repo_url = 'https://git.openstack.org/cgit/',
|
||||
$gitweb = true,
|
||||
$cgit = false,
|
||||
$web_repo_url = false,
|
||||
$web_repo_url_encode = false,
|
||||
$secondary_index = true,
|
||||
$report_bug_text = 'Get Help',
|
||||
|
Loading…
Reference in New Issue
Block a user