Repository: bigtop Updated Branches: refs/heads/master 4d512e081 -> ffb5aabfd
BIGTOP-3087: Maven Deploy script breaks debian Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ffb5aabf Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ffb5aabf Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ffb5aabf Branch: refs/heads/master Commit: ffb5aabfda77bd612c4efe32e1c5d36ae55f7108 Parents: 4d512e0 Author: Epikhin Mikhail <[email protected]> Authored: Mon Oct 1 18:12:40 2018 +0300 Committer: Olaf Flebbe <[email protected]> Committed: Wed Oct 3 11:53:40 2018 +0200 ---------------------------------------------------------------------- packages.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ffb5aabf/packages.gradle ---------------------------------------------------------------------- diff --git a/packages.gradle b/packages.gradle index 79a0d73..5929f72 100644 --- a/packages.gradle +++ b/packages.gradle @@ -388,6 +388,14 @@ def genTasks = { target -> from "${BASE_DIR}/bigtop-packages/src/templates/init.d.tmpl" into "$DEB_BLD_DIR/debian" } + copy { + from "${BASE_DIR}/bigtop-packages/src/scripts" + into "$DEB_BLD_DIR/debian" + } + copy { + from "${BASE_DIR}/bigtop-packages/src/extensions" + into "$DEB_BLD_DIR/debian" + } fileTree ("$BASE_DIR/bigtop-packages/src/common/$NAME") { include '**/*' }.copy { into "$DEB_BLD_DIR/debian" }
