From: Benjamin Drung Date: Fri, 17 Jan 2014 12:20:56 +0000 (+0100) Subject: gentoo_build: Include stats into the commit info. X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=c6ad1aa235bf1309439ac94c3251660daee89468;p=profitbricks%2Fjenkins-build-scripts.git gentoo_build: Include stats into the commit info. --- diff --git a/gentoo_build b/gentoo_build index d50a813..9fa0ade 100755 --- a/gentoo_build +++ b/gentoo_build @@ -255,7 +255,7 @@ def gentoo_build(script_name, logger, release_repo_uri, options): release_repo.git.add("-A") release_repo.git.commit("-m", "Added " + ebuild.get_relpath()) logger.info("Adding following commit:\n" + \ - release_repo.git.log("-p", "HEAD~1..HEAD")) + release_repo.git.log("-p", "--stat", "HEAD~1..HEAD")) # Push changes to the release repository if options.dry_run: logger.info("Not pushing changes to {repo} as dry run was "