Repository: bigtop Updated Branches: refs/heads/master abd4db2e8 -> b5b1537e5
BIGTOP-1481. Log files are cluttered with messages from tar Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b5b1537e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b5b1537e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b5b1537e Branch: refs/heads/master Commit: b5b1537e5287f73d77d2143742b70e30899566aa Parents: abd4db2 Author: Olaf Flebbe <[email protected]> Authored: Mon Oct 6 09:23:42 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Oct 6 09:23:42 2014 -0700 ---------------------------------------------------------------------- packages.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b5b1537e/packages.gradle ---------------------------------------------------------------------- diff --git a/packages.gradle b/packages.gradle index 75f7d4c..636d5d4 100644 --- a/packages.gradle +++ b/packages.gradle @@ -228,7 +228,7 @@ def genTasks = { target, variable -> } exec { workingDir DEB_BLD_DIR - commandLine "tar --strip-components 1 -xvf $DEB_BLD_DIR/../${PKG_NAME}_${PKG_VERSION}${BIGTOP_BUILD_STAMP}.orig.tar.gz".split(' ') + commandLine "tar --strip-components 1 -xf $DEB_BLD_DIR/../${PKG_NAME}_${PKG_VERSION}${BIGTOP_BUILD_STAMP}.orig.tar.gz".split(' ') } fileTree ("${BASE_DIR}/bigtop-packages/src/deb/$NAME") { include '**/*'
