From 0de9e0a77f230e076b9a09ecbb9b075da9dda665 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Mon, 8 Nov 2021 15:16:07 +0100 Subject: [PATCH] Disable xmllint check for specific xmls in rpminspect CI task #2012936 based on https://lists.launchpad.net/maria-discuss/msg06133.html discussion are the invalid xmls (except for Index.xml) present in the sources on purpose and their xmllint check can be thus disabled in the CI process. A bug report [https://jira.mariadb.org/browse/MDEV-26905] was created for the Index.xml file. The CI picks up the rpmlimspect.yaml for specific package in the dist-git repo. Resolves: #2012936 --- rpminspect.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..178f73a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,16 @@ +# based on https://lists.launchpad.net/maria-discuss/msg06133.html discussion +# are the invalid xmls (except for Index.xml) present in the sources on purpose +# and they can be removed from xmllint rpminspect check in the CI process. +# +# A bug report [https://jira.mariadb.org/browse/MDEV-26905] was created for the +# Index.xml file. +# +# CI picks up the rpmlimspect.yaml for specific package in the dist-git repo. + +xml: + ignore: + - /usr/share/mysql-test/std_data/loadxml.dat + - /usr/share/mysql-test/std_data/loaddata/mdev9874.xml + - /usr/share/mysql-test/std_data/ldml/Index.xml + - /usr/share/mysql-test/plugin/sphinx/sphinx/testdata.xml + - /usr/share/mysql-test/plugin/connect/connect/std_data/nocs.xml