Gentoo Archives: gentoo-dev

From: Max Magorsch <arzano@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Improving warnings on packages.g.o
Date: Wed, 26 Aug 2020 18:57:47
Message-Id: CA+vObehZ1ax7B=manc9yOXf8jhqqtxDjyYpyGExd_kPr7TeSmA@mail.gmail.com
1 Hi all,
2
3 Good news regarding packages.g.o!
4
5 While the new packages.g.o version went into production some time ago,
6 this also led to some false warnings about outdated package versions.
7 This is because we currently take information about outdated package
8 versions from repology.org, which are not always accurate.
9
10 To avoid these false warnings it's now possible to filter the repology
11 checks. To do so, there is a new git repository called
12 soko-metadata[0]. The repository contains a folder called repology,
13 which in turn contains three files:
14
15 1) ignored-repositories: You can add repositories that should be
16 globally ignored for the repology checks for *all* packages. E.g.
17 Windows only repositories as appget might be disabled globally here.
18
19 2) ignored-categories: You can disable the repology check for whole
20 categories here. The check will be disabled for all packages in this
21 category.
22
23 3) ignored-packages: You can either disable the repology check for a
24 single package here (e.g. sys-auth/pambase), or disable a repository
25 for the repology check for a single package here using atom::repo
26 (e.g.: net-misc/dropbox::void_x86_64). The later option is especially
27 useful if another distribution creates a non-standard version for a
28 single package and all versions of other distributions are marked as
29 outdated because of this (as in the case of dropbox and void linux).
30
31 The soko-metadata repository is writable by all devs, so that all
32 package maintainers are welcome to contribute to reduce the number of
33 false warnings.
34
35 -M
36
37 [0] https://gitweb.gentoo.org/sites/soko-metadata.git/

Replies

Subject Author
Re: [gentoo-dev] Improving warnings on packages.g.o Nils Freydank <holgersson@××××××.de>
Re: [gentoo-dev] Improving warnings on packages.g.o Alexis Ballier <aballier@g.o>
Re: [gentoo-dev] Improving warnings on packages.g.o Marek Szuba <marecki@g.o>