From 6d7fa652c881f5739d294972c7d86d25341d2f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Wed, 10 Jul 2024 10:01:51 +0200 Subject: [PATCH] whitelist: add some kanto related packages because of wrong versioning for older versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initial versions of these packages were uploaded with an incorrect packaging revision. The new uploads have a correct version, but git still has the old and wrong tags which confuses the dashboard. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- data/whitelists.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/whitelists.yaml b/data/whitelists.yaml index 8543e82..a167e19 100644 --- a/data/whitelists.yaml +++ b/data/whitelists.yaml @@ -331,6 +331,11 @@ whitelists: core-secdev-k3: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" dfu-util: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" eigen3: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" + golang-github-eclipse-ditto-clients: "former version with wrong versioning (incorrect packaging revision)" + golang-github-eclipse-kanto-suite-connector: "former version with wrong versioning (incorrect packaging revision)" + golang-github-google-go-tpm: "former version with wrong versioning (incorrect packaging revision)" + golang-github-lithammer-shortuuid: "former version with wrong versioning (incorrect packaging revision)" + golang-github-threedotslabs-watermill: "former version with wrong versioning (incorrect packaging revision)" golang-github-ulikunitz-xz: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" libbpf: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" libcgroup: "backport from v2024 which required to use a suffix ~v2023 to refresh copyright" -- GitLab