Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: metadata/
Date: Sat, 17 Jul 2021 04:43:34
Message-Id: 1626496978.970214afffe19ad470ff4d5712e04d9bac7d01c0.cybertailor@gentoo
1 commit: 970214afffe19ad470ff4d5712e04d9bac7d01c0
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sat Jul 17 02:24:51 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Jul 17 04:42:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=970214af
7
8 metadata/pkgcheck.conf: disable some checks
9
10 UnstableOnlyCheck and RedundantVersionCheck are useless as the
11 regulations state:
12
13 > 4. Packages in GURU are to have ~arch keywords.
14 > Stable keywords must not be used
15
16 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
17
18 metadata/pkgcheck.conf | 2 ++
19 1 file changed, 2 insertions(+)
20
21 diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf
22 new file mode 100644
23 index 000000000..8a2418f84
24 --- /dev/null
25 +++ b/metadata/pkgcheck.conf
26 @@ -0,0 +1,2 @@
27 +[DEFAULT]
28 +checks = -UnstableOnlyCheck,-RedundantVersionCheck