This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new e134818  BIGTOP-3195. Add pkgs-ind to package all artifacts inside 
docker
     new 5909cf0  BIGTOP-3195. Add pkgs-ind to package all artifacts inside 
docker (#504)
e134818 is described below

commit e134818896495b44904a08a8f671001350269db9
Author: Evans Ye <[email protected]>
AuthorDate: Sat Mar 23 18:38:03 2019 +0800

    BIGTOP-3195. Add pkgs-ind to package all artifacts inside docker
---
 packages.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packages.gradle b/packages.gradle
index 2e069c2..acf39ec 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -788,6 +788,10 @@ project.afterEvaluate {
       description: "Build all native packages for the stack components",
       group: PACKAGES_GROUP
   ) doLast { }
+  task "pkgs-ind" (dependsOn: tasks.findAll { alltask -> 
alltask.name.endsWith("-pkg-ind")}*.name,
+          description: "Build all native packages for the stack components 
inside Docker",
+          group: PACKAGES_GROUP
+  ) doLast { }
 
   task allclean (dependsOn: [clean, tasks.findAll { alltask -> 
alltask.name.endsWith("-clean")}*.name],
       description: "Removing $BUILD_DIR, $OUTPUT_DIR, and $DIST_DIR.\n\t\t" +

Reply via email to