diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-16T16·20+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-09-16T20·34+0000 |
commit | f35afb0e4af2e39336f0bdf369f00797d9fcc37b (patch) | |
tree | ed03c7268522aed53d70bf63844a8daa81984cf3 /web/cgit-taz/default.nix | |
parent | c6ad2b638e0b3340b11561beb8f6c49a2604e693 (diff) |
chore(cgit-taz): Disable HTTP git serving r/2876
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 <flokli@flokli.de>
Diffstat (limited to 'web/cgit-taz/default.nix')
-rw-r--r-- | web/cgit-taz/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index f2f47e5793a2..ec06d18a0bf3 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 <mail@tazj.in> + repo.owner=The Virus Lounge repo.clone-url=https://code.tvl.fyi ''; |