asfgit closed pull request #8: Update URLs for gitbox.apache.org migration URL: https://github.com/apache/cassandra-builds/pull/8
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/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}" } ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org