[oe-commits] Ross Burton : buildhistory: be quiet when garbage collecting the git repo

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 17:05:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b117403423f700eb4cc6967b9fb8ff3e2858e279
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b117403423f700eb4cc6967b9fb8ff3e2858e279

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Dec 18 16:20:03 2013 +0000

buildhistory: be quiet when garbage collecting the git repo

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/buildhistory.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 3590da0..e9a9c3b 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -534,7 +534,7 @@ END
 			for entry in `echo "$repostatus" | awk '{print $2}' | awk -F/ '{print $1}' | sort | uniq` ; do
 				git commit $entry metadata-revs -m "$entry: Build ${BUILDNAME} of ${DISTRO} ${DISTRO_VERSION} for machine ${MACHINE} on $HOSTNAME" -m "cmd: $CMDLINE" --author "${BUILDHISTORY_COMMIT_AUTHOR}" > /dev/null
 			done
-			git gc --auto
+			git gc --auto --quiet
 			if [ "${BUILDHISTORY_PUSH_REPO}" != "" ] ; then
 				git push -q ${BUILDHISTORY_PUSH_REPO}
 			fi



More information about the Openembedded-commits mailing list