Repository: incubator-edgent
Updated Branches:
  refs/heads/master fea42a106 -> 8c8792e40


[Edgent-399] fix publish_release.sh

wrong variable name used for svn RC URL

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/af32e87f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/af32e87f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/af32e87f

Branch: refs/heads/master
Commit: af32e87f879641ebe33e0a23a86d1bf6e7fc9f7c
Parents: 14c7989
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Mon Mar 20 10:31:02 2017 -0400
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Mon Mar 20 10:31:02 2017 -0400

----------------------------------------------------------------------
 buildTools/publish_release.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/af32e87f/buildTools/publish_release.sh
----------------------------------------------------------------------
diff --git a/buildTools/publish_release.sh b/buildTools/publish_release.sh
index 607cb90..ec81803 100755
--- a/buildTools/publish_release.sh
+++ b/buildTools/publish_release.sh
@@ -21,7 +21,7 @@
 
 set -e
 
-# Copy the (approved) release candidate artifacts and KEYS from the 
+# Move/Copy the (approved) release candidate artifacts and KEYS from the 
 # ASF subversion Edgent Release Candidate repository to the
 # ASF subversion Edgent Release repository.
 # Prompts before taking actions.
@@ -57,7 +57,7 @@ COMMIT_MSG="Release Apache Edgent ${RELEASE_TAG} from 
${RC_TAG}"
 confirm "Proceed to publish release ${RELEASE_TAG} from candidate ${RC_TAG}?" 
|| exit
 
 echo
-confirm "Proceed to update the KEYS?" || exit
+confirm "Proceed to update the dev and release KEYS?" || exit
 (set -x; svn update ${SVN_DEV_EDGENT}/KEYS)
 SVN_PARENT_DIR=`dirname ${SVN_REL_EDGENT}`
 (set -x; mkdir -p ${SVN_PARENT_DIR})
@@ -70,13 +70,13 @@ SVN_PARENT_DIR=`dirname ${SVN_REL_EDGENT}`
 echo
 confirm "Proceed to move the ${RC_TAG} artifacts?" || exit
 (set -x; svn move \
-  ${EDGENT_ASF_SVN_DEV_URL}/${VER_DIRNAME}/${RC_DIRNAME} \
+  ${EDGENT_ASF_SVN_RC_URL}/${VER_DIRNAME}/${RC_DIRNAME} \
   ${EDGENT_ASF_SVN_RELEASE_URL}/${VER_DIRNAME} \
   -m "${COMMIT_MSG}")
 
 echo
 echo "The ASF dev and release repositories have been updated:"
-echo "    ${EDGENT_ASF_SVN_DEV_URL}"
+echo "    ${EDGENT_ASF_SVN_RC_URL}"
 echo "    ${EDGENT_ASF_SVN_RELEASE_URL}"
 echo "    ${EDGENT_ASF_DIST_URL}"
 echo "    ${EDGENT_ASF_DIST_DYN_URL}"

Reply via email to