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

houshengbo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 608673c  Rename the release directory (#176)
608673c is described below

commit 608673c10445a7f4d9256b3d1bc4c8ddc01c1bf1
Author: Vincent <s...@us.ibm.com>
AuthorDate: Tue Jun 5 16:42:02 2018 -0400

    Rename the release directory (#176)
---
 docs/prepare_release.md | 1 +
 tools/config.json       | 2 +-
 tools/load_config.sh    | 5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/prepare_release.md b/docs/prepare_release.md
index 4ef63a1..769f69a 100644
--- a/docs/prepare_release.md
+++ b/docs/prepare_release.md
@@ -24,3 +24,4 @@
   file contains the Apache V2.0 license and the notice file includes the 
dependencies.
   3. Update the release notes. (It is still to be determined where to publish 
the release notes)
   4. Update the changelog file CHANGELOG.txt for each project, including the 
new commits based on the previous release.
+  5. Create a JIRA issue at [issue of ASF 
JIRA](https://issues.apache.org/jira/), to track this release. This issue will 
be closed, if the release is approved.
diff --git a/tools/config.json b/tools/config.json
index 1c1e5b1..97fdfff 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -44,7 +44,7 @@
   },
   "openwhisk_catalog": {
     "hash": "7f47212",
-    "repository": "https://github.com/apache/openwhisk-catalog.git";,
+    "repository": "https://github.com/apache/incubator-openwhisk-catalog.git";,
     "branch": "master"
   },
   "openwhisk_apigateway": {
diff --git a/tools/load_config.sh b/tools/load_config.sh
index 035051d..0176c29 100755
--- a/tools/load_config.sh
+++ b/tools/load_config.sh
@@ -31,6 +31,7 @@ OPENWHISK_RELEASE_DIR="$WORK_DIR/openwhisk_release"
 OPENWHISK_SOURCE_DIR="$OPENWHISK_RELEASE_DIR/openwhisk_sources"
 OPENWHISK_CLEANED_SOURCE_DIR="$OPENWHISK_RELEASE_DIR/openwhisk_cleaned_sources"
 OPENWHISK_SVN="$OPENWHISK_RELEASE_DIR/openwhisk"
+OPENWHISK_PROJECT_NAME="apache-openwhisk"
 
 source "$SCRIPTDIR/util.sh"
 
@@ -53,8 +54,8 @@ if [ ! -z "$pre_release_version" ]; then
     fi
 fi
 
-REMOTE_PATH="openwhisk-$full_version"
-REMOTE_PATH_RELEASE="openwhisk-$version"
+REMOTE_PATH="$OPENWHISK_PROJECT_NAME-$full_version"
+REMOTE_PATH_RELEASE="$OPENWHISK_PROJECT_NAME-$version"
 
 CURRENT_VERSION_URL="$STAGE_URL/${REMOTE_PATH}/"
 CURRENT_VERSION_DIR="$OPENWHISK_SVN/$REMOTE_PATH"

-- 
To stop receiving notification emails like this one, please contact
houshen...@apache.org.

Reply via email to