You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sa...@apache.org on 2019/01/09 14:23:57 UTC

[cassandra-builds] branch master updated: Update URLs for gitbox.apache.org migration

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

samt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new 50bbcd2  Update URLs for gitbox.apache.org migration
50bbcd2 is described below

commit 50bbcd259c2483d731adea8c90282c4fd225f377
Author: Michael Shuler <mi...@pbandjelly.org>
AuthorDate: Fri Jan 4 15:04:45 2019 -0600

    Update URLs for gitbox.apache.org migration
    
    Closes #8
---
 cassandra-release/finish_release.sh       | 2 +-
 cassandra-release/prepare_release.sh      | 2 +-
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cassandra-release/finish_release.sh b/cassandra-release/finish_release.sh
index bcc9898..290e4ac 100755
--- a/cassandra-release/finish_release.sh
+++ b/cassandra-release/finish_release.sh
@@ -17,7 +17,7 @@ artifacts_svn_dir="$HOME/svn/cassandra-dist"
 
 ###################
 
-asf_git_repo="http://git-wip-us.apache.org/repos/asf"
+asf_git_repo="https://gitbox.apache.org/repos/asf"
 apache_host="people.apache.org"
 
 # Reset getopts in case it has been used previously in the shell.
diff --git a/cassandra-release/prepare_release.sh b/cassandra-release/prepare_release.sh
index 96e2aad..a7965b1 100755
--- a/cassandra-release/prepare_release.sh
+++ b/cassandra-release/prepare_release.sh
@@ -16,7 +16,7 @@ debian_package_dir="$HOME/tmp/debian"
 
 ###################
 
-asf_git_repo="http://git-wip-us.apache.org/repos/asf"
+asf_git_repo="https://gitbox.apache.org/repos/asf"
 staging_repo="https://repository.apache.org/content/repositories"
 apache_host="people.apache.org"
 
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 79fe708..7212fe7 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -4,7 +4,7 @@
 //
 ////////////////////////////////////////////////////////////
 
-def jobDescription = 'Apache Cassandra DSL-generated job - DSL git repo: <a href="https://git-wip-us.apache.org/repos/asf?p=cassandra-builds.git">cassandra-builds</a>'
+def jobDescription = 'Apache Cassandra DSL-generated job - DSL git repo: <a href="https://gitbox.apache.org/repos/asf?p=cassandra-builds.git">cassandra-builds</a>'
 def jdkLabel = 'JDK 1.8 (latest)'
 if(binding.hasVariable("CASSANDRA_JDK_LABEL")) {
     jdkLabel = "${CASSANDRA_JDK_LABEL}"
@@ -18,7 +18,7 @@ def largeSlaveLabel = 'cassandra6||cassandra7'
 if(binding.hasVariable("CASSANDRA_LARGE_SLAVE_LABEL")) {
     largeSlaveLabel = "${CASSANDRA_LARGE_SLAVE_LABEL}"
 }
-def mainRepo = "https://git-wip-us.apache.org/repos/asf/cassandra.git"
+def mainRepo = "https://gitbox.apache.org/repos/asf/cassandra.git"
 if(binding.hasVariable("CASSANDRA_GIT_URL")) {
     mainRepo = "${CASSANDRA_GIT_URL}"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org