You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2018/12/14 11:50:52 UTC

[qpid-dispatch] branch master updated: NO-JIRA: update links/metadata to reflect new qpid-dispatch repo location

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new a9006d5  NO-JIRA: update links/metadata to reflect new qpid-dispatch repo location
a9006d5 is described below

commit a9006d592193ce21873f82c90e48eb6c3fd8abc7
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Dec 14 11:49:00 2018 +0000

    NO-JIRA: update links/metadata to reflect new qpid-dispatch repo location
---
 .travis.yml                        | 2 +-
 console/hawtio/pom.xml             | 6 +++---
 dockerfiles/Dockerfile-fedora      | 4 ++--
 dockerfiles/Dockerfile-ubuntu      | 2 +-
 docs/books/_common/attributes.adoc | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 586f06b..fc6b844 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,7 +47,7 @@ addons:
 
 install:
 - PREFIX=$PWD/install
-- git submodule add https://git-wip-us.apache.org/repos/asf/qpid-proton.git
+- git submodule add https://gitbox.apache.org/repos/asf/qpid-proton.git
 - git submodule update --init
 
 # Build and install latest proton from source.
diff --git a/console/hawtio/pom.xml b/console/hawtio/pom.xml
index 1c06a61..7316f34 100644
--- a/console/hawtio/pom.xml
+++ b/console/hawtio/pom.xml
@@ -39,9 +39,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-dispatch.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git</url>
+    <connection>scm:git:http://gitbox.apache.org/repos/asf/qpid-dispatch.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/qpid-dispatch.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git</url>
   </scm>
 
   <prerequisites>
diff --git a/dockerfiles/Dockerfile-fedora b/dockerfiles/Dockerfile-fedora
index 2f23e75..51e450f 100644
--- a/dockerfiles/Dockerfile-fedora
+++ b/dockerfiles/Dockerfile-fedora
@@ -33,7 +33,7 @@ MAINTAINER "dev@qpid.apache.org"
 RUN dnf -y install gcc cmake libuuid-devel openssl-devel cyrus-sasl-devel cyrus-sasl-plain cyrus-sasl-gssapi cyrus-sasl-md5 swig python-devel java-1.8.0-openjdk-devel git make doxygen valgrind emacs libuv libuv-devel libwebsockets-devel python-unittest2 && dnf clean all -y
 
 # Create a main directory and clone the qpid-proton repo from github
-RUN mkdir /main && cd /main && git clone https://git-wip-us.apache.org/repos/asf/qpid-proton.git  && cd /main/qpid-proton && mkdir /main/qpid-proton/build
+RUN mkdir /main && cd /main && git clone https://gitbox.apache.org/repos/asf/qpid-proton.git  && cd /main/qpid-proton && mkdir /main/qpid-proton/build
 
 WORKDIR /main/qpid-proton/build
 
@@ -41,7 +41,7 @@ WORKDIR /main/qpid-proton/build
 RUN cmake .. -DSYSINSTALL_BINDINGS=ON -DCMAKE_INSTALL_PREFIX=/usr -DSYSINSTALL_PYTHON=ON && make install
 
 # Clone the qpid-dispatch git repo
-RUN cd /main && git clone https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git && mkdir /main/qpid-dispatch/build
+RUN cd /main && git clone https://gitbox.apache.org/repos/asf/qpid-dispatch.git && mkdir /main/qpid-dispatch/build
 
 WORKDIR /main/qpid-dispatch/build
 RUN cmake .. -DCMAKE_INSTALL_PREFIX=/usr && make install
diff --git a/dockerfiles/Dockerfile-ubuntu b/dockerfiles/Dockerfile-ubuntu
index efe0ff9..e932045 100644
--- a/dockerfiles/Dockerfile-ubuntu
+++ b/dockerfiles/Dockerfile-ubuntu
@@ -29,7 +29,7 @@ RUN apt-get update && \
     apt-get install -y automake libtool cmake libsasl2-dev libssl-dev python python-dev libuv1-dev sasl2-bin swig maven git python-unittest2 && \
     apt-get -y clean
 
-RUN git clone https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git && cd /qpid-dispatch && git submodule add -b v2.1-stable https://github.com/warmcat/libwebsockets && git submodule add https://git-wip-us.apache.org/repos/asf/qpid-proton.git && git submodule update --init
+RUN git clone https://gitbox.apache.org/repos/asf/qpid-dispatch.git && cd /qpid-dispatch && git submodule add -b v2.1-stable https://github.com/warmcat/libwebsockets && git submodule add https://gitbox.apache.org/repos/asf/qpid-proton.git && git submodule update --init
 
 WORKDIR /qpid-dispatch
 
diff --git a/docs/books/_common/attributes.adoc b/docs/books/_common/attributes.adoc
index 01e6f3f..37caae5 100644
--- a/docs/books/_common/attributes.adoc
+++ b/docs/books/_common/attributes.adoc
@@ -76,7 +76,7 @@ under the License
 :qdstatManPageUrl: {DispatchRouterUrlBase}/man/qdstat.html
 :qdstatManPageLink: link:{qdstatManPageUrl}[qdstat man page^]
 
-:QpidDispatchReadmeUrl: https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb={DispatchRouterVersion}
+:QpidDispatchReadmeUrl: https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb={DispatchRouterVersion}
 :QpidDispatchReadmeLink: link:{QpidDispatchReadmeUrl}[Qpid Dispatch README^]
 
 :ClientAmqpPythonUrl: https://qpid.apache.org/proton/


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