| Message ID | 20260209105325.97177-1-fbberton@gmail.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | classes/buildhistory: Do not sign buildhistory commits | expand |
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 78037a6462..8f605a720e 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -794,7 +794,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 }