Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create-dev-keyrings: correct export_keys call | John Helmert III | 2022-07-16 | 1 | -1/+2 |
| | | | | Signed-off-by: John Helmert III <ajak@gentoo.org> | ||||
* | create-dev-keyrings: also export infra service keys | John Helmert III | 2022-07-15 | 1 | -0/+3 |
| | | | | | | Needed for glsamaker. Signed-off-by: John Helmert III <ajak@gentoo.org> | ||||
* | keyrings: add infra keyring | Robin H. Johnson | 2022-02-27 | 1 | -0/+6 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | keyrings: enable OpenPGP Hagrid server | Robin H. Johnson | 2019-06-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | keyrings: prepare to flip to new scripts | Robin H. Johnson | 2019-05-03 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | keyrings: prepare to split out keyring export for faster cycles | Robin H. Johnson | 2019-05-03 | 1 | -83/+7 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: use hkps://keys.gentoo.org/ for security | Robin H. Johnson | 2019-04-13 | 1 | -2/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: only send keys we have | Robin H. Johnson | 2019-04-09 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings.bash: push keys back to keys.gentoo.org, take 2, missing ↵ | Robin H. Johnson | 2019-04-08 | 1 | -0/+1 |
| | | | | | | a line Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings.bash: push keys back to keys.gentoo.org | Robin H. Johnson | 2019-04-08 | 1 | -5/+18 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: try keys.gentoo.org as well | Robin H. Johnson | 2019-04-01 | 1 | -1/+5 |
| | | | | | | | | | | Try the new keys.gentoo.org rotation, prior to the general SKS rotation, mostly because it's local and MUCH faster than the SKS network. keys.g.o does NOT sync with SKS at this time, and does not yet offer HKPS. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: service-keys not underscored | Robin H. Johnson | 2018-11-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: fix thinko in chmod target | Robin H. Johnson | 2018-11-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: export improvements | Robin H. Johnson | 2018-11-12 | 1 | -7/+48 |
| | | | | | | | - Place new keyrings atomicly. - Export system/committing/active/retired/all in seperate batches Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: always export | Robin H. Johnson | 2018-11-12 | 1 | -1/+1 |
| | | | | | | | | | | If fetching any changes fails, then the export phase does not run. If there are multiple unrelated key changes, any one of them can be held up by missing on the keyserver. Always run the export, so that we get at least some of the changes out. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-dev-keyrings: Increase gpg refresh timeout | Michał Górny | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | create-dev-keyrings: release -> service keys | Michał Górny | 2018-07-21 | 1 | -1/+1 |
| | |||||
* | create-dev-keyrings: Include separate group for system users | Michał Górny | 2018-07-21 | 1 | -5/+10 |
| | |||||
* | create-dev-keyrings: Add timeout for gpg call | Michał Górny | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | create-dev-keyrings: Do not dispose GNUPGHOME | Michał Górny | 2018-07-18 | 1 | -3/+0 |
| | | | | | | Instead of disposing GNUPGHOME and fetching fresh, just keep updating the current keyring. Since we export only part of it, stale keys should not cause any trouble. | ||||
* | create-dev-keyrings: Use a single 'gpg --recv-keys' call | Michał Górny | 2018-07-18 | 1 | -4/+3 |
| | |||||
* | Add a script to fetch OpenPGP keys | Michał Górny | 2018-07-18 | 1 | -0/+61 |