Repository: aurora
Updated Branches:
  refs/heads/master 3ab8a9e73 -> 14e7b84f4


Dropping "incubator" from Aurora.

Reviewed at https://reviews.apache.org/r/32641/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/14e7b84f
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/14e7b84f
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/14e7b84f

Branch: refs/heads/master
Commit: 14e7b84f4303968029c3803e9b096908f3499d57
Parents: 3ab8a9e
Author: Maxim Khutornenko <[email protected]>
Authored: Tue Mar 31 12:11:13 2015 -0700
Committer: Maxim Khutornenko <[email protected]>
Committed: Tue Mar 31 12:11:13 2015 -0700

----------------------------------------------------------------------
 CONTRIBUTING.md                                |  2 +-
 DISCLAIMER                                     | 15 ---------------
 KEYS                                           |  2 +-
 README.md                                      |  7 +++----
 build-support/release/release                  | 12 ++++++------
 build-support/release/release-candidate        | 12 ++++++------
 build-support/release/verify-release-candidate |  4 ++--
 docs/README.md                                 |  2 +-
 docs/committers.md                             |  6 +++---
 docs/cron-jobs.md                              |  2 +-
 docs/deploying-aurora-scheduler.md             |  4 ++--
 docs/tutorial.md                               |  2 +-
 docs/vagrant.md                                |  8 ++++----
 examples/vagrant/provision-dev-cluster.sh      |  2 +-
 14 files changed, 32 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 48d3dde..9a27950 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@ Get the Source Code
 -------------------
 First things first, you'll need the source! The Aurora source is available 
from Apache git:
 
-    git clone https://git-wip-us.apache.org/repos/asf/incubator-aurora
+    git clone https://git-wip-us.apache.org/repos/asf/aurora
 
 Read the Style Guides
 ---------------------

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index c754d88..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Aurora is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-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.
-
-For more information about the incubation status of the Apache Aurora project
-you can go to the following page:
-
-http://aurora.incubator.apache.org/

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/KEYS
----------------------------------------------------------------------
diff --git a/KEYS b/KEYS
index 4491fdc..dff0fb4 100644
--- a/KEYS
+++ b/KEYS
@@ -26,7 +26,7 @@ Developers:
   Releases will be signed using one of these keys in this file. This file will
   be available with the distributed Apache Aurora releases at:
 
-      https://dist.apache.org/repos/dist/release/incubator/aurora/KEYS
+      https://dist.apache.org/repos/dist/release/aurora/KEYS
 
 
********************************************************************************
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 279fba3..a1d48d0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
 Apache Aurora lets you use an [Apache Mesos](http://mesos.apache.org) cluster 
as a private cloud.
-It supports running long-running services, cron jobs, and ad-hoc jobs. Aurora 
is currently a
-part of the Apache Incubator.
+It supports running long-running services, cron jobs, and ad-hoc jobs.
 
 Aurora aims to make it extremely quick and easy to take a built application 
and run it on machines
 in a cluster, with an emphasis on reliability. It provides basic operations to 
manage services
@@ -74,8 +73,8 @@ Are you using Aurora too?  Let us know, or submit a patch to 
join the list!
 * [Developing Aurora](docs/developing-aurora-scheduler.md)
 
 ## Getting Help
-If you have questions, you can reach out to our mailing list: 
[email protected]
-([archive](http://mail-archives.apache.org/mod_mbox/incubator-aurora-dev)).
+If you have questions, you can reach out to our mailing list: 
[email protected]
+([archive](http://mail-archives.apache.org/mod_mbox/aurora-dev)).
 We're also often available in IRC: #aurora on
 [irc.freenode.net](http://webchat.freenode.net/?channels=#aurora).
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/build-support/release/release
----------------------------------------------------------------------
diff --git a/build-support/release/release b/build-support/release/release
index b07226b..2090457 100755
--- a/build-support/release/release
+++ b/build-support/release/release
@@ -19,9 +19,9 @@
 set -e
 set -o nounset
 
-aurora_git_web_url='https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git'
-aurora_svn_dist_url='https://dist.apache.org/repos/dist/release/incubator/aurora'
-aurora_svn_dev_dist_url='https://dist.apache.org/repos/dist/dev/incubator/aurora'
+aurora_git_web_url='https://git-wip-us.apache.org/repos/asf?p=aurora.git'
+aurora_svn_dist_url='https://dist.apache.org/repos/dist/release/aurora'
+aurora_svn_dev_dist_url='https://dist.apache.org/repos/dist/dev/aurora'
 
aurora_version_file='./src/main/resources/apache/aurora/client/cli/.auroraversion'
 
 function print_help_and_exit {
@@ -112,7 +112,7 @@ else
 fi
 
 previous_version_tag="${current_version}-rc${rc_tag_version}"
-current_version_tag="${current_version}-incubating"
+current_version_tag="${current_version}"
 
 # Make sure the tag does not exist
 if [[ $(git ls-remote --exit-code --tags origin refs/tags/${current_version} 
>/dev/null 2>&1) == 0 ]]; then
@@ -188,12 +188,12 @@ cd ${base_dir}
 
 echo
 echo "Done creating the release. The following draft email has been created"
-echo "to send to the [email protected] mailing list."
+echo "to send to the [email protected] mailing list."
 echo
 
 # Create the email template for the release to be sent to the mailing lists.
 MESSAGE=$(cat <<__EOF__
-To: [email protected]
+To: [email protected]
 Subject: [RESULT][VOTE] Release Apache Aurora ${current_version_tag} 
RC${rc_tag_version}
 
 All,

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/build-support/release/release-candidate
----------------------------------------------------------------------
diff --git a/build-support/release/release-candidate 
b/build-support/release/release-candidate
index f63887f..14dbedd 100755
--- a/build-support/release/release-candidate
+++ b/build-support/release/release-candidate
@@ -27,8 +27,8 @@ set -o errexit
 set -o nounset
 
 rc_tag_version=0
-aurora_git_web_url='https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git'
-aurora_svn_dist_url='https://dist.apache.org/repos/dist/dev/incubator/aurora'
+aurora_git_web_url='https://git-wip-us.apache.org/repos/asf?p=aurora.git'
+aurora_svn_dist_url='https://dist.apache.org/repos/dist/dev/aurora'
 
aurora_version_file='./src/main/resources/apache/aurora/client/cli/.auroraversion'
 
 function print_help_and_exit {
@@ -188,7 +188,7 @@ git commit -m "Updating .auroraversion to 
${current_version_tag}."
 
 echo "Building the source distribution"
 dist_dir=${base_dir}/dist
-dist_name="apache-aurora-${current_version_tag}-incubating"
+dist_name="apache-aurora-${current_version_tag}"
 
 mkdir -p ${dist_dir}
 git archive --prefix=${dist_name}/ -o ${dist_dir}/${dist_name}.tar.gz HEAD
@@ -222,7 +222,7 @@ fi
 cd ${base_dir}
 
 echo "Done creating the release candidate. The following draft email has been 
created"
-echo "to send to the [email protected] mailing list"
+echo "to send to the [email protected] mailing list"
 echo
 
 # Create the email template for the release candidate to be sent to the 
mailing lists.
@@ -233,8 +233,8 @@ else
 fi
 
 MESSAGE=$(cat <<__EOF__
-To: [email protected]
-Subject: [VOTE] Release Apache Aurora ${current_version} (incubating) 
RC${rc_tag_version}
+To: [email protected]
+Subject: [VOTE] Release Apache Aurora ${current_version} RC${rc_tag_version}
 
 All,
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/build-support/release/verify-release-candidate
----------------------------------------------------------------------
diff --git a/build-support/release/verify-release-candidate 
b/build-support/release/verify-release-candidate
index 54b1743..0d4d6e0 100755
--- a/build-support/release/verify-release-candidate
+++ b/build-support/release/verify-release-candidate
@@ -18,7 +18,7 @@
 #
 set -e
 
-aurora_svn_dev_dist_url='https://dist.apache.org/repos/dist/dev/incubator/aurora'
+aurora_svn_dev_dist_url='https://dist.apache.org/repos/dist/dev/aurora'
 
 # Get the current version string
 if [[ ! -f .auroraversion ]]; then
@@ -27,7 +27,7 @@ else
   current_version=$(cat .auroraversion | tr '[a-z]' '[A-Z]')
 fi
 
-dist_name="aurora-${current_version}-incubating"
+dist_name="aurora-${current_version}"
 rc_dir=${dist_name}-verify
 mkdir -p $rc_dir
 cd $rc_dir

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index b8a4cc3..a84ada7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -5,7 +5,7 @@ Apache Aurora is a service scheduler that runs on top of Apache 
Mesos, enabling
  * Operators: For those that wish to manage and fine-tune an Aurora cluster.
  * Developers: All the information you need to start modifying Aurora and 
contributing back to the project.
 
-We encourage you to ask questions on the [Aurora developer 
list](http://aurora.incubator.apache.org/community/) or the `#aurora` IRC 
channel on `irc.freenode.net`.
+We encourage you to ask questions on the [Aurora developer 
list](http://aurora.apache.org/community/) or the `#aurora` IRC channel on 
`irc.freenode.net`.
 
 ## Users
  * [Install Aurora on virtual machines on your private machine](vagrant.md)

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/docs/committers.md
----------------------------------------------------------------------
diff --git a/docs/committers.md b/docs/committers.md
index 23a25c1..aa2e6db 100644
--- a/docs/committers.md
+++ b/docs/committers.md
@@ -24,7 +24,7 @@ and that key will need to be added to our KEYS file as well.
 
 2. Add your gpg key to the Apache Aurora KEYS file:
 
-               git clone 
https://git-wip-us.apache.org/repos/asf/incubator-aurora.git
+               git clone https://git-wip-us.apache.org/repos/asf/aurora.git
                (gpg --list-sigs <KEY ID> && gpg --armor --export <KEY ID>) >> 
KEYS
                git add KEYS && git commit -m "Adding gpg key for <APACHE ID>"
                ./rbt post -o -g
@@ -35,8 +35,8 @@ and that key will need to be added to our KEYS file as well.
 
 4. Update the changes to the KEYS file to the Apache Aurora svn dist locations 
listed below:
 
-               https://dist.apache.org/repos/dist/dev/incubator/aurora/KEYS
-               https://dist.apache.org/repos/dist/release/incubator/aurora/KEYS
+               https://dist.apache.org/repos/dist/dev/aurora/KEYS
+               https://dist.apache.org/repos/dist/release/aurora/KEYS
 
 5. Add your key to git config for use with the release scripts:
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/docs/cron-jobs.md
----------------------------------------------------------------------
diff --git a/docs/cron-jobs.md b/docs/cron-jobs.md
index 41770fd..2f36dc9 100644
--- a/docs/cron-jobs.md
+++ b/docs/cron-jobs.md
@@ -100,7 +100,7 @@ tasks with `job kill` and `job restart`.
 `cron_schedule` uses a restricted subset of BSD crontab syntax. While the
 execution engine currently uses Quartz, the schedule parsing is custom, a 
subset of FreeBSD
 [crontab(5)](http://www.freebsd.org/cgi/man.cgi?crontab(5)) syntax. See
-[the 
source](https://github.com/apache/incubator-aurora/blob/master/src/main/java/org/apache/aurora/scheduler/cron/CrontabEntry.java#L106-L124)
+[the 
source](https://github.com/apache/aurora/blob/master/src/main/java/org/apache/aurora/scheduler/cron/CrontabEntry.java#L106-L124)
 for details.
 
 ## Caveats

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/docs/deploying-aurora-scheduler.md
----------------------------------------------------------------------
diff --git a/docs/deploying-aurora-scheduler.md 
b/docs/deploying-aurora-scheduler.md
index 313b322..796d821 100644
--- a/docs/deploying-aurora-scheduler.md
+++ b/docs/deploying-aurora-scheduler.md
@@ -40,8 +40,8 @@ should have a JVM (Java 7 or higher) and libmesos (0.21.1) 
installed.
 To create a distribution for installation you will need build tools installed. 
On Ubuntu this can be
 done with `sudo apt-get install build-essential default-jdk`.
 
-    git clone http://git-wip-us.apache.org/repos/asf/incubator-aurora.git
-    cd incubator-aurora
+    git clone http://git-wip-us.apache.org/repos/asf/aurora.git
+    cd aurora
     ./gradlew distZip
 
 Copy the generated `dist/distributions/aurora-scheduler-*.zip` to each node 
that will run a scheduler.

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/docs/tutorial.md
----------------------------------------------------------------------
diff --git a/docs/tutorial.md b/docs/tutorial.md
index 845ed8d..812a5cc 100644
--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -25,7 +25,7 @@ This is the recommended first Aurora users document to read 
to start
 getting up to speed on the system.
 
 To get help, email questions to the Aurora Developer List,
-[[email protected]](mailto:[email protected])
+[[email protected]](mailto:[email protected])
 
 ## Setup: Install Aurora
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/docs/vagrant.md
----------------------------------------------------------------------
diff --git a/docs/vagrant.md b/docs/vagrant.md
index da632f0..7b796b2 100644
--- a/docs/vagrant.md
+++ b/docs/vagrant.md
@@ -43,16 +43,16 @@ Clone the Aurora repository
 
 To obtain the Aurora source distribution, clone its Git repository using the 
following command:
 
-     git clone http://git.apache.org/incubator-aurora.git
+     git clone http://git.apache.org/aurora.git
 
 
 Start the local cluster
 -----------------------
 
-Now change into the `incubator-aurora/` directory, which contains the Aurora 
source code and
+Now change into the `aurora/` directory, which contains the Aurora source code 
and
 other scripts and tools:
 
-     cd incubator-aurora/
+     cd aurora/
 
 To start the local cluster, type the following command:
 
@@ -88,7 +88,7 @@ To SSH into the VM, run the following command in your 
development machine:
 To verify that Aurora is installed in the VM, type the `aurora` command. You 
should see a list
 of arguments and possible commands.
 
-The `/vagrant` directory on the VM is mapped to the `incubator-aurora/` local 
directory
+The `/vagrant` directory on the VM is mapped to the `aurora/` local directory
 from which you started the cluster. You can edit files inside this directory 
in your development
 machine and access them from the VM under `/vagrant`.
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/14e7b84f/examples/vagrant/provision-dev-cluster.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-dev-cluster.sh 
b/examples/vagrant/provision-dev-cluster.sh
index 1f7379d..0fbbfdc 100755
--- a/examples/vagrant/provision-dev-cluster.sh
+++ b/examples/vagrant/provision-dev-cluster.sh
@@ -42,7 +42,7 @@ function prepare_extras() {
     # Fetch the mesos egg, needed to build python components.
     mkdir -p third_party
     pushd third_party
-      wget -c 
https://svn.apache.org/repos/asf/incubator/aurora/3rdparty/ubuntu/trusty64/python/mesos.native-${MESOS_VERSION}-py2.7-linux-x86_64.egg
+      wget -c 
https://svn.apache.org/repos/asf/aurora/3rdparty/ubuntu/trusty64/python/mesos.native-${MESOS_VERSION}-py2.7-linux-x86_64.egg
     popd
 
     # Install thrift, needed for code generation in the scheduler build.

Reply via email to