Repository: bigtop Updated Branches: refs/heads/BIGTOP-2320 30ec4352b -> 937c26c7a
BIGTOP-2308: Clean up build directory after sucessfull build of package Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1287372a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1287372a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1287372a Branch: refs/heads/BIGTOP-2320 Commit: 1287372a5017ce5076a45cbc9bedaef41b4be65a Parents: ea72a64 Author: Olaf Flebbe <[email protected]> Authored: Sat Feb 6 18:05:23 2016 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Wed Feb 10 21:48:52 2016 +0100 ---------------------------------------------------------------------- packages.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1287372a/packages.gradle ---------------------------------------------------------------------- diff --git a/packages.gradle b/packages.gradle index 17f9e42..6820c46 100644 --- a/packages.gradle +++ b/packages.gradle @@ -388,6 +388,7 @@ def genTasks = { target -> 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 } + delete (BUILD_DIR) touchTargetFile(config.bigtop.components[target].targetsdeb) }
