feat: GPG update script to auto fetch new keys and emergency force update#9997
feat: GPG update script to auto fetch new keys and emergency force update#9997GildedRoach wants to merge 9 commits intofrawhidefrom
Conversation
There was a problem hiding this comment.
🍣 The Packager: name <mail@example.com> preamble is missing in anda/terra/gpg-keys/terra-gpg-keys.spec. This is required in our policies.
I am bad at YAML. Signed-off-by: Gilver <roachy@fyralabs.com>
|
why not put all the curling into pre.rhai? |
Because 5,000 I didn't use |
Actually, correction, zero way to bump the release on the spec if a new key was added this way. I misread this as |
|
well this is the kind of package you want to build in bootstrap.yml, so not relying on the update.rhai logic should be better |
I'm confused? This is just to fetch key files which don't already exist (to avoid the issue we just had where no one had added the 44 keys), it can still be built in |
"WTF is this?" you may rightfully ask.
The answer:
rpm.version()function (though it's very hacky) to handlerpm.release()better for key changes.All of this is automagic as long as we update other workflows.