From f35afb0e4af2e39336f0bdf369f00797d9fcc37b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 16 Sep 2021 19:20:18 +0300 Subject: chore(cgit-taz): Disable HTTP git serving We don't need this anymore as josh will be doing it instead. Change-Id: I04324324fefa2b44604a8a5fad4dd3c7b7fe97a3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3564 Tested-by: BuildkiteCI Reviewed-by: flokli --- web/cgit-taz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index f2f47e5793..ec06d18a0b 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -16,7 +16,7 @@ let cgitConfig = writeText "cgitrc" '' # Global configuration virtual-root=/ - enable-http-clone=1 + enable-http-clone=0 readme=:README.md about-filter=${sourceFilter}/bin/cheddar-about source-filter=${depot.tools.cheddar}/bin/cheddar @@ -31,7 +31,7 @@ let repo.url=depot repo.path=/var/lib/gerrit/git/depot.git/ repo.desc=monorepo for the virus lounge - repo.owner=tazjin + repo.owner=The Virus Lounge repo.clone-url=https://code.tvl.fyi ''; -- cgit 1.4.1