diff options
author | Vincent Ambo <tazjin@google.com> | 2020-06-11T21·48+0000 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-11T22·09+0000 |
commit | dd6648063513950b19155bb8a7b741fb1d83180a (patch) | |
tree | e15e5d95cc263cdead4e1905e5ebe4148e7b368d | |
parent | 78757536598087ef73ef16297882cf38e30aa0fc (diff) |
chore(cgit-taz): Point cgit at Gerrit's depot copy r/908
Change-Id: I842ab14269cac18cddeec2f6f9b8140daa40bc0b Reviewed-on: https://cl.tvl.fyi/c/depot/+/22 Reviewed-by: lukegb <lukegb@tvl.fyi>
-rw-r--r-- | web/cgit-taz/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index d18c782907dc..10e573c5d7c8 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -1,8 +1,5 @@ # This derivation configures a 'cgit' instance to serve repositories # from a different source. -# -# In the first round this will just serve my GitHub repositories until -# I'm happy with the display. { depot, ... }: @@ -28,8 +25,8 @@ let # Repository configuration repo.url=depot - repo.path=/var/git/depot/ - repo.desc=tazjin's personal monorepo + repo.path=/var/lib/gerrit/git/depot.git/ + repo.desc=monorepo for tazjin's virus lounge repo.owner=tazjin <mail@tazj.in> repo.clone-url=https://git.tazj.in ''; |