From b9e3db35b2f7520a150208ebe7b6a439cc10aa9a Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 2 Dec 2022 15:27:15 +0100 Subject: fix(sterni/machines/edwin): set default branch for depot 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 Reviewed-by: tazjin Autosubmit: sterni --- users/sterni/machines/edwin/http/code.sterni.lv.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; -- cgit 1.4.1