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 2015/09/15 23:21:29 UTC

bigtop git commit: BIGTOP-2050. Description of clean tasks have null entries

Repository: bigtop
Updated Branches:
  refs/heads/master ad88e7414 -> 0e2443bcf


BIGTOP-2050. Description of clean tasks have null entries


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

Branch: refs/heads/master
Commit: 0e2443bcfbdbd0c20c4e6e0b0ed20b113efe401f
Parents: ad88e74
Author: Konstantin Boudnik <co...@apache.org>
Authored: Tue Sep 15 13:56:29 2015 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Tue Sep 15 13:56:29 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0e2443bc/packages.gradle
----------------------------------------------------------------------
diff --git a/packages.gradle b/packages.gradle
index 54c1ef4..745f611 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -559,7 +559,7 @@ def genTasks = { target, variable ->
   task "$target-relnotes" (description: "Preparing release notes for $target. No yet implemented!!!", group: PACKAGES_GROUP)<< {
   }
   task "$target-clean" (dependsOn: "${target}_vardefines",
-      description: "Removing $target component ${BOM_map[variable + '_BUILD_DIR']} and ${BOM_map[variable + '_OUTPUT_DIR']}",
+      description: "Removing $target component build and output directories",
       group: PACKAGES_GROUP) << {
     delete(BOM_map[variable + '_BUILD_DIR'])
     delete(BOM_map[variable + '_OUTPUT_DIR'])