gemato
gemato copied to clipboard
Gentoo Manifest Tool — a stand-alone utility to verify & update Manifests
Add description on how to create a openpgp signed Manifest Remove the 'all purpose' and note that dot-files are not part of a Manifest
In order to avoid loading all manifest entries into memory at once, make assert_directory_verifies use a shared sort_key to iterate over directories and manifest entries in the same order. For...
Based on https://www.gentoo.org/news/2019/07/03/sks-key-poisoning.html I know the gemato uses WKD by default to check Gentoo repository. However, I have tried gpg --locate-keys [email protected] and sadly found it now work due to...
From time to time user are complaining that they cannot synchronize repository using `emerge --sync` and that even `emerge-webrsync` don't work. We tell them to patch `openpgp.py` like ```diff ---...
Following on from https://github.com/projg2/gemato/issues/7, I think we still need to do a bit more for debugging. In https://forums.gentoo.org/viewtopic-p-8804931.html, I've been trying to help a user debug their stuck sync, but...
We get a fair amount of users who find `emerge --sync` hangs when refreshing keys. Often, it's the case that their network has broken IPv6 connectivity. We should fall back...
Signed-off-by: Robin H. Johnson
Unfortunately, https://github.com/projg2/gemato/commit/a098d83e92fa807d95ee160b1506c4561b28eb2b (https://github.com/projg2/gemato/issues/26) appears insufficient. I've observed this a bunch of times and poked a tiny bit more yesterday. Users hit it when our sks instances on infra freeze up,...