diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-14 10:46:03 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-14 13:40:12 +0000 |
| commit | 771ba9830ecff35cb9af7a9710fac53a6cebdc8d (patch) | |
| tree | 813ce90c5ed2b0efbf2d7add35356a75a50da936 | |
| parent | 4c79225cc7c8953536f36271902cd51852b3eacc (diff) | |
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.
| -rw-r--r-- | syz-cluster/pkg/api/api.go | 3 |
1 files changed, 2 insertions, 1 deletions
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, |
