Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563642 - dev-util/pkgcheck: should warn about KEYWORDS="*" and "~*" in main repo
Summary: dev-util/pkgcheck: should warn about KEYWORDS="*" and "~*" in main repo
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PkgCore (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Arthur Zamarin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-21 08:02 UTC by Julian Ospald
Modified: 2022-09-18 16:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2015-10-21 08:02:47 UTC
KEYWORDS="*" is invalid as per PMS

https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-260003.1.6
https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-690007.3.2

repoman does not warn about it
Comment 1 SpanKY gentoo-dev 2015-10-21 17:58:58 UTC
probably should make it into a layout.conf option so we can enable it in the main gentoo repo
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:18:40 UTC
repoman support has been removed per bug 835013.

Please file a new bug (or, I suppose, reopen this one) if you feel this check is still applicable to pkgcheck and doesn't already exist.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-12 03:23:51 UTC
Not sure if pkgcheck does this.
Comment 4 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2022-08-12 17:55:59 UTC
After checking it in pkgcheck, it reports for those two wrong keywords:

UnknownKeywords: version 1: unknown KEYWORDS: '*'
UnknownKeywords: version 2: unknown KEYWORDS: '~*'

While "-*" is accepted of course (as correct by PMS).

So it is already implemented in pkgcheck, so closing