Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /, cgi-bin/
Date: Sat, 02 Nov 2019 09:49:39
Message-Id: 1572688150.0591d281c3174a0a9cc831782b0a0c8be4d15117.mgorny@gentoo
1 commit: 0591d281c3174a0a9cc831782b0a0c8be4d15117
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 09:49:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 09:49:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=0591d281
7
8 Bump pkgcheck2html to enable excludes support
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 cgi-bin/get-git-file.sh | 1 +
13 pkgcheck2html | 2 +-
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/cgi-bin/get-git-file.sh b/cgi-bin/get-git-file.sh
17 index 5b7b8fc..e899601 100755
18 --- a/cgi-bin/get-git-file.sh
19 +++ b/cgi-bin/get-git-file.sh
20 @@ -80,6 +80,7 @@ main() {
21 git cat-file -p "${tree[2]}" \
22 | PYTHONIOENCODING=utf8 python \
23 "${topdir}"/pkgcheck2html/pkgcheck2html.py ${verbose} \
24 + -x "${topdir}"/pkgcheck2html/excludes.json \
25 ${filter_maint} ${projects} -t "${ts}" -
26 else
27 git cat-file -p "${tree[2]}"
28
29 diff --git a/pkgcheck2html b/pkgcheck2html
30 index 887c28e..bb6570d 160000
31 --- a/pkgcheck2html
32 +++ b/pkgcheck2html
33 @@ -1 +1 @@
34 -Subproject commit 887c28e758025d8c452962a4c7d40a73b8c65ce7
35 +Subproject commit bb6570da9749e349fca302e28d58df3ad9975562