Skip to content

Commit

Permalink
BIGTOP-3128: Switch to new gitbox repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaf Flebbe committed Jan 7, 2019
1 parent 5efd69a commit 479ac33
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bigtop-ci/jenkins/jobsCreator.groovy
Expand Up @@ -22,7 +22,7 @@ def bigtopComponents = ["bigtop-groovy", "bigtop-jsvc", "bigtop-tomcat", "bigtop
"solr", "spark", "sqoop", "alluxio", "whirr"]
// FIXME: it would be nice to extract the following from some static configuration file
def targetOS = ["fedora-20", "opensuse-12.3", "ubuntu-14.04"]
def gitUrl = "https://git-wip-us.apache.org/repos/asf/bigtop.git"
def gitUrl = "https://gitbox.apache.org/repos/asf/bigtop.git"
def gitBranch = "master"
def dockerLabel = "docker"
def jobPrefix="Bigtop"
Expand Down
2 changes: 1 addition & 1 deletion bigtop-tests/test-execution/common/pom.xml
Expand Up @@ -104,7 +104,7 @@
</properties>

<scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/bigtop.git</connection>
<connection>scm:git:https://gitbox.apache.org/repos/asf/bigtop.git</connection>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -385,9 +385,9 @@
</mailingList>
</mailingLists>
<scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/bigtop.git
<connection>scm:git:https://gitbox.apache.org/repos/asf/bigtop.git
</connection>
<url>https://git-wip-us.apache.org/repos/asf?p=bigtop.git</url>
<url>https://gitbox.apache.org/repos/asf?p=bigtop.git</url>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions src/site/resources/bigtop.rdf
Expand Up @@ -32,8 +32,8 @@
<category rdf:resource="http://projects.apache.org/category/big-data" />
<repository>
<SVNRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf/bigtop.git"/>
<browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"/>
<location rdf:resource="https://gitbox.apache.org/repos/asf/bigtop.git"/>
<browse rdf:resource="https://gitbox.apache.org/repos/asf?p=bigtop.git"/>
</SVNRepository>
</repository>
</Project>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Expand Up @@ -75,7 +75,7 @@
<item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
<item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
<item name="GIT (github)" href="https://github.com/apache/bigtop" />
<item name="GIT (clone link)" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" />
<item name="GIT (clone link)" href="https://gitbox.apache.org/repos/asf/bigtop.git" />
<item name="Blog" href="http://blogs.apache.org/bigtop/" />
<item name="Mailing Lists" href="mail-lists.html" />
<item name="IRC channel" href="irc-channel.html" />
Expand Down
4 changes: 2 additions & 2 deletions test/site/pom.xml
Expand Up @@ -47,12 +47,12 @@
<url>https://issues.apache.org/jira/browse/BIGTOP</url>
</issueManagement>
<scm>
<url>http://git-wip-us.apache.org/repos/asf/bigtop.git</url>
<url>http://gitbox.apache.org/repos/asf/bigtop.git</url>
</scm>
<distributionManagement>
<site>
<id>git-project-site</id>
<url>http://git-wip-us.apache.org/repos/asf/bigtop.git</url>
<url>http://gitbox.apache.org/repos/asf/bigtop.git</url>
</site>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion test/site/src/site/apt/downloads.apt
Expand Up @@ -47,5 +47,5 @@ repository http://mvnrepository.com/artifact/org.apache.bigtop.itest/itest-commo
</dependency>
+--------------------------------------+

Or you can fetch iTest workspace from https://git-wip-us.apache.org/repos/asf?p=bigtop.git
Or you can fetch iTest workspace from https://gitbox.apache.org/repos/asf?p=bigtop.git

0 comments on commit 479ac33

Please sign in to comment.