You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myriad.apache.org by ja...@apache.org on 2019/03/25 08:09:10 UTC

[incubator-myriad] branch master updated: MYRIAD-293 fixed GitBox URL and cleanup md5 checksum file (#125)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c5e7911  MYRIAD-293 fixed GitBox URL and cleanup md5 checksum file (#125)
c5e7911 is described below

commit c5e7911325cb216c284aaa80bdc05a861eafd0bc
Author: Javi Roman <jr...@gmail.com>
AuthorDate: Mon Mar 25 09:09:06 2019 +0100

    MYRIAD-293 fixed GitBox URL and cleanup md5 checksum file (#125)
---
 support/apache-release/release.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/support/apache-release/release.sh b/support/apache-release/release.sh
index ecfd5fc..fdddb5a 100644
--- a/support/apache-release/release.sh
+++ b/support/apache-release/release.sh
@@ -43,7 +43,7 @@ RC=${2}
 
 RC_TAG="myriad-${VERSION}-incubating-rc${RC}"
 RELEASE_TAG="myriad-${VERSION}-incubating"
-GIT_URL="https://git-wip-us.apache.org/repos/asf/incubator-myriad.git"
+GIT_URL="https://gitbox.apache.org/repos/asf/incubator-myriad.git"
 WORK_DIR="."
 
 echo "Preparing a release ${RELEASE_TAG}.."
@@ -87,7 +87,6 @@ mkdir ${SVN_RELEASE_LOCAL}/${RELEASE_TAG}
 echo "Copying release artifacts under ${SVN_DEV_LOCAL}/${RC_TAG} to ${SVN_RELEASE_LOCAL}/${RELEASE_TAG}..."
 cp ${SVN_DEV_LOCAL}/${RC_TAG}/${RC_TAG}.tar.gz ${SVN_RELEASE_LOCAL}/${RELEASE_TAG}/${RELEASE_TAG}.tar.gz
 cp ${SVN_DEV_LOCAL}/${RC_TAG}/${RC_TAG}.tar.gz.asc ${SVN_RELEASE_LOCAL}/${RELEASE_TAG}/${RELEASE_TAG}.tar.gz.asc
-cp ${SVN_DEV_LOCAL}/${RC_TAG}/${RC_TAG}.tar.gz.md5 ${SVN_RELEASE_LOCAL}/${RELEASE_TAG}/${RELEASE_TAG}.tar.gz.md5
 cp ${SVN_DEV_LOCAL}/${RC_TAG}/${RC_TAG}.tar.gz.sha512 ${SVN_RELEASE_LOCAL}/${RELEASE_TAG}/${RELEASE_TAG}.tar.gz.sha512
 
 pushd ${SVN_RELEASE_LOCAL}