You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by jf...@apache.org on 2019/07/26 14:00:49 UTC

[incubator-iotdb] branch tooling-for-release updated: Added incubator to svn path

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

jfeinauer pushed a commit to branch tooling-for-release
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/tooling-for-release by this push:
     new f763930  Added incubator to svn path
f763930 is described below

commit f7639308ee2231b455134f7997ab14e70d9cc186
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Fri Jul 26 16:00:39 2019 +0200

    Added incubator to svn path
---
 tools/common.sh                  | 4 ++--
 tools/download_staged_release.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/common.sh b/tools/common.sh
index e90d712..cd64a0d 100755
--- a/tools/common.sh
+++ b/tools/common.sh
@@ -26,10 +26,10 @@ IOTDB_ROOT_DIR=.
 BUNDLE_DIR=${IOTDB_ROOT_DIR}/target/checkout/target
 
 IOTDB_ASF_GIT_URL=https://git-wip-us.apache.org/repos/asf/incubator-iotdb.git
-IOTDB_ASF_DIST_URL=https://www.apache.org/dist/iotdb
+IOTDB_ASF_DIST_URL=https://www.apache.org/dist/incubator/iotdb
 IOTDB_ASF_DIST_DYN_URL=https://www.apache.org/dyn/closer.cgi/iotdb
 IOTDB_ASF_SVN_RELEASE_URL=https://dist.apache.org/repos/dist/release/iotdb
-IOTDB_ASF_SVN_RC_URL=https://dist.apache.org/repos/dist/dev/iotdb
+IOTDB_ASF_SVN_RC_URL=https://dist.apache.org/repos/dist/dev/incubator/iotdb
 
 USAGE=
 
diff --git a/tools/download_staged_release.sh b/tools/download_staged_release.sh
index 5da8108..7b55749 100755
--- a/tools/download_staged_release.sh
+++ b/tools/download_staged_release.sh
@@ -26,8 +26,8 @@ set -e
 
 # Download the collection of files associated with an Apache IoTDB
 # Release or Release Candidate from the Apache Distribution area:
-# https://dist.apache.org/repos/dist/release/iotdb
-# or https://dist.apache.org/repos/dist/dev/iotdb
+# https://dist.apache.org/repos/dist/release/incubator/iotdb
+# or https://dist.apache.org/repos/dist/dev/incubator/iotdb
 # respectively.
 #
 # Prompts before taking actions unless "--nquery"