From 771ba9830ecff35cb9af7a9710fac53a6cebdc8d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 14 Feb 2025 10:46:03 +0100 Subject: syz-cluster/pkg/api: consider another repo Leave a TODO with a better Linux repository mirror. We still need to double-check that it works fine on syz-cluster before switching to it. --- syz-cluster/pkg/api/api.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syz-cluster/pkg/api/api.go b/syz-cluster/pkg/api/api.go index b9126520e..f9a9e5fc9 100644 --- a/syz-cluster/pkg/api/api.go +++ b/syz-cluster/pkg/api/api.go @@ -136,7 +136,8 @@ type Finding struct { // For now, there's no reason to obtain these really via a real API call. var defaultTrees = []*Tree{ { - Name: `torvalds`, + Name: `torvalds`, + // TODO: consider https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux. URL: `git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git`, Branch: `master`, Priority: 0, -- cgit mrf-deployment