fix(cgit-tvl): disable follow-links in cgit

These cause segfaults in cgit due to an old wontfix git issue:

https://bugzilla.redhat.com/show_bug.cgi?id=1791810

Change-Id: I831655faf3cfdef5bad13eba8cb8bb274de83ea0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12307
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2024-08-24 10:58:25 +03:00 committed by clbot
parent bfab474d0c
commit f22defa541

View file

@ -15,7 +15,7 @@ let
source-filter=${depot.tools.cheddar}/bin/cheddar source-filter=${depot.tools.cheddar}/bin/cheddar
enable-log-filecount=1 enable-log-filecount=1
enable-log-linecount=1 enable-log-linecount=1
enable-follow-links=1 enable-follow-links=0
enable-blame=1 enable-blame=1
mimetype-file=${pkgs.mime-types}/etc/mime.types mimetype-file=${pkgs.mime-types}/etc/mime.types
logo=https://static.tvl.fyi/${depot.web.static.drvHash}/logo-animated.svg logo=https://static.tvl.fyi/${depot.web.static.drvHash}/logo-animated.svg