From 37bbc431464245cef2df2dccafb722b012281a3f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 12 Jun 2020 02:01:08 +0100 Subject: 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 --- web/cgit-taz/default.nix | 2 +- web/homepage/entries.nix | 6 +++--- web/tvl/default.nix | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'web') diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 10e573c5d7..7266ae00aa 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -28,7 +28,7 @@ let repo.path=/var/lib/gerrit/git/depot.git/ repo.desc=monorepo for tazjin's virus lounge repo.owner=tazjin - repo.clone-url=https://git.tazj.in + repo.clone-url=https://code.tvl.fyi ''; thttpdConfig = writeText "thttpd.conf" '' diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index 9c7d04187b..92749368f4 100644 --- a/web/homepage/entries.nix +++ b/web/homepage/entries.nix @@ -9,7 +9,7 @@ { class = "project"; title = "depot"; - url = "https://git.tazj.in/about"; + url = "https://code.tvl.fyi/about"; date = 1576800000; description = "Merging all of my projects into a single, Nix-based monorepo"; } @@ -23,7 +23,7 @@ { class = "project"; title = "kontemplate"; - url = "https://git.tazj.in/about/ops/kontemplate"; + url = "https://code.tvl.fyi/about/ops/kontemplate"; date = 1486550940; description = "Simple file templating tool built for Kubernetes resources"; } @@ -37,7 +37,7 @@ { class = "project"; title = "journaldriver"; - url = "https://git.tazj.in/about/ops/journaldriver"; + url = "https://code.tvl.fyi/about/ops/journaldriver"; date = 1527375600; description = "Small daemon to forward logs from journald to Stackdriver Logging"; } diff --git a/web/tvl/default.nix b/web/tvl/default.nix index d12da82817..a340d35a92 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -55,7 +55,7 @@ let -- cgit 1.4.1