]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
gentoo_build: Include stats into the commit info.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Fri, 17 Jan 2014 12:20:56 +0000 (13:20 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Fri, 17 Jan 2014 12:21:14 +0000 (13:21 +0100)
gentoo_build

index d50a813a8dd337cca814a217594dc65670a8e6c3..9fa0ade83c5b3c7adb7816530a9fe686abf2618f 100755 (executable)
@@ -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 "