diff options
-rw-r--r-- | meta/classes/buildhistory.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 386c32cc67..2224340728 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -405,6 +405,8 @@ buildhistory_commit() { | |||
405 | if [ "${BUILDHISTORY_PUSH_REPO}" != "" ] ; then | 405 | if [ "${BUILDHISTORY_PUSH_REPO}" != "" ] ; then |
406 | git push -q ${BUILDHISTORY_PUSH_REPO} | 406 | git push -q ${BUILDHISTORY_PUSH_REPO} |
407 | fi | 407 | fi |
408 | else | ||
409 | git commit ${BUILDHISTORY_DIR}/ --allow-empty -m "No changes: Build ${BUILDNAME} of ${DISTRO} ${DISTRO_VERSION} for machine ${MACHINE} on $HOSTNAME" --author "${BUILDHISTORY_COMMIT_AUTHOR}" > /dev/null | ||
408 | fi) || true | 410 | fi) || true |
409 | } | 411 | } |
410 | 412 | ||