You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/06/28 02:51:36 UTC

[arrow] branch master updated: ARROW-5769: [Release] Ensure setting up test data in dev/release/00-prepare.sh

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8abc370  ARROW-5769: [Release] Ensure setting up test data in dev/release/00-prepare.sh
8abc370 is described below

commit 8abc3705cccb239e8b51559ddac0f88fd0a939cf
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Jun 28 11:51:27 2019 +0900

    ARROW-5769: [Release] Ensure setting up test data in dev/release/00-prepare.sh
    
    Author: Sutou Kouhei <ko...@clear-code.com>
    
    Closes #4732 from kou/release-ensure-setting-up-test-data and squashes the following commits:
    
    eb392674f <Sutou Kouhei>  Ensure setting up test data in dev/release/00-prepare.sh
---
 dev/release/00-prepare.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/00-prepare.sh b/dev/release/00-prepare.sh
index 8b3cc82..9ddb92a 100755
--- a/dev/release/00-prepare.sh
+++ b/dev/release/00-prepare.sh
@@ -209,6 +209,7 @@ fi
 
 if [ ${PREPARE_TAG} -gt 0 ]; then
   cd "${SOURCE_DIR}/../../java"
+  git submodule update --init --recursive
   mvn release:clean
   mvn release:prepare -Dtag=${tag} -DreleaseVersion=${version} -DautoVersionSubmodules -DdevelopmentVersion=${next_version_snapshot}
   cd -