[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH 2/3] buildhistory: record all builds
From:       koen () dominion ! thruhere ! net (Koen Kooi)
Date:       2012-03-31 22:06:43
Message-ID: 1333231604-24561-2-git-send-email-koen () dominion ! thruhere ! net
[Download RAW message or body]

When nothing has changed an empty commit prefixed with "No changes" will get \
generated so that the commit log of the buildhistory repo provides a complete log of \
all builds performed, not just those that resulted in changes.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 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 386c32c..2224340 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -405,6 +405,8 @@ buildhistory_commit() {
 			if [ "${BUILDHISTORY_PUSH_REPO}" != "" ] ; then
 				git push -q ${BUILDHISTORY_PUSH_REPO}
 			fi
+		else
+			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  fi) || true
 }
 
-- 
1.7.2.5


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic