https://github.com/projg2/getuto
Gentoo Trust Tool
https://github.com/projg2/getuto
Last synced: 4 months ago
JSON representation
Gentoo Trust Tool
- Host: GitHub
- URL: https://github.com/projg2/getuto
- Owner: projg2
- License: gpl-2.0
- Created: 2023-08-17T02:09:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:33:16.000Z (over 1 year ago)
- Last Synced: 2025-01-28T06:25:43.654Z (over 1 year ago)
- Language: Shell
- Size: 72.3 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## getuto
getuto (_Gentoo trust tool_) is a tool to maintain a gpg keyring in `/etc/portage/gnupg`
for binary packages:
* It creates a keyring in `/etc/portage/gnupg` if it doesn't already exist;
* If a keyring already exists, it will refresh the keys from keyservers/wkd
and import newer keys if available on the system.
A fresh keyring is needed to safely verify binary packages for revocations
and renewals of gpg keys.
If `--getbinpkg` or `--getbinpkgonly` is used, Portage will run `getuto` before fetching
any binary packages. It is unused otherwise.
To disable getuto, set `PORTAGE_TRUST_HELPER=true` in `/etc/portage/make.conf`.