-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sam James <sam@gentoo.org>
- Loading branch information
1 parent
c3c4f3b
commit 26268bb
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
## getuto | ||
|
||
getuto ('Gentoo trust tool') is a tool to maintain a gpg keyring in `/etc/portage/gnupg` | ||
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. | ||
* 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. | ||
|
||
If `--getbinpkg` or `--getbinpkgonly` is used, Portage will run `getuto` before fetching | ||
any binary packages. | ||
|
||
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`. |