Repository: bigtop
Updated Branches:
  refs/heads/master 0b3113995 -> a2d38959f


BIGTOP-1542. Debian Package zookeeper does not build because tar.xz is missing

Signed-off-by: Konstantin Boudnik <[email protected]>


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

Branch: refs/heads/master
Commit: a2d38959fd41e510fdf5eacd8affc880c750e281
Parents: 0b31139
Author: Olaf Flebbe <[email protected]>
Authored: Thu Nov 20 16:02:36 2014 +0100
Committer: Konstantin Boudnik <[email protected]>
Committed: Thu Nov 20 13:51:18 2014 -0800

----------------------------------------------------------------------
 packages.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/a2d38959/packages.gradle
----------------------------------------------------------------------
diff --git a/packages.gradle b/packages.gradle
index 636d5d4..2abbb5d 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -258,7 +258,7 @@ def genTasks = { target, variable ->
       commandLine "dpkg-buildpackage -uc -us -sa -S".split(' ')
     }
     mkdir(PKG_OUTPUT_DIR)
-    fileTree (dir: "$DEB_PKG_DIR/..", includes: ['*.dsc', '*.diff.gz', 
'*.debian.tar.gz', "*_source.changes", "*.orig.tar.gz"]).copy {
+    fileTree (dir: "$DEB_PKG_DIR/..", includes: ['*.dsc', '*.diff.gz', 
'*.debian.tar.gz', '*.debian.tar.xz', "*_source.changes", "*.orig.tar.gz" 
]).copy {
       into PKG_OUTPUT_DIR
     }
     touchTargetFile(BOM_map[variable + '_TARGET_SDEB'])

Reply via email to