]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildhistory: be quiet when garbage collecting the git repo
authorRoss Burton <ross.burton@intel.com>
Wed, 18 Dec 2013 16:20:03 +0000 (16:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2013 17:06:57 +0000 (17:06 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass

index 3590da0480d0fbdeebde59da8a1bb9a6e4ee0dc7..e9a9c3b4e552237eb7a7b95ed39ff5ea4a66f737 100644 (file)
@@ -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