You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/05 20:42:04 UTC

[GitHub] houshengbo closed pull request #176: Rename the release directory

houshengbo closed pull request #176: Rename the release directory
URL: https://github.com/apache/incubator-openwhisk-release/pull/176
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services