You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/02/25 23:48:53 UTC

[2/7] bigtop git commit: BIGTOP-2347: Clean up build directory after sucessfull build of package (2nd try)

BIGTOP-2347: Clean up build directory after sucessfull build of package (2nd try)


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

Branch: refs/heads/BIGTOP-2320
Commit: 9fbaed3ba488347f872cb763c924cb3353321b7b
Parents: 0bdf437
Author: Olaf Flebbe <of...@ofleb.be>
Authored: Tue Feb 23 21:00:52 2016 +0100
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Thu Feb 25 20:53:20 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/9fbaed3b/packages.gradle
----------------------------------------------------------------------
diff --git a/packages.gradle b/packages.gradle
index 9e045d8..44160ef 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -394,7 +394,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
     }
-    safeDelete(BUILD_DIR)
+    safeDelete(DEB_BLD_DIR)
     touchTargetFile(config.bigtop.components[target].targetsdeb)
   }