| Message ID | 20260218094730.84150-1-fbberton@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [scarthgap] classes/buildhistory: Do not sign buildhistory commits | expand |
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 0b1bd518fe..954edfe46a 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -841,7 +841,7 @@ result: $result metadata revisions: END cat ${BUILDHISTORY_DIR}/metadata-revs >> $commitmsgfile - git commit $commitopts -F $commitmsgfile --author "${BUILDHISTORY_COMMIT_AUTHOR}" > /dev/null + git commit --no-gpg-sign $commitopts -F $commitmsgfile --author "${BUILDHISTORY_COMMIT_AUTHOR}" > /dev/null rm $commitmsgfile }