Repository: bigtop
Updated Branches:
  refs/heads/master fba7c1d43 -> 55a5f4f6d


BIGTOP-2044. Unnecessary printout has been introduced by BIGTOP-1494


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/55a5f4f6
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/55a5f4f6
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/55a5f4f6

Branch: refs/heads/master
Commit: 55a5f4f6de5ef6c86adafd21db960fb0834b9184
Parents: fba7c1d
Author: Konstantin Boudnik <[email protected]>
Authored: Sun Sep 13 18:41:36 2015 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Sun Sep 13 19:55:14 2015 -0700

----------------------------------------------------------------------
 packages.gradle | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/55a5f4f6/packages.gradle
----------------------------------------------------------------------
diff --git a/packages.gradle b/packages.gradle
index 1946be7..54c1ef4 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -310,9 +310,7 @@ def genTasks = { target, variable ->
     def final DEB_BLD_DIR = "$PKG_BUILD_DIR/deb/$NAME-${PKG_VERSION}"
     def final DEB_PKG_DIR = 
"$PKG_BUILD_DIR/deb/$PKG_NAME-${PKG_VERSION}-${BIGTOP_BUILD_STAMP}"
     mkdir (DEB_BLD_DIR)
-     println BOM_map[variable + '_TARBALL_DESTINATION'] + " " + 
"${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"
-
-     copy {
+    copy {
       from SEED_TAR
       into "$PKG_BUILD_DIR/deb/"
       rename BOM_map[variable + '_TARBALL_DESTINATION'], 
"${PKG_NAME}_${PKG_VERSION}.orig.tar.gz"

Reply via email to