[Rpm-maint] [rpm-software-management/rpm] Sanitize signing operation output (PR #3424)
Michal Domonkos
notifications at github.com
Wed Nov 6 12:37:06 UTC 2024
@dmnks commented on this pull request.
>
-cp ${ORIG} "${RPMTEST}"/tmp/
-run rpmsign --key-id 4344591E1964C5FC --addsign ${NEW} > /dev/null
-cmp -s ${ORIG} ${NEW}; echo $?
-run rpmsign --delsign ${NEW} > /dev/null
-cmp -s ${ORIG} ${NEW}; echo $?
+runroot_other cp ${ORIG} /tmp/
+runroot rpmsign --key-id 4344591E1964C5FC --addsign /tmp/hello-2.0-1.x86_64.rpm > /dev/null
Argh, we forgot about this one too :laughing:
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3424#pullrequestreview-2418164166
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3424/review/2418164166 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241106/49148621/attachment.html>
More information about the Rpm-maint
mailing list