You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/24 18:41:51 UTC

bigtop git commit: BIGTOP-2309 Update submodules after clone

Repository: bigtop
Updated Branches:
  refs/heads/master 02e617c22 -> 090e69da6


BIGTOP-2309 Update submodules after clone


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

Branch: refs/heads/master
Commit: 090e69da6a7dbd19c61b940c9ca7cc0a3c451db0
Parents: 02e617c
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Feb 4 19:31:47 2016 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Fri Mar 24 11:41:32 2017 -0700

----------------------------------------------------------------------
 packages.gradle | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/090e69da/packages.gradle
----------------------------------------------------------------------
diff --git a/packages.gradle b/packages.gradle
index d1e558d..3d499c6 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -233,6 +233,12 @@ def genTasks = { target ->
         errorOutput devNull
         standardOutput devNull
       }
+      exec {
+        workingDir "$DL_DIR/${dir}"
+        commandLine "git submodule update --init".split()
+        errorOutput devNull
+        standardOutput devNull
+      }
       delete("${DL_DIR}/${dir}/.git")
       exec {
         workingDir DL_DIR