HBASE-21711 Remove references to git.apache.org/hbase.git

This commit is contained in:
Peter Somogyi 2019-01-15 12:06:03 +01:00
parent 5675bb8542
commit 400276e3ec
4 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ ENV MAVEN_HOME /usr/local/apache-maven
ENV PATH /usr/java/bin:/usr/local/apache-maven/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV PATH /usr/java/bin:/usr/local/apache-maven/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Pull down HBase and build it into /root/hbase-bin. # Pull down HBase and build it into /root/hbase-bin.
RUN git clone http://git.apache.org/hbase.git -b master RUN git clone https://gitbox.apache.org/repos/asf/hbase.git -b master
RUN mvn clean install -DskipTests assembly:single -f ./hbase/pom.xml RUN mvn clean install -DskipTests assembly:single -f ./hbase/pom.xml
RUN mkdir -p hbase-bin RUN mkdir -p hbase-bin
RUN tar xzf /root/hbase/hbase-assembly/target/*tar.gz --strip-components 1 -C /root/hbase-bin RUN tar xzf /root/hbase/hbase-assembly/target/*tar.gz --strip-components 1 -C /root/hbase-bin

View File

@ -101,7 +101,7 @@
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
<scm> <scm>
<connection>scm:git:git://git.apache.org/hbase.git</connection> <connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=hbase.git</url> <url>https://gitbox.apache.org/repos/asf?p=hbase.git</url>
</scm> </scm>

View File

@ -407,7 +407,7 @@ Next checkout code and run a sanity check.
---- ----
git clone git://git.apache.org/hbase.git git clone https://gitbox.apache.org/repos/asf/hbase.git
cd hbase cd hbase
mvn clean test -Dtest=TestZooKeeperACL mvn clean test -Dtest=TestZooKeeperACL
---- ----

View File

@ -43,7 +43,7 @@
</release> </release>
<repository> <repository>
<GitRepository> <GitRepository>
<location rdf:resource="git://git.apache.org/hbase.git"/> <location rdf:resource="git://gitbox.apache.org/repos/asf/hbase.git"/>
<browse rdf:resource="https://gitbox.apache.org/repos/asf?p=hbase.git"/> <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=hbase.git"/>
</GitRepository> </GitRepository>
</repository> </repository>