diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-30T04·13+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-30T04·13+0100 |
commit | b34a576c198b8ed47206e8148361bfcdad78b796 (patch) | |
tree | de0828fa1260bf8304bd156d9b93b0627c5c7cb7 /web/cgit-taz/default.nix | |
parent | 36beb6d43ccfd551c64d0aeaddae47ec3cff0afe (diff) |
chore(cgit-taz): Hide remote branches r/319
With the sync-gcsr changes from the previous commits remote branches are turned into local branches anyways.
Diffstat (limited to 'web/cgit-taz/default.nix')
-rw-r--r-- | web/cgit-taz/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 7dc5d9070a14..962efab91ac7 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 <mail@tazj.in> 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" '' |