This is an automated email from the ASF dual-hosted git repository.
mshuler 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 305a3d7 Update git.a.o URLs to gitbox
305a3d7 is described below
commit 305a3d7c8f0b65929b4458e85ee8ddce08695a09
Author: Michael Shuler <[email protected]>
AuthorDate: Wed Jan 9 12:54:48 2019 -0600
Update git.a.o URLs to gitbox
See INFRA-17593
---
docker/centos7-image.docker | 2 +-
docker/jessie-image.docker | 2 +-
jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker/centos7-image.docker b/docker/centos7-image.docker
index 90d7b28..c622f6d 100644
--- a/docker/centos7-image.docker
+++ b/docker/centos7-image.docker
@@ -46,7 +46,7 @@ USER build
RUN mkdir -p $RPM_BUILD_DIR/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
# Clone Cassandra and cache maven artifacts
-ARG CASSANDRA_GIT_URL=https://git.apache.org/cassandra.git
+ARG CASSANDRA_GIT_URL=https://gitbox.apache.org/repos/asf/cassandra.git
RUN git clone ${CASSANDRA_GIT_URL} ${CASSANDRA_DIR}
WORKDIR $CASSANDRA_DIR
RUN ant maven-ant-tasks-retrieve-build
diff --git a/docker/jessie-image.docker b/docker/jessie-image.docker
index b21e671..af96bc5 100644
--- a/docker/jessie-image.docker
+++ b/docker/jessie-image.docker
@@ -35,7 +35,7 @@ RUN echo "build ALL=(root) NOPASSWD:ALL" >
/etc/sudoers.d/build && \
USER build
# clone Cassandra and cache maven artifacts
-ARG CASSANDRA_GIT_URL=https://git.apache.org/cassandra.git
+ARG CASSANDRA_GIT_URL=https://gitbox.apache.org/repos/asf/cassandra.git
RUN git clone ${CASSANDRA_GIT_URL} ${CASSANDRA_DIR}
WORKDIR ${CASSANDRA_DIR}
RUN ant maven-ant-tasks-retrieve-build
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 7212fe7..9b3c852 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -22,7 +22,7 @@ def mainRepo =
"https://gitbox.apache.org/repos/asf/cassandra.git"
if(binding.hasVariable("CASSANDRA_GIT_URL")) {
mainRepo = "${CASSANDRA_GIT_URL}"
}
-def buildsRepo = "https://git.apache.org/cassandra-builds.git"
+def buildsRepo = "https://gitbox.apache.org/repos/asf/cassandra-builds.git"
if(binding.hasVariable("CASSANDRA_BUILDS_GIT_URL")) {
buildsRepo = "${CASSANDRA_BUILDS_GIT_URL}"
}
@@ -30,7 +30,7 @@ def buildsBranch = "master"
if(binding.hasVariable("CASSANDRA_BUILDS_BRANCH")) {
buildsBranch = "${CASSANDRA_BUILDS_BRANCH}"
}
-def dtestRepo = "https://git.apache.org/cassandra-dtest.git"
+def dtestRepo = "https://gitbox.apache.org/repos/asf/cassandra-dtest.git"
if(binding.hasVariable("CASSANDRA_DTEST_GIT_URL")) {
dtestRepo = "${CASSANDRA_DTEST_GIT_URL}"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]