diff --git a/devtools/gerrit/kube/gerrit.libsonnet b/devtools/gerrit/kube/gerrit.libsonnet index c3115ac2..35b4cc58 100644 --- a/devtools/gerrit/kube/gerrit.libsonnet +++ b/devtools/gerrit/kube/gerrit.libsonnet @@ -72,11 +72,24 @@ local kube = import "../../../kube/kube.libsonnet"; canonicalWebUrl = https://%(domain)s/ serverId = %(identity)s reportBugUrl = https://b.hackerspace.pl/new + primaryWeblinkName = Forgejo [commentlink "b"] match = [Bb]/(\\d+) link = https://b.hackerspace.pl/$1 + [gitweb] + url = https://git.hackerspace.pl/ + type = custom + revision = hswaw/${project}/commit/${commit} + project = hswaw/${project} + branch = hswaw/${project}/src/branch/${branch} + tag = hswaw/${project}/releases/tag/${tag} + roottree = hswaw/${project}/src/commit/${commit} + file = hswaw/${project}/src/commit/${hash}/${file} + filehistory = hswaw/${project}/commits/branch/${branch}/${file} + linkname = Forgejo + [sshd] advertisedAddress = %(domain)s