You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2016/06/12 11:35:53 UTC

[1/3] aurora-packaging git commit: Update outdated references to the Apache Aurora incubator

Repository: aurora-packaging
Updated Branches:
  refs/heads/master a665227c0 -> b4f1a4529


Update outdated references to the Apache Aurora incubator


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

Branch: refs/heads/master
Commit: f82ce1606f2ace737643fe9bd53fe6e117720da0
Parents: a665227
Author: Stephan Erb <se...@apache.org>
Authored: Sun Jun 12 13:22:42 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Sun Jun 12 13:22:42 2016 +0200

----------------------------------------------------------------------
 specs/debian/aurora-pants.ini      | 2 +-
 specs/debian/copyright             | 4 ++--
 specs/rpm/SOURCES/aurora-pants.ini | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/f82ce160/specs/debian/aurora-pants.ini
----------------------------------------------------------------------
diff --git a/specs/debian/aurora-pants.ini b/specs/debian/aurora-pants.ini
index 446ea8d..e4f2c54 100644
--- a/specs/debian/aurora-pants.ini
+++ b/specs/debian/aurora-pants.ini
@@ -2,4 +2,4 @@
 print_exception_stacktrace: True
 
 [python-repos]
-repos: ['third_party/', 'https://svn.apache.org/repos/asf/incubator/aurora/3rdparty/ubuntu/trusty64/python/']
+repos: ['third_party/', 'https://svn.apache.org/repos/asf/aurora/3rdparty/ubuntu/trusty64/python/']

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/f82ce160/specs/debian/copyright
----------------------------------------------------------------------
diff --git a/specs/debian/copyright b/specs/debian/copyright
index 8c0d0f1..1d2552f 100644
--- a/specs/debian/copyright
+++ b/specs/debian/copyright
@@ -1,8 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: aurora
-Source: http://incubator.apache.org/aurora/
+Source: https://aurora.apache.org/
 
 Files: *
-Copyright: 2014 The Apache Software Foundation
+Copyright: 2016 The Apache Software Foundation
 License: Apache-2.0
  /usr/share/common-licenses/Apache-2.0

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/f82ce160/specs/rpm/SOURCES/aurora-pants.ini
----------------------------------------------------------------------
diff --git a/specs/rpm/SOURCES/aurora-pants.ini b/specs/rpm/SOURCES/aurora-pants.ini
index 3c994e8..8f79b18 100644
--- a/specs/rpm/SOURCES/aurora-pants.ini
+++ b/specs/rpm/SOURCES/aurora-pants.ini
@@ -2,4 +2,4 @@
 print_exception_stacktrace: True
 
 [python-repos]
-repos: ['third_party/', 'https://svn.apache.org/repos/asf/incubator/aurora/3rdparty/centos/7/python/']
+repos: ['third_party/', 'https://svn.apache.org/repos/asf/aurora/3rdparty/centos/7/python/']


[2/3] aurora-packaging git commit: Add changelog of previous package releases

Posted by se...@apache.org.
Add changelog of previous package releases


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

Branch: refs/heads/master
Commit: 99a866d667cdf2d9aba05dc589f3356d088228f2
Parents: f82ce16
Author: Stephan Erb <se...@apache.org>
Authored: Sun Jun 12 13:23:33 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Sun Jun 12 13:23:33 2016 +0200

----------------------------------------------------------------------
 specs/debian/changelog | 7 +++++++
 specs/rpm/aurora.spec  | 6 ++++++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/99a866d6/specs/debian/changelog
----------------------------------------------------------------------
diff --git a/specs/debian/changelog b/specs/debian/changelog
index b25442e..a90a286 100644
--- a/specs/debian/changelog
+++ b/specs/debian/changelog
@@ -1,3 +1,10 @@
+apache-aurora (0.12.0) trusty; urgency=medium
+
+  * Apache Aurora package builder <de...@aurora.apache.org> Mon, 7 Mar
+    2016 15:50:06 +0000
+
+ -- Apache Aurora <de...@aurora.apache.org> Mon, 7 Mar 2016 15:50:06 +0000
+
 apache-aurora (0.11.0) trusty; urgency=medium
 
   * Apache Aurora package builder <de...@aurora.apache.org> Wed, 23 Dec

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/99a866d6/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index 200864e..53b6e2e 100644
--- a/specs/rpm/aurora.spec
+++ b/specs/rpm/aurora.spec
@@ -338,6 +338,12 @@ exit 0
 
 
 %changelog
+* Mon Mar 7 2016 Apache Aurora <de...@aurora.apache.org> 0.12.0-1.el7
+- Updated to Apache Aurora 0.12.0
+
+* Wed Dec 23 2015 Apache Aurora <de...@aurora.apache.org> 0.11.0-1.el7
+- Updated to Apache Aurora 0.11.0
+
 * Wed Dec 2 2015 Bill Farner <wf...@apache.org> 0.10.0-1.el7
 - Updated to Apache Aurora 0.10.0
 


[3/3] aurora-packaging git commit: Update centos test README.md according to package changes in a665227

Posted by se...@apache.org.
Update centos test README.md according to package changes in a665227


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

Branch: refs/heads/master
Commit: b4f1a452954bc6ff324e5d88ec835a2d4f576a18
Parents: 99a866d
Author: Stephan Erb <se...@apache.org>
Authored: Sun Jun 12 13:32:09 2016 +0200
Committer: Stephan Erb <se...@apache.org>
Committed: Sun Jun 12 13:32:09 2016 +0200

----------------------------------------------------------------------
 test/rpm/centos-7/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/b4f1a452/test/rpm/centos-7/README.md
----------------------------------------------------------------------
diff --git a/test/rpm/centos-7/README.md b/test/rpm/centos-7/README.md
index eba2e6f..5fa398b 100644
--- a/test/rpm/centos-7/README.md
+++ b/test/rpm/centos-7/README.md
@@ -37,8 +37,8 @@ for installing released packages or release candidate packages.
 
     sudo -u aurora mkdir -p /var/lib/aurora/scheduler/db
     sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db
-    sudo systemctl start aurora
-    sudo systemctl start thermos-observer
+    sudo systemctl start aurora-scheduler
+    sudo systemctl start thermos
 
 ## Create a job
 
@@ -54,5 +54,5 @@ for installing released packages or release candidate packages.
 ## Troubleshooting
 
 * Mesos: `/var/log/mesos`
-* Aurora scheduler: `sudo journalctl -u aurora`
-* Aurora observer: `sudo journalctl -u thermos-observer`
+* Aurora scheduler: `sudo journalctl -u aurora-scheduler`
+* Aurora observer: `sudo journalctl -u thermos`