about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-12-02T14·27+0100
committersterni <sternenseemann@systemli.org>2022-12-02T14·32+0000
commitb9e3db35b2f7520a150208ebe7b6a439cc10aa9a (patch)
tree5ab336276b1e6d7140da99bbbc255038f42274ad
parent447a75c52451a30bce564de8228fd365435c8d9d (diff)
fix(sterni/machines/edwin): set default branch for depot r/5372
This fixes cgit's ability to infer the idle time on the repo overview
properly. While we're at it, use the proper remote URL, so the redirection
warning doesn't clutter the logs.

Change-Id: Ie3a75886bdf9c704c18950290b1f7115d0ca0c02
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7496
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
-rw-r--r--users/sterni/machines/edwin/http/code.sterni.lv.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/sterni/machines/edwin/http/code.sterni.lv.nix b/users/sterni/machines/edwin/http/code.sterni.lv.nix
index bf98a608ce..3325b04e7c 100644
--- a/users/sterni/machines/edwin/http/code.sterni.lv.nix
+++ b/users/sterni/machines/edwin/http/code.sterni.lv.nix
@@ -13,7 +13,8 @@ let
         };
         "mirror/depot" = {
           description = "monorepo for the virus lounge";
-          upstream = "https://code.tvl.fyi";
+          upstream = "https://code.tvl.fyi/depot.git";
+          defaultBranch = "canon";
         };
         "mirror/flipdot-gschichtler" = {
           description = "message queue system for OpenLab's flipdot display";