Gentoo Archives: gentoo-dev

From: Tim Harder <radhermit@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Updating all Manifest to contain SHA256 SHA512 WHIRLPOOL
Date: Sun, 20 Sep 2015 21:06:30
Message-Id: 20150920210606.GA23625@tarragon.ad.analog.com
In Reply to: [gentoo-dev] Updating all Manifest to contain SHA256 SHA512 WHIRLPOOL by "Justin (jlec)"
1 On 2015-09-18 04:58, Justin (jlec) wrote:
2 > 2.
3 > Any suggestion how to do this? repoman has a manifest-check function but that is
4 > not functioning (bug filed). Any other tool around? Perhaps using pkgcheck?
5
6 With regards to pkgcheck, run the following in a configured gentoo repo
7 to generate a list of missing checksums in Manifest files:
8
9 pkgcheck -c repo_metadata
10
11 or a variation where the current working directory doesn't matter:
12
13 pkgcheck -c repo_metadata -r gentoo '*'
14
15 Note that this will probably output a bunch of metadata exceptions as
16 well since the tree has a bunch of ebuilds with unknown mirrors in it
17 (mostly berlios and bitbucket) and running the above disables the check
18 for them so they show up as errors instead.
19
20 Tim

Attachments

File name MIME type
signature.asc application/pgp-signature