pkgcore / pkgcheck

pkgcore-based QA utility for ebuild repos
https://pkgcore.github.io/pkgcheck
BSD 3-Clause "New" or "Revised" License
34 stars 29 forks source link

Ability to blacklist urls from MissingRemoteId #636

Open parona-source opened 7 months ago

parona-source commented 7 months ago

I provide go vendor tarballs through gitlab packages so it generates bogus MissingRemoteId for that url.

app-misc/spicetify-cli
  MissingRemoteId: missing <remote-id type="gitlab">api/v4/projects/37881342/packages/generic/spicetify-cli/2.27.1/spicetify-cli-2.27.1-deps.tar.xz</remote-id> (inferred from URI 'https://gitlab.com/api/v4/projects/37881342/packages/generic/spicetify-cli/2.27.1/spicetify-cli-2.27.1-deps.tar.xz')

So the ability to ignore this would be appreciated (would handle new situations where false positives could exist). Or at the very least pkgcheck could be smarter about not seeing gitlab API urls as repos.