From b34a576c198b8ed47206e8148361bfcdad78b796 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 30 Dec 2019 05:13:54 +0100 Subject: chore(cgit-taz): Hide remote branches With the sync-gcsr changes from the previous commits remote branches are turned into local branches anyways. --- web/cgit-taz/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web') diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 7dc5d9070a..962efab91a 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -34,11 +34,10 @@ let # Repository configuration repo.url=depot - repo.path=/git/depot/.git + repo.path=/git/depot/ repo.desc=tazjin's personal monorepo repo.owner=tazjin repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot - repo.enable-remote-branches=1 ''; thttpdConfig = writeText "thttpd.conf" '' -- cgit 1.4.1