From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40E541382C5 for ; Sun, 15 Apr 2018 06:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61842E0931; Sun, 15 Apr 2018 06:54:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35DD8E0931 for ; Sun, 15 Apr 2018 06:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D11AE335C5A for ; Sun, 15 Apr 2018 06:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06CDA279 for ; Sun, 15 Apr 2018 06:54:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523775240.1e095ee2257a81ded53d72bf2582729eab2f768d.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/ X-VCS-Repository: proj/qa-scripts X-VCS-Files: pkgcheck2html/pkgcheck2html.conf.json X-VCS-Directories: pkgcheck2html/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1e095ee2257a81ded53d72bf2582729eab2f768d X-VCS-Branch: master Date: Sun, 15 Apr 2018 06:54:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6fd8c461-d01a-46cc-98e3-22b088ac06da X-Archives-Hash: ea391af4b57596c5d650ade08549ee19 commit: 1e095ee2257a81ded53d72bf2582729eab2f768d Author: Michał Górny gentoo org> AuthorDate: Sun Apr 15 06:53:37 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 15 06:54:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1e095ee2 pkgcheck: PkgMetadataXmlEmptyElement -> warn pkgcheck2html/pkgcheck2html.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgcheck2html/pkgcheck2html.conf.json b/pkgcheck2html/pkgcheck2html.conf.json index de1a184..99b54bb 100644 --- a/pkgcheck2html/pkgcheck2html.conf.json +++ b/pkgcheck2html/pkgcheck2html.conf.json @@ -56,7 +56,7 @@ "OldPackageUpdate": "warn", "PkgBadlyFormedXml": "warn", "PkgInvalidXml": "warn", - "PkgMetadataXmlEmptyElement": "staging", + "PkgMetadataXmlEmptyElement": "warn", "PkgMetadataXmlIndentation": "", "PkgMetadataXmlInvalidCatRef": "warn", "PkgMetadataXmlInvalidPkgRef": "warn",