Skip to content

Commit

Permalink
RANGER-1332: updated docs and scripts for removal of incubation
Browse files Browse the repository at this point in the history
  • Loading branch information
sneethiraj committed Jan 25, 2017
1 parent 1eb8938 commit 28d2ed1
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 72 deletions.
17 changes: 4 additions & 13 deletions DISCLAIMER.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
Apache Ranger is an effort undergoing incubation at the Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC.
Apache Ranger is a Top Level Project (TLP) at the Apache Software Foundation (ASF).

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.
This product includes software developed at The Apache Software
Foundation (http://www.apache.org/).

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.

For more information about the incubation status of the Apache Ranger project you
can go to the following page:

http://ranger.incubator.apache.org
http://ranger.apache.org
4 changes: 2 additions & 2 deletions build_ranger_using_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ remote_home=
container_name="--name ranger_build"

if [ ! -d security-admin ]; then
echo "ERROR: Run the script from root folder of source. e.g. $HOME/git/incubator-ranger"
echo "ERROR: Run the script from root folder of source. e.g. $HOME/git/ranger"
exit 1
fi

Expand Down Expand Up @@ -116,4 +116,4 @@ src_folder=`pwd`
LOCAL_M2="$HOME/.m2"
mkdir -p $LOCAL_M2
set -x
docker run --rm -v "${src_folder}:/incubator-ranger" -w "/incubator-ranger" -v "${LOCAL_M2}:${remote_home}/.m2" $container_name $image_name $params
docker run --rm -v "${src_folder}:/ranger" -w "/ranger" -v "${LOCAL_M2}:${remote_home}/.m2" $container_name $image_name $params
4 changes: 2 additions & 2 deletions docs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Build Instruction for Apache Ranger Documentation
# ---------------------------------------------------------------------

$ export DOC_SRC_DIR=incubator-ranger/docs
$ export DOC_SRC_DIR=ranger/docs
$ cd ${DOC_SRC_DIR}

$ mvn site
Expand All @@ -29,7 +29,7 @@ $ mvn site

DOC_DEPLOY_DIR=/tmp/doc_deploy_dir.$$
mkdir -p ${DOC_DEPLOY_DIR}
svn co https://svn.apache.org/repos/asf/incubator/ranger/site/trunk ranger
svn co https://svn.apache.org/repos/asf/ranger/site/trunk ranger

cd ${DOC_SRC_DIR}/target
rsync -avcn * ${DOC_DEPLOY_DIR}/ranger
Expand Down
30 changes: 15 additions & 15 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
Apache Ranger is a framework to enable, monitor and manage comprehensive data security across the Hadoop platform. Apache Ranger currently provides a centralized security adminstration, fine grain access control and detailed auditing for user access within Apache Hadoop, Apache Hive, Apache HBase and other Apache components

</description>
<url>http://ranger.incubator.apache.org/</url>
<url>http://ranger.apache.org/</url>
<modelVersion>4.0.0</modelVersion>
<groupId>org.incubator.apache.ranger</groupId>
<groupId>org.apache.ranger</groupId>
<version>0.7.0-SNAPSHOT</version>
<artifactId>ranger</artifactId>
<packaging>pom</packaging>
Expand All @@ -35,10 +35,10 @@
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/ranger/site/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ranger/site/trunk</developerConnection>
<connection>scm:svn:https://svn.apache.org/repos/asf/ranger/site/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ranger/site/trunk</developerConnection>
<tag>HEAD</tag>
<url>http://svn.apache.org/repos/asf/incubator/ranger/site/trunk</url>
<url>http://svn.apache.org/repos/asf/ranger/site/trunk</url>
</scm>
<issueManagement>
<system>Jira</system>
Expand All @@ -47,29 +47,29 @@
<mailingLists>
<mailingList>
<name>User list</name>
<subscribe>mailto:user-subscribe@ranger.incubator.apache.org
<subscribe>mailto:[email protected]
</subscribe>
<unsubscribe>mailto:user-unsubscribe@ranger.incubator.apache.org
<unsubscribe>mailto:[email protected]
</unsubscribe>
<post>mailto:user@ranger.incubator.apache.org</post>
<post>mailto:[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/ranger-user/</archive>
</mailingList>
<mailingList>
<name>Development list</name>
<subscribe>mailto:dev-subscribe@ranger.incubator.apache.org
<subscribe>mailto:[email protected]
</subscribe>
<unsubscribe>mailto:dev-unsubscribe@ranger.incubator.apache.org
<unsubscribe>mailto:[email protected]
</unsubscribe>
<post>mailto:dev@ranger.incubator.apache.org</post>
<post>mailto:[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/ranger-dev/</archive>
</mailingList>
<mailingList>
<name>Commit list</name>
<subscribe>mailto:commits-subscribe@ranger.incubator.apache.org
<subscribe>mailto:[email protected]
</subscribe>
<unsubscribe>mailto:commits-unsubscribe@ranger.incubator.apache.org
<unsubscribe>mailto:[email protected]
</unsubscribe>
<post>mailto:commits@ranger.incubator.apache.org</post>
<post>mailto:[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/ranger-commits/</archive>
</mailingList>
</mailingLists>
Expand Down Expand Up @@ -460,7 +460,7 @@
<site>
<id>apache-website</id>
<name>Apache website</name>
<url>scpexe://people.apache.org/www/incubator.apache.org/ranger</url>
<url>scpexe://people.apache.org/www/apache.org/ranger</url>
</site>
</distributionManagement>
</project>
2 changes: 1 addition & 1 deletion docs/src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ${project.name}
concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem.

Contributors can check out the source codefrom our
{{{http://git.apache.org/incubator-ranger.git/}Git repository}}
{{{http://git.apache.org/ranger.git/}Git repository}}

* Disclaimer

Expand Down
8 changes: 0 additions & 8 deletions docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ under the License.
<href></href>
</bannerLeft>

<bannerRight>
<name>Apache Incubator</name>
<src>http://incubator.apache.org/images/egg-logo.png</src>
<height>200px</height>
<width>400px</width>
<href>http://incubator.apache.org/</href>
</bannerRight>

<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/src/site/xdoc/download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ LICENSE.txt and NOTICE.txt files contained in each release artifact.
The current stable release is Apache Ranger 0.6.2:
</p>
<p>
<a href="https://dist.apache.org/repos/dist/release/incubator/ranger/0.6.2-incubating/apache-ranger-incubating-0.6.2.tar.gz">apache-ranger-incubating-0.6.2.tar.gz</a>
(<a href="https://dist.apache.org/repos/dist/release/incubator/ranger/0.6.2-incubating/apache-ranger-incubating-0.6.2.tar.gz.asc">PGP</a>)
(<a href="https://dist.apache.org/repos/dist/release/incubator/ranger/0.6.2-incubating/apache-ranger-incubating-0.6.2.tar.gz.mds">Digests</a>)
<a href="https://dist.apache.org/repos/dist/release/ranger/0.6.2-incubating/apache-ranger-incubating-0.6.2.tar.gz">apache-ranger-incubating-0.6.2.tar.gz</a>
(<a href="https://dist.apache.org/repos/dist/release/ranger/0.6.2-incubating/apache-ranger-incubating-0.6.2.tar.gz.asc">PGP</a>)
(<a href="https://dist.apache.org/repos/dist/release/ranger/0.6.2-incubating/apache-ranger-incubating-0.6.2.tar.gz.mds">Digests</a>)
</p>
</li>
<li>
Expand Down Expand Up @@ -65,7 +65,7 @@ An older branch release is Apache Ranger 0.4.0:
<p>
When downloading from a mirror please check the SHA1/MD5 checksums as well
as verifying the OpenPGP compatible signature available from the main Apache
site. The <a href="https://www.apache.org/dist/incubator/ranger/KEYS">KEYS</a>
site. The <a href="https://www.apache.org/dist/ranger/KEYS">KEYS</a>
file contains the public keys used for signing the release. It is recommended
that a web of trust is used to confirm the identity of these keys.
</p>
Expand Down
26 changes: 13 additions & 13 deletions docs/src/site/xdoc/quick_start_guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
1. Check out the code from GIT repository
</p>
<ul>
<source>git clone https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</source>
<source>cd incubator-ranger </source>
<source>git clone https://git-wip-us.apache.org/repos/asf/ranger.git</source>
<source>cd ranger </source>
</ul>
<p>
Alternatively, you can checkout the code from github:
</p>
<ul>
<source>git clone https://github.com/apache/incubator-ranger</source>
<source>cd incubator-ranger </source>
<source>git clone https://github.com/apache/ranger</source>
<source>cd ranger </source>
</ul>

<p>
Expand Down Expand Up @@ -92,30 +92,30 @@
<p>
5. Now, the following files are ready to be published for release:
<source>
./target/apache-ranger-incubating-%version-number%.tar.gz
./target/apache-ranger-incubating-%version-number%.tar.gz.asc
./target/apache-ranger-incubating-%version-number%.tar.gz.mds
./target/apache-ranger-%version-number%.tar.gz
./target/apache-ranger-%version-number%.tar.gz.asc
./target/apache-ranger-%version-number%.tar.gz.mds
</source>
</p>
</subsection>

<subsection name = "Verifying Build (also called as a Release)">
<p>
1. Download the release source file, apache-ranger-incubating-%version-number%.tar.gz (from URL provided in the release email)
1. Download the release source file, apache-ranger-%version-number%.tar.gz (from URL provided in the release email)

</p>
<p>
2. Download the PGP signature for, apache-ranger-incubating-%version-number%.tar.gz which usaully named as apache-ranger-incubating-%version-number%.tar.gz.asc (from URL provided in the release email)
2. Download the PGP signature for, apache-ranger-%version-number%.tar.gz which usaully named as apache-ranger-%version-number%.tar.gz.asc (from URL provided in the release email)
</p>
<p>
3. Execute the following command to verify the release
<source> $ gpg --verify apache-ranger-incubating-%version-number%.tar.gz.asc apache-ranger-incubating-%version-number%.tar.gz </source>
<source> $ gpg --verify apache-ranger-%version-number%.tar.gz.asc apache-ranger-%version-number%.tar.gz </source>

</p>
<p>
4. Download MD5/SHA hash for apache-ranger-incubating-%version-number%.tar.gz which usaully named as apache-ranger-incubating-%version-number%.tar.gz.mds (from URL provided in the release email)
<source>$ gpg --print-mds apache-ranger-incubating-%version-number%.tar.gz </source>
Compare MD5, SHA hash generated from the above command and the signature available in the apache-ranger-incubating-%version-number%.tar.gz.mds.
4. Download MD5/SHA hash for apache-ranger-%version-number%.tar.gz which usaully named as apache-ranger-%version-number%.tar.gz.mds (from URL provided in the release email)
<source>$ gpg --print-mds apache-ranger-%version-number%.tar.gz </source>
Compare MD5, SHA hash generated from the above command and the signature available in the apache-ranger-%version-number%.tar.gz.mds.
</p>

</subsection>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<description>Security for Enforcing Enterprise Policies</description>
<packaging>pom</packaging>
<name>ranger</name>
<url>http://ranger.incubator.apache.org/</url>
<url>http://ranger.apache.org/</url>
<licenses>
<license>
<name>Apache 2.0 License</name>
Expand All @@ -36,9 +36,9 @@
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:apache/incubator-ranger.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ranger.git</developerConnection>
<url>scm:git:[email protected]:apache/incubator-ranger.git</url>
<connection>scm:git:[email protected]:apache/ranger.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ranger.git</developerConnection>
<url>scm:git:[email protected]:apache/ranger.git</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
Expand All @@ -51,21 +51,21 @@
<mailingLists>
<mailingList>
<name>Dev Mailing List</name>
<post>dev@ranger.incubator.apache.org</post>
<subscribe>dev-subscribe@ranger.incubator.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@ranger.incubator.apache.org</unsubscribe>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
</mailingList>
<mailingList>
<name>User Mailing List</name>
<post>user@ranger.incubator.apache.org</post>
<subscribe>user-subscribe@ranger.incubator.apache.org</subscribe>
<unsubscribe>user-unsubscribe@ranger.incubator.apache.org</unsubscribe>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
</mailingList>
<mailingList>
<name>Commits Mailing List</name>
<post>commits@ranger.incubator.apache.org</post>
<subscribe>commits-subscribe@ranger.incubator.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@ranger.incubator.apache.org</unsubscribe>
<post>[email protected]</post>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
</mailingList>
</mailingLists>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion release-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</description>

<property name="release-dir" value="target" />
<property name="incubationstr" value="-incubating" />
<property name="incubationstr" value="" /> <!-- value="-incubating" -->
<property name="release-name" value="apache-ranger${incubationstr}-${ranger-release-version}" />

<property name="build-release-tar-file" value="${release-name}.tar.gz" />
Expand Down

0 comments on commit 28d2ed1

Please sign in to comment.