From 81f8c1034f45cba0edd395420657e56ee78101b1 Mon Sep 17 00:00:00 2001 From: Dongge Liu Date: Thu, 20 Apr 2023 09:49:03 +1000 Subject: [PATCH] Add missing `main_repo` in `project.yaml` (#10111) Fix #10110. --- projects/freeimage/project.yaml | 1 + projects/lzma/project.yaml | 1 + projects/xerces-c/project.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/projects/freeimage/project.yaml b/projects/freeimage/project.yaml index 7d0c225b4..9926c100b 100644 --- a/projects/freeimage/project.yaml +++ b/projects/freeimage/project.yaml @@ -1,4 +1,5 @@ homepage: "http://freeimage.sourceforge.net/" +main_repo: 'https://svn.code.sf.net/p/freeimage/svn/' language: c++ primary_contact: "drolon@infonie.fr" diff --git a/projects/lzma/project.yaml b/projects/lzma/project.yaml index 45f9fb884..19b5112a6 100644 --- a/projects/lzma/project.yaml +++ b/projects/lzma/project.yaml @@ -1,4 +1,5 @@ homepage: "https://www.7-zip.org/sdk.html" +main_repo: 'https://github.com/fancycode/lzma-fuzz.git' language: c++ primary_contact: "ipavlov@users.sourceforge.net" auto_ccs: diff --git a/projects/xerces-c/project.yaml b/projects/xerces-c/project.yaml index 2093d4122..077afb9f2 100755 --- a/projects/xerces-c/project.yaml +++ b/projects/xerces-c/project.yaml @@ -1,4 +1,5 @@ homepage: "https://xerces.apache.org/" +main_repo: 'https://svn.apache.org/repos/asf/xerces/c/trunk' language: c++ primary_contact: "vincent.ulitzsch@live.de" auto_ccs: