You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/02/10 21:51:41 UTC

bigtop git commit: BIGTOP-2308: Clean up build directory after sucessfull build of package

Repository: bigtop
Updated Branches:
  refs/heads/master ea72a6466 -> 1287372a5


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/master
Commit: 1287372a5017ce5076a45cbc9bedaef41b4be65a
Parents: ea72a64
Author: Olaf Flebbe <of...@ofleb.be>
Authored: Sat Feb 6 18:05:23 2016 +0100
Committer: Olaf Flebbe <of...@ofleb.be>
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)
   }