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 2cf583d  MYRIAD-289 Fix prepare_rc.sh with new GIT_URL (#122)
2cf583d is described below

commit 2cf583dc5c1293f25005f17dfc136e4455c8c8ec
Author: Javi Roman <jroman.espi...@gmail.com>
AuthorDate: Tue Feb 26 15:15:04 2019 +0100

    MYRIAD-289 Fix prepare_rc.sh with new GIT_URL (#122)
    
    We have to update GIT_URL at prepare_rc.sh support script. For
    Apache Myriad v0.3.0 releasing.
---
 support/apache-release/prepare_rc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/apache-release/prepare_rc.sh 
b/support/apache-release/prepare_rc.sh
index be88e8c..525ddd5 100644
--- a/support/apache-release/prepare_rc.sh
+++ b/support/apache-release/prepare_rc.sh
@@ -28,7 +28,7 @@ VERSION=${1}
 RC=${2}
 
 TAG="myriad-${VERSION}-incubating-rc${RC}"
-GIT_URL="https://git-wip-us.apache.org/repos/asf/incubator-myriad.git";
+GIT_URL=" https://github.com/apache/incubator-myriad.git";
 WORK_DIR="."
 
 echo "Preparing a release candidate ${TAG}.."

Reply via email to