add automated RPM signing#1186
Conversation
|
augment review |
🤖 Augment PR SummarySummary: Refactors Changes:
Technical Notes: The RPM signing flow uses 🤖 Was this summary useful? React with 👍 or 👎 |
|
augment review |
9f1c3c1 to
324cd6e
Compare
|
augment review |
|
augment review |
|
augment review |
|
augment review |
| BUILD_RPM=true | ||
| shift | ||
| ;; | ||
| --sign) |
There was a problem hiding this comment.
bin/zopen-pax2rpm:912 --sign can be provided without --build, but signing is only triggered after a successful RPM build (sign_rpm is called in the build-success path). This can lead to a confusing no-op where --sign is accepted but nothing is signed (and no warning/error is emitted).
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
2a8d8dd to
fdbe838
Compare
- Enable headless RPM signing using zopen GPG environment variables.
Removed unnecessary checks and cleanup commands for GPG directory and RPM list. Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
Add debugging output to the sign_rpm function. Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
What type of PR is this? (check all applicable)
Category
Description
Related Issues
[optional] Are there any post-deployment tasks or follow-up actions required?