feat(camden): Move cgit to code.tvl.fyi

Moves the host at which cgit is served to 'code.tvl.fyi'.

Also updates related projects that link to this, most importantly:

* Hound's & Gerrit's cgit link bases have been updated
* besadii is updated to request CI builds for the new location

Change-Id: I44e3e584010ac29cc913ebb1a197c996eb024d80
Reviewed-on: https://cl.tvl.fyi/c/depot/+/71
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2020-06-12 02:01:08 +01:00 committed by tazjin
parent 79fdb0bb5f
commit 37bbc43146
6 changed files with 24 additions and 15 deletions

View file

@ -20,7 +20,7 @@ in {
# Configure for cgit.
gitweb = {
type = "custom";
url = "https://git.tazj.in";
url = "https://code.tvl.fyi";
project = "/";
revision = "/commit/?id=\${commit}";
branch = "/log/?h=\${branch}";