From b05126bbe738b06753c97a3f63c7658f99630006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Tue, 19 Nov 2024 10:23:55 +0100 Subject: [PATCH] whitelists: rename ksh93uxm into ksh93u+m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dashboard needs the real source name of the package and not the repository name. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- data/whitelists.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/whitelists.yaml b/data/whitelists.yaml index 3342243..d00119f 100644 --- a/data/whitelists.yaml +++ b/data/whitelists.yaml @@ -56,7 +56,7 @@ whitelists: what-is-python: "uses a different version for the binary package" android-sdk-meta: "uses a different version for the build-tools and build-tools-common binary package" lvm2: "uses a different version for some binary packages" - ksh93uxm: "uses a different version for the ksh binary package" + ksh93u+m: "uses a different version for the ksh binary package" samba: "generates the binary version from the embedded LDB version" inetutils: "generates the telnet and telnetd version with a prefix to avoid using epoch" failed_pipeline_branch_ignore_list: -- GitLab