| Message ID | 20260218095016.87018-1-fbberton@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [kirkstone] classes/buildhistory: Do not sign buildhistory commits | expand |
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 83993f5752..52f886dff6 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -859,7 +859,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 }