-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable unpack/repack of .rpm containers #14437
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Depends on #15143 |
@jkoritzinsky - same comment as #14436 (comment). Can you help me give a tshirt size estimate for this work? |
I think this one would be T-Shirt Size: S There's a little more work than the deb case as you need to finish signing all of the files first before you re-assemble the rpm, and you need to reassemble the cpio archive first as well (and that's a little annoying). |
My size might be off by 1 if there's additional PRs for other validation work or hooking up/enablement than just the feature work in SignTool (ie if there'd be multiple PRs across multiple repos like for the pkg work). |
Awesome, thanks. I'll mark it as size S for now and we can reevaluate once the issue is in progress. |
.rpm files contain signable binaries within. Enable unpack and repack of these containers.
T-Shirt Size: S
The text was updated successfully, but these errors were encountered: