aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@cloudera.com>2013-06-07 08:28:25 -0700
committerRoman Shaposhnik <rvs@cloudera.com>2013-06-07 08:28:25 -0700
commitb145771aa20befe7d952338e7ad2ea820823a1f6 (patch)
tree481acf131266cb5263e0dd9225b1df7f3af51ed4
parent7717478f5565160ec37ffe1d5ae35c10850a7a45 (diff)
BIGTOP-1000. Remove remaining references to the Incubator
-rw-r--r--bigtop-packages/src/deb/crunch/control2
-rw-r--r--bigtop-tests/test-execution/common/pom.xml2
-rw-r--r--pom.xml33
-rw-r--r--src/site/site.xml15
-rw-r--r--src/site/xdoc/index.xml9
-rw-r--r--src/site/xdoc/mail-lists.xml24
-rw-r--r--test/site/pom.xml2
-rw-r--r--test/site/src/site/apt/devguide.apt2
-rw-r--r--test/site/src/site/apt/downloads.apt2
-rw-r--r--test/site/src/site/apt/examples.apt10
10 files changed, 42 insertions, 59 deletions
diff --git a/bigtop-packages/src/deb/crunch/control b/bigtop-packages/src/deb/crunch/control
index a05f621d..aacf4659 100644
--- a/bigtop-packages/src/deb/crunch/control
+++ b/bigtop-packages/src/deb/crunch/control
@@ -16,7 +16,7 @@
Source: crunch
Section: misc
Priority: extra
-Maintainer: Bigtop <bigtop-dev@incubator.apache.org>
+Maintainer: Bigtop <dev@bigtop.apache.org>
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.8.0
Homepage: http://incubator.apache.org/crunch/
diff --git a/bigtop-tests/test-execution/common/pom.xml b/bigtop-tests/test-execution/common/pom.xml
index 8efce7f0..e6a8ae22 100644
--- a/bigtop-tests/test-execution/common/pom.xml
+++ b/bigtop-tests/test-execution/common/pom.xml
@@ -103,7 +103,7 @@
</properties>
<scm>
- <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/bigtop/</connection>
+ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/bigtop.git</connection>
</scm>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 6dcd0b61..d1b8ca1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<name>Bigtop</name>
<description>The development of packaging and tests of the Apache Hadoop ecosystem</description>
- <url>http://incubator.apache.org/bigtop</url>
+ <url>http://bigtop.apache.org/</url>
<inceptionYear>2011</inceptionYear>
<properties>
@@ -303,36 +303,35 @@
<mailingLists>
<mailingList>
<name>Users</name>
- <post>bigtop-user@incubator.apache.org</post>
- <subscribe>bigtop-user-subscribe@incubator.apache.org</subscribe>
- <unsubscribe>bigtop-user-unsubscribe@incubator.apache.org</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-user/</archive>
+ <post>user@bigtop.apache.org</post>
+ <subscribe>user-subscribe@bigtop.apache.org</subscribe>
+ <unsubscribe>user-unsubscribe@bigtop.apache.org</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/bigtop-user/</archive>
</mailingList>
<mailingList>
<name>Development</name>
- <post>bigtop-dev@incubator.apache.org</post>
- <subscribe>bigtop-dev-subscribe@incubator.apache.org</subscribe>
- <unsubscribe>bigtop-dev-unsubscribe@incubator.apache.org</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-dev/</archive>
+ <post>dev@bigtop.apache.org</post>
+ <subscribe>dev-subscribe@bigtop.apache.org</subscribe>
+ <unsubscribe>dev-unsubscribe@bigtop.apache.org</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/bigtop-dev/</archive>
</mailingList>
<mailingList>
<name>Commits</name>
- <post>bigtop-commits@incubator.apache.org</post>
- <subscribe>bigtop-commits-subscribe@incubator.apache.org</subscribe>
- <unsubscribe>bigtop-commits-unsubscribe@incubator.apache.org</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-commits/</archive>
+ <post>commits@bigtop.apache.org</post>
+ <subscribe>commits-subscribe@bigtop.apache.org</subscribe>
+ <unsubscribe>commits-unsubscribe@bigtop.apache.org</unsubscribe>
+ <archive>http://mail-archives.apache.org/mod_mbox/bigtop-commits/</archive>
</mailingList>
</mailingLists>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/bigtop/trunk/</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/bigtop/trunk/</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/bigtop/trunk/</url>
+ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/bigtop.git</connection>
+ <url>https://git-wip-us.apache.org/repos/asf?p=bigtop.git</url>
</scm>
<distributionManagement>
<site>
<id>apache.website</id>
- <url>scpexe://people.apache.org/www/incubator.apache.org/bigtop</url>
+ <url>scpexe://people.apache.org/www/bigtop.apache.org/</url>
</site>
</distributionManagement>
diff --git a/src/site/site.xml b/src/site/site.xml
index a727df4d..ff1a3c91 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,13 +18,9 @@
<project name="Bigtop">
<bannerLeft>
<name>Bigtop</name>
- <src>http://incubator.apache.org/bigtop/images/bigtop-logo.png</src>
- <href>http://incubator.apache.org/bigtop/</href>
+ <src>http://bigtop.apache.org/images/bigtop-logo.png</src>
+ <href>http://bigtop.apache.org/</href>
</bannerLeft>
- <bannerRight>
- <src>http://incubator.apache.org/bigtop/images/apache-incubator-logo.png</src>
- <href>http://incubator.apache.org/</href>
- </bannerRight>
<publishDate position="right"/>
<version position="right"/>
@@ -39,18 +35,17 @@
<links position="left">
<item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
<item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
- <item name="SVN" href="https://svn.apache.org/repos/asf/incubator/bigtop/" />
+ <item name="GIT" href="https://git-wip-us.apache.org/repos/asf/bigtop.git" />
</links>
<breadcrumbs position="left">
<item name="Apache" href="http://www.apache.org/" />
- <item name="Apache Incubator" href="http://incubator.apache.org/" />
- <item name="Bigtop" href="http://incubator.apache.org/bigtop/"/>
+ <item name="Bigtop" href="http://bigtop.apache.org//"/>
</breadcrumbs>
<menu name="Bigtop">
<item name="Overview" href="index.html"/>
- <item name="Download" href="http://www.apache.org/dyn/closer.cgi/incubator/bigtop/" />
+ <item name="Download" href="http://www.apache.org/dyn/closer.cgi/bigtop/" />
<item name="Release Notes" href="release-notes.html"/>
<item name="Who We Are" href="team-list.html" />
</menu>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6b241616..f355dd9f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -27,7 +27,6 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
The primary goal of Bigtop is to build a community around the packaging and interoperability testing
of Hadoop-related projects. This includes testing at various levels (packaging, platform, runtime, upgrade, etc...)
developed by a community with a focus on the system as a whole, rather than individual projects.</p>
- <p>Bigtop is currently being incubated in the <a class="externalLink" href="http://incubator.apache.org/">Apache Incubator</a></p>
<br/><br/>
<subsection name="Building Bigtop"></subsection>
<p>Packages have been built for CentOS/RHEL 5 and 6, Fedora 17, SuSE Linux Enterprise 11,
@@ -120,13 +119,5 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
<li><a href="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-0.4.0/">Bigtop-0.4.0</a>: Builds the 0.4.0 release.</li>
<li><a href="http://bigtop01.cloudera.org:8080/job/Bigtop-VM-matrix/">Bigtop-VM-matrix</a>: Builds virtual machines of branches trunk and 0.3 for KVM, VMWare and VirtualBox.</li>
</ul>
- <subsection name="Disclaimer"></subsection>
- <p>
- Apache Bigtop is an effort undergoing incubation at The Apache Software Foundation (ASF),
- sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
- communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
- While incubation status is not necessarily a reflection of the completeness or stability of the code,
- it does indicate that the project has yet to be fully endorsed by the ASF.
- </p>
</body>
</document>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 5a6f5d62..563b6df6 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -27,24 +27,24 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
<p>
If you use Bigtop, please subscribe to the Bigtop user mailing list.<br />
The Bigtop user mailing list is :
- <a href="mailto:bigtop-user@incubator.apache.org">bigtop-user@incubator.apache.org</a>.
+ <a href="mailto:user@bigtop.apache.org">user@bigtop.apache.org</a>.
</p>
<ul>
- <li><a href="mailto:bigtop-user-subscribe@incubator.apache.org">Subscribe to List</a></li>
- <li><a href="mailto:bigtop-user-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
- <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-bigtop-user/">Browse archives</a></li>
+ <li><a href="mailto:user-subscribe@bigtop.apache.org">Subscribe to List</a></li>
+ <li><a href="mailto:user-unsubscribe@bigtop.apache.org">Unsubscribe from List</a></li>
+ <li><a href="http://mail-archives.apache.org/mod_mbox/bigtop-user/">Browse archives</a></li>
</ul>
<subsection name="Bigtop Developer List"></subsection>
<p>
If you'd like to contribute to Bigtop, please subscribe to the Bigtop developer mailing list.<br />
The Bigtop developer mailing list is :
- <a href="mailto:bigtop-dev@incubator.apache.org">bigtop-dev@incubator.apache.org</a>.
+ <a href="mailto:dev@bigtop.apache.org">dev@bigtop.apache.org</a>.
</p>
<ul>
- <li><a href="mailto:bigtop-dev-subscribe@incubator.apache.org">Subscribe to List</a></li>
- <li><a href="mailto:bigtop-dev-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
- <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-bigtop-dev/">Browse archives</a></li>
+ <li><a href="mailto:dev-subscribe@bigtop.apache.org">Subscribe to List</a></li>
+ <li><a href="mailto:dev-unsubscribe@bigtop.apache.org">Unsubscribe from List</a></li>
+ <li><a href="http://mail-archives.apache.org/mod_mbox/bigtop-dev/">Browse archives</a></li>
</ul>
<subsection name="Bigtop Commit List"></subsection>
@@ -52,12 +52,12 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd
If you'd like to see changes made in Bigtop's version control system then subscribe
to the Bigtop commit mailing list.<br />
The Bigtop commit mailing list is :
- <a href="mailto:bigtop-commits@incubator.apache.org">bigtop-commits@incubator.apache.org</a>.
+ <a href="mailto:commits@bigtop.apache.org">commits@bigtop.apache.org</a>.
</p>
<ul>
- <li><a href="mailto:bigtop-commits-subscribe@incubator.apache.org">Subscribe to List</a></li>
- <li><a href="mailto:bigtop-commits-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
- <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-bigtop-commits/">Browse archives</a></li>
+ <li><a href="mailto:commits-subscribe@bigtop.apache.org">Subscribe to List</a></li>
+ <li><a href="mailto:commits-unsubscribe@bigtop.apache.org">Unsubscribe from List</a></li>
+ <li><a href="http://mail-archives.apache.org/mod_mbox/bigtop-commits/">Browse archives</a></li>
</ul>
</body>
diff --git a/test/site/pom.xml b/test/site/pom.xml
index 508a0557..26023ce5 100644
--- a/test/site/pom.xml
+++ b/test/site/pom.xml
@@ -47,7 +47,7 @@
<url>https://issues.apache.org/jira/browse/BIGTOP</url>
</issueManagement>
<scm>
- <url>https://svn.apache.org/repos/asf/incubator/bigtop/</url>
+ <url>http://git-wip-us.apache.org/repos/asf/bigtop.git</url>
</scm>
<distributionManagement>
<site>
diff --git a/test/site/src/site/apt/devguide.apt b/test/site/src/site/apt/devguide.apt
index c35f843c..5be190e0 100644
--- a/test/site/src/site/apt/devguide.apt
+++ b/test/site/src/site/apt/devguide.apt
@@ -22,7 +22,7 @@ How to contribute to iTest
If you find this project interesting and want to contribute your time, ideas,
code, documentation writing skills, testing cycles - you are very welcome!
- Contributing is easy! Simply go to the {{{http://incubator.apache.org/bigtop/}project website}},
+ Contributing is easy! Simply go to the {{{http://bigtop.apache.org/}project website}},
join it and go ahead!
If you find a problem with iTest, or have a feature request you can
diff --git a/test/site/src/site/apt/downloads.apt b/test/site/src/site/apt/downloads.apt
index 7f5a95c3..f713e556 100644
--- a/test/site/src/site/apt/downloads.apt
+++ b/test/site/src/site/apt/downloads.apt
@@ -47,5 +47,5 @@ repository http://mvnrepository.com/artifact/org.apache.bigtop.itest/itest-commo
</dependency>
+--------------------------------------+
- Or you can fetch iTest workspace from https://svn.apache.org/repos/asf/incubator/bigtop/
+ Or you can fetch iTest workspace from https://git-wip-us.apache.org/repos/asf?p=bigtop.git
diff --git a/test/site/src/site/apt/examples.apt b/test/site/src/site/apt/examples.apt
index d40849a6..f2d1c429 100644
--- a/test/site/src/site/apt/examples.apt
+++ b/test/site/src/site/apt/examples.apt
@@ -85,9 +85,8 @@ mvn verify
* Putting it all together
- As you can see in the {{{https://svn.apache.org/repos/asf/incubator/bigtop/trunk/test/suites/}suites}}
- we are using Maven failsafe plugin to execute tests in the integration testing
- phase of a maven project lifecycle.
+ We are using the Maven failsafe plugin to execute tests in the integration
+ testing phase of a maven project lifecycle.
One of the issues with this plugin is that it requires a presence of a physical
files somewhere on the disk in order to run appropriate tests (which might
@@ -96,9 +95,8 @@ mvn verify
class files in the location where failsafe will be looking for them, however
ones from jars found in the classpath will be executed.
- You can see this step being done in the toplevel
- {{{https://svn.apache.org/repos/asf/incubator/bigtop/trunk/test/suites/common/pom.xml}pom.xml}}
- file in the configuration section of <<<org.codehaus.groovy.maven>>> plugin
+ This step is done in the toplevel pom.xml file in the configuration section
+ of <<<org.codehaus.groovy.maven>>> plugin
iTest provides a convenient method of unpacking data files included
into test artifacts (if needed). It is can be done from the code of the tests