[2/2] aurora git commit: Update to Thrift 0.10.0 (https://github.com/apache/thrift/blob/master/CHANGES)

2017-12-12 Thread jsirois
Update to Thrift 0.10.0 (https://github.com/apache/thrift/blob/master/CHANGES) Included changes: * Update to the latest pants version. This was necesary to get ./pants gen working. * The Java hashcode option has been removed as it is now the default. Testing Done: ``` $

[1/2] aurora git commit: Update to Thrift 0.10.0 (https://github.com/apache/thrift/blob/master/CHANGES)

2017-12-12 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 65c2288e0 -> 4489dc345 http://git-wip-us.apache.org/repos/asf/aurora/blob/4489dc34/src/test/python/apache/thermos/core/test_process.py -- diff --git

aurora git commit: Revert BUILD changes in 0c177058.

2016-12-07 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master d05ea2bcc -> f5749ceb2 Revert BUILD changes in 0c177058. The changes caused `python_tests` target to lose their sources which in turn caused tests not to run. Bugs closed: AURORA-1853 Reviewed at https://reviews.apache.org/r/54520/

aurora git commit: Get pants using the same thrift binary as gradle.

2016-12-07 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 91ddb075c -> 0c1770581 Get pants using the same thrift binary as gradle. This required an upgrade to the latest pants dev release to correct an issue with the setup.py binary packager we use to generate sdists. This is for sanity sake,

aurora git commit: Upgrade to pants 1.2.0rc0.

2016-10-10 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 09b8e583f -> b272b8808 Upgrade to pants 1.2.0rc0. This pulls in support for OSX Sierra. Release notes are here: http://pantsbuild.github.io/notes-master.html Reviewed at https://reviews.apache.org/r/52640/ Project:

[2/2] aurora git commit: Move common/zookeeper to the main aurora project.

2016-10-06 Thread jsirois
Move common/zookeeper to the main aurora project. Remove unused code and restrict visibility where possible. Also fix up various warnings. Bugs closed: AURORA-1669 Reviewed at https://reviews.apache.org/r/52594/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Remove untested classes that no longer exist.

2016-10-06 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 5fc633c98 -> fdb536af8 Remove untested classes that no longer exist. Reviewed at https://reviews.apache.org/r/52591/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Add missing libffi build dep to support pants.

2016-09-30 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master 9493037fe -> 7beeb1480 Add missing libffi build dep to support pants. Reviewed at https://reviews.apache.org/r/52428/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit:

aurora git commit: Improve docker perf in the Vagrant vm.

2016-09-30 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 655105d3e -> 1a72438f0 Improve docker perf in the Vagrant vm. Use the aufs storage driver for better disk io perf and eliminate a high timeout workaround for slow container image copies. Bugs closed: AURORA-1784 Reviewed at

aurora git commit: Upgrade to latest pants 1.2.0 pre-release.

2016-09-29 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 1c1c0a597 -> 655105d3e Upgrade to latest pants 1.2.0 pre-release. This pulls in a fix that went in in 1.2.0dev7 that expands the fetch timeout for the thrift binary used for our python builds from 1 second to 30. This should provide

aurora git commit: Enable the `project_info` plugin.

2016-09-18 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master a87ad4102 -> 330e8ee00 Enable the `project_info` plugin. This brings in the `dependencies` goal which we use in `build-support/python/make-pycharm-virtualenv`. Bugs closed: AURORA-1775 Reviewed at https://reviews.apache.org/r/51987/

aurora git commit: Upgrade to latest CherryPy.

2016-09-02 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 80cf585a0 -> e32f4fbd1 Upgrade to latest CherryPy. We can now move past the UTF-8 encoding issues of 6.0.0 - 7.1.0 since the UTF-8 encoded test filename was removed from the package here:

aurora git commit: Enable -zk_use_curator by default and deprecate.

2016-08-30 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master c99f2fb68 -> 64a3e051e Enable -zk_use_curator by default and deprecate. The flag is noted as deprecated for removal n a future release. Bugs closed: AURORA-1669 Reviewed at https://reviews.apache.org/r/51506/ Project:

aurora git commit: Re-enable python style check in the integration build.

2016-08-29 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 76db37d97 -> 56906a796 Re-enable python style check in the integration build. pants test does not appear to invoke the python checkstyle. Re-enable it by explicitly calling in the integration build script. Also fix the few issues that

aurora git commit: Upgrade pants to 1.1.0-rc7.

2016-07-12 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 21fe181e1 -> e67c6a732 Upgrade pants to 1.1.0-rc7. This helps test the pants release candidate to pave our way to upgrade to the 1.1.0 release upgrade and it now limits our backends to python-only for real. This means ivy is no longer

aurora-packaging git commit: Upgrade to gradle 2.14.

2016-07-11 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master 0614c78cd -> 502d07ef0 Upgrade to gradle 2.14. This complements the corresponding change in the aurora repo: https://reviews.apache.org/r/49899/ Reviewed at https://reviews.apache.org/r/49900/ Project:

aurora git commit: Upgrade to gradle 2.14.

2016-07-11 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master c41420fd7 -> 21fe181e1 Upgrade to gradle 2.14. This brings Gradle to 2.14, release notes here: https://docs.gradle.org/2.13/release-notes https://docs.gradle.org/2.14/release-notes Since the Gradle daemon is no longer incubating it

aurora git commit: Fix thrift t_java_generator.ccc patch.

2016-07-04 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 43db92962 -> ec712f18f Fix thrift t_java_generator.ccc patch. The initial patch inverted logic for emitting `else if` clauses. Bugs closed: AURORA-1727 Reviewed at https://reviews.apache.org/r/49595/ Project:

aurora git commit: Upgrade to pants 1.1.0-pre6.

2016-07-04 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 311b8924d -> 43db92962 Upgrade to pants 1.1.0-pre6. This picks up a fix for creating wheels for aurora components. Release notes here: https://pypi.python.org/pypi/pantsbuild.pants/1.1.0-pre6 Bugs closed: AURORA-1620 Reviewed at

aurora git commit: Close `PathChildrenCache` before its framework.

2016-07-04 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 1103571df -> 311b8924d Close `PathChildrenCache` before its framework. Previously these lifecycles were modeled as independent when, in fact, a `CuratorFramework`'s clients must be closed befor it is closed to prevent errors in the

aurora git commit: Ensure e2e key has its own authorized_keys line.

2016-07-03 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 25dd51862 -> 1103571df Ensure e2e key has its own authorized_keys line. Previously it was assumed the existing `~/.ssh/authorized_keys` file ended in a newline which need not be the case. Bugs closed: AURORA-1728 Reviewed at

aurora git commit: Patch thrift to compile under modern gcc.

2016-07-01 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 176c96a3f -> 5bdee77a8 Patch thrift to compile under modern gcc. This also patches the thrift compiler Makefile.in to eliminate all generators not used by Aurora to both work around their modern gcc compiler errors and speed up the thrift

aurora git commit: Fix Process log configuration handling.

2016-07-01 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master b3f88bc9c -> 205c308c5 Fix Process log configuration handling. Previously flagged configuration of Process logging mode would blow up and claimed defaulting of the rotation policy did not occur. Bugs closed: AURORA-1724 Reviewed at

aurora git commit: Fixup install docs to match 0.13.0+ packaging.

2016-06-30 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 6f93ae2dc -> d08ed4928 Fixup install docs to match 0.13.0+ packaging. Reviewed at https://reviews.apache.org/r/49413/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Remove some dependencies linked to docker usage

2016-04-20 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master 72e262bc2 -> d5d41691c Remove some dependencies linked to docker usage An operator should be able to build Aurora on his platform without relying on Docker. Even if this is an interesting way of doing it, it sometimes introduce

svn commit: r1740190 - /aurora/3rdparty/centos/6/python/mesos.native-0.27.2-py2.7-linux-x86_64.egg

2016-04-20 Thread jsirois
Author: jsirois Date: Wed Apr 20 20:16:18 2016 New Revision: 1740190 URL: http://svn.apache.org/viewvc?rev=1740190=rev Log: Add mesos.native egg for CentOS 6 and mesos 0.27.2. Added: aurora/3rdparty/centos/6/python/mesos.native-0.27.2-py2.7-linux-x86_64.egg (with props) Added: aurora

svn commit: r1739966 [2/3] - in /aurora/site: publish/ publish/documentation/latest/ publish/documentation/latest/additional-resources/tools/ publish/documentation/latest/contributing/ publish/documen

2016-04-19 Thread jsirois
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1739966=1739965=1739966=diff == --- aurora/site/publish/sitemap.xml (original) +++

svn commit: r1739966 [1/3] - in /aurora/site: publish/ publish/documentation/latest/ publish/documentation/latest/additional-resources/tools/ publish/documentation/latest/contributing/ publish/documen

2016-04-19 Thread jsirois
Author: jsirois Date: Tue Apr 19 17:19:58 2016 New Revision: 1739966 URL: http://svn.apache.org/viewvc?rev=1739966=rev Log: Re-publish latest,0.13.0 with the Rakefile re-write rule fixes in-place. Added: aurora/site/publish/documentation/latest/contributing/ aurora/site/publish

svn commit: r1739964 - /aurora/site/Rakefile

2016-04-19 Thread jsirois
Author: jsirois Date: Tue Apr 19 17:16:24 2016 New Revision: 1739964 URL: http://svn.apache.org/viewvc?rev=1739964=rev Log: Fixup Rakefile to handle a full doc tree. This addresses https://issues.apache.org/jira/browse/AURORA-1668 Modified: aurora/site/Rakefile Modified: aurora/site

aurora git commit: Plumb Curator discovery as an option.

2016-04-18 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master ae051f3b9 -> f4a08459c Plumb Curator discovery as an option. This Adds a Guice module for the Curator discovery implementations and re-works the `ServiceDiscoveryModule` to optionally bind it when the new `-zk_use_curator` flag is set.

svn commit: r1739120 [1/7] - in /aurora/site: publish/documentation/latest/ publish/documentation/latest/additional-resources/ publish/documentation/latest/additional-resources/presentations/ publish/

2016-04-14 Thread jsirois
Author: jsirois Date: Thu Apr 14 14:20:54 2016 New Revision: 1739120 URL: http://svn.apache.org/viewvc?rev=1739120=rev Log: Fix latest, ie: rake2.0 generate_docs[latest,0.12.0] && rake2.0 Added: aurora/site/publish/documentation/latest/additional-resources/ aurora/site

svn commit: r1739120 [5/7] - in /aurora/site: publish/documentation/latest/ publish/documentation/latest/additional-resources/ publish/documentation/latest/additional-resources/presentations/ publish/

2016-04-14 Thread jsirois
Added: aurora/site/publish/documentation/latest/reference/client-cluster-configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/client-cluster-configuration/index.html?rev=1739120=auto

svn commit: r1739120 [2/7] - in /aurora/site: publish/documentation/latest/ publish/documentation/latest/additional-resources/ publish/documentation/latest/additional-resources/presentations/ publish/

2016-04-14 Thread jsirois
Added: aurora/site/publish/documentation/latest/development/thrift/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/development/thrift/index.html?rev=1739120=auto == ---

svn commit: r1739120 [6/7] - in /aurora/site: publish/documentation/latest/ publish/documentation/latest/additional-resources/ publish/documentation/latest/additional-resources/presentations/ publish/

2016-04-14 Thread jsirois
Added: aurora/site/publish/documentation/latest/reference/configuration-tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/configuration-tutorial/index.html?rev=1739120=auto

svn commit: r1739120 [3/7] - in /aurora/site: publish/documentation/latest/ publish/documentation/latest/additional-resources/ publish/documentation/latest/additional-resources/presentations/ publish/

2016-04-14 Thread jsirois
Added: aurora/site/publish/documentation/latest/features/sla-metrics/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/features/sla-metrics/index.html?rev=1739120=auto == ---

svn commit: r1739120 [7/7] - in /aurora/site: publish/documentation/latest/ publish/documentation/latest/additional-resources/ publish/documentation/latest/additional-resources/presentations/ publish/

2016-04-14 Thread jsirois
Added: aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/scheduler-configuration/index.html?rev=1739120=auto

svn commit: r1739110 - /aurora/site/Rakefile

2016-04-14 Thread jsirois
Author: jsirois Date: Thu Apr 14 14:08:10 2016 New Revision: 1739110 URL: http://svn.apache.org/viewvc?rev=1739110=rev Log: Fix generate_docs[latest,master] handling. Modified: aurora/site/Rakefile Modified: aurora/site/Rakefile URL: http://svn.apache.org/viewvc/aurora/site/Rakefile?rev

aurora git commit: Simplify `Credentials`; kill `ZooKeeperClient` dep.

2016-04-13 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master ea7648702 -> 8d0473cb5 Simplify `Credentials`; kill `ZooKeeperClient` dep. The Curator discovery code will need to be configured from the same command line flags and code as the commons discovery code. This simplifies Credentials to be a

aurora git commit: Discuss guest-additions version mismatch.

2016-04-13 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 3cb599e1c -> ea7648702 Discuss guest-additions version mismatch. This adds a paragraph to the "Start the local cluster" section that explains the guest-additions mismatch warning and suggests an optional fix. Bugs closed: AURORA-1663

aurora-packaging git commit: Remove hard dependency on a specific mesos-version

2016-04-13 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master 97f9c3d0d -> 72e262bc2 Remove hard dependency on a specific mesos-version We should consider MESOS_VERSION as the minimal requirement to install the current Aurora version instead of enforce a specific Mesos version. Reviewed

aurora git commit: Fix stale NEWS RC email link.

2016-04-11 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 140b6e7c9 -> 2d6f0d486 Fix stale NEWS RC email link. The NEWS file was moved to RELEASE-NOTES.md in cbb206c5. Bugs closed: AURORA-1584 Reviewed at https://reviews.apache.org/r/46070/ Project:

aurora git commit: Make `ServerSet.JSON_CODEC` robust to errors.

2016-04-11 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master ccf23820d -> 140b6e7c9 Make `ServerSet.JSON_CODEC` robust to errors. Previously bad or partial input (deserialize), and errors writing output (serialize) could throw exceptions not matching the `Codec` contract. Factor the codec into its

aurora git commit: Generalize ZooKeeper Test Utils.

2016-04-07 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 915459dac -> c0cb631de Generalize ZooKeeper Test Utils. This makes way for Curator client based in-process integration tests. Bugs closed: AURORA-1468 Reviewed at https://reviews.apache.org/r/45886/ Project:

aurora git commit: Factor out a discovery package.

2016-04-06 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master ce40eaa71 -> 14f975a4a Factor out a discovery package. This will be the home for the Curator implementations. In the process, lift the `ServerSetMonitor` to a top-level class and add a test. Also tighten up the `ServiceDiscoveryModule`

aurora git commit: Upgrade build tools.

2016-04-04 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 11f1e0d11 -> f6be7b650 Upgrade build tools. This brings Gradle to 2.12, release notes here: https://docs.gradle.org/2.11/release-notes https://docs.gradle.org/2.12/release-notes Pants is upgraded to 0.0.80, release notes here:

aurora git commit: Treat empty and null collections equivalently in task queries.

2016-03-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 83a078b6b -> 095009596 Treat empty and null collections equivalently in task queries. Previously, `null` was handled differently from an empty collection in task queries. For the Go thrift bindings, this was problematic since zero values

aurora git commit: Eliminate I* isSet methods for collection fields.

2016-03-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master b352e8b16 -> 83a078b6b Eliminate I* isSet methods for collection fields. These methods always returned `true`, which was misleading. Eliminate these query methods and force users to consult the collection for emptiness to make intentions

aurora git commit: Fixup install docs.

2016-03-23 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 4869c02c8 -> 992723181 Fixup install docs. This set of fixes eliminates the experimental rpm warnings and updates the rpm instructions to use the officially released packages. The deb instructions are updated as well, in particular to

aurora git commit: HTTPLifecycleConfig to HttpLifecycleConfig typo

2016-03-23 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master c66a9eeef -> 4869c02c8 HTTPLifecycleConfig to HttpLifecycleConfig typo Reviewed at https://reviews.apache.org/r/45206/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora-packaging git commit: Support for overriding --mesos-root under upstart.

2016-03-22 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master 722a53797 -> 0a77fbf23 Support for overriding --mesos-root under upstart. Previously only the sysv init script supported overriding `--mesos-root` via an env var, and thus via `/etc/default/thermos`. Bugs closed: AURORA-1647

[2/3] aurora-packaging git commit: Fixup rpm builder and test docs.

2016-03-14 Thread jsirois
Fixup rpm builder and test docs. This adjusts to fallout from https://reviews.apache.org/r/43936/ to get the centos-7 builder working again and improves the test docs to include both locally built rpm and released (or release candidate) rpm testing. This change also imporves the

[1/3] aurora-packaging git commit: Remove cyrus-sasl and docker RPM dpendencies. [Forced Update!]

2016-03-14 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/0.12.x 89d9a8e3c -> 5fe307ebf (forced update) Remove cyrus-sasl and docker RPM dpendencies. I don't believe either of these dependencies are valid for the executor. Reviewed at https://reviews.apache.org/r/44763/ Project:

[3/3] aurora-packaging git commit: Update deb (trusty) changelog.

2016-03-14 Thread jsirois
Update deb (trusty) changelog. Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/5fe307eb Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/5fe307eb Diff:

aurora-packaging git commit: Fixup rpm builder and test docs.

2016-03-14 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master e9b879a98 -> 722a53797 Fixup rpm builder and test docs. This adjusts to fallout from https://reviews.apache.org/r/43936/ to get the centos-7 builder working again and improves the test docs to include both locally built rpm and

aurora-packaging git commit: Remove cyrus-sasl and docker RPM dpendencies.

2016-03-14 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master dc04762fe -> e9b879a98 Remove cyrus-sasl and docker RPM dpendencies. I don't believe either of these dependencies are valid for the executor. Reviewed at https://reviews.apache.org/r/44763/ Project:

aurora git commit: Exposing DSL defined variables to shell health checkers

2016-03-11 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master d752d466c -> 7fc4bff7b Exposing DSL defined variables to shell health checkers Bugs closed: AURORA-1622 Reviewed at https://reviews.apache.org/r/44486/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

svn commit: r1734433 - in /aurora/site: publish/downloads/index.html publish/sitemap.xml source/downloads.html.md.erb

2016-03-10 Thread jsirois
Author: jsirois Date: Thu Mar 10 16:55:39 2016 New Revision: 1734433 URL: http://svn.apache.org/viewvc?rev=1734433=rev Log: Move Debian Jessie binaries download link to its own line and publish site. Modified: aurora/site/publish/downloads/index.html aurora/site/publish/sitemap.xml

svn commit: r1734431 - /aurora/site/source/downloads.html.md.erb

2016-03-10 Thread jsirois
Author: jsirois Date: Thu Mar 10 16:42:36 2016 New Revision: 1734431 URL: http://svn.apache.org/viewvc?rev=1734431=rev Log: Add a link to the Debian Jessie binaries. Modified: aurora/site/source/downloads.html.md.erb Modified: aurora/site/source/downloads.html.md.erb URL: http

[2/4] aurora-packaging git commit: Introduce a helper script for preparing RCs.

2016-03-09 Thread jsirois
Created archive for centos-7 artifacts at /home/jsirois/dev/aurora/jsirois-aurora-packaging/artifacts/aurora-centos-7/dist/rpmbuild/RPMS/upload.tar. +Signing artifacts for debian-jessie... +Created archive for debian-jessie artifacts at /home/jsirois/dev/aurora/jsirois-aurora-packaging/artif

[3/4] aurora-packaging git commit: Fixup rpm builder and tester.

2016-03-09 Thread jsirois
Fixup rpm builder and tester. This updates the mesos version from 0.23.0 to 0.25.0 and fixes up the vagrant test environment and instructions. NB: This change does attempt to address https://issues.apache.org/jira/browse/AURORA-1394 Bugs closed: AURORA-1568 Reviewed at

[1/4] aurora-packaging git commit: Correct url for source0 [Forced Update!]

2016-03-09 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/0.12.x c49657929 -> 89d9a8e3c (forced update) Correct url for source0 Trying to build aurora by running spectool and then rpmbuild fails because the url used does not match the release tags on github. Reviewed at

aurora-packaging git commit: Introduce a helper script for preparing RCs.

2016-03-09 Thread jsirois
+./build-support/release/release-candidate +Signing artifacts for centos-7... +Created archive for centos-7 artifacts at /home/jsirois/dev/aurora/jsirois-aurora-packaging/artifacts/aurora-centos-7/dist/rpmbuild/RPMS/upload.tar. +Signing artifacts for debian-jessie... +Created arch

aurora-packaging git commit: Introduce a helper script for preparing RCs.

2016-03-09 Thread jsirois
at can be uploaded to bintray: + +./build-support/release/release-candidate +Signing artifacts for centos-7... +Created archive for centos-7 artifacts at /home/jsirois/dev/aurora/jsirois-aurora-packaging/artifacts/aurora-centos-7/dist/rpmbuild/RPMS/upload.tar. +Signing artifacts

aurora-packaging git commit: Correct url for source0

2016-03-09 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/master 7c1732f68 -> b09eb9ff1 Correct url for source0 Trying to build aurora by running spectool and then rpmbuild fails because the url used does not match the release tags on github. Reviewed at https://reviews.apache.org/r/43936/

aurora git commit: Upgrade ZooKeeper to 3.4.8.

2016-03-08 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master a79ce0e64 -> bab21ed68 Upgrade ZooKeeper to 3.4.8. Changes are mainly correcting server bugs, including a fix for server shutdown deadlocks (ZOOKEEPER-2347). That fix in particular allows Aurora to upgrade past 3.4.6. See the release

[aurora-packaging] Git Push Summary

2016-03-07 Thread jsirois
Repository: aurora-packaging Updated Branches: refs/heads/rel/0.12.x [created] 7c1732f68

aurora git commit: Explain observer `--mesos-root` configuration.

2016-02-12 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 7d57cf4d7 -> 17ddc484f Explain observer `--mesos-root` configuration. This adds a note about configuration of the observer's `--mesos-root` to match the Mesos master `--work_dir` for proper observer functioning. Bugs closed: AURORA-1617

aurora git commit: Fixup release email links.

2016-02-08 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 2ddf01472 -> 3cb6cc3f4 Fixup release email links. Previously the tag link did not fail, but pointed to master and the signature link did fail. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

aurora git commit: Upgrade to pants 0.0.71.

2016-02-08 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master b3de59cde -> a34f38b7b Upgrade to pants 0.0.71. This bumps us to yesterday's regular weekly release. The changelog is here: http://pantsbuild.github.io/changelog.html There is an improvement handling badly behaved python tests; besides

svn commit: r12283 - /release/aurora/0.12.0/

2016-02-08 Thread jsirois
Author: jsirois Date: Mon Feb 8 22:42:59 2016 New Revision: 12283 Log: aurora-0.12.0 release Added: release/aurora/0.12.0/

[3/3] aurora git commit: Incrementing snapshot version to 0.13.0-SNAPSHOT.

2016-02-05 Thread jsirois
Incrementing snapshot version to 0.13.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/3e22021b Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/3e22021b Diff:

svn commit: r12234 - /dev/aurora/0.12.0-rc3/

2016-02-05 Thread jsirois
Author: jsirois Date: Fri Feb 5 19:06:30 2016 New Revision: 12234 Log: aurora-0.12.0 release candidate rel/0.12.0-rc3 Added: dev/aurora/0.12.0-rc3/

[2/3] aurora git commit: Updating CHANGELOG for 0.12.0 release.

2016-02-05 Thread jsirois
Updating CHANGELOG for 0.12.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/9579df37 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/9579df37 Diff:

[1/3] aurora git commit: Manual prep for 0.12.0-rc3 release.

2016-02-05 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 9b7c72eb6 -> 3e22021bd Manual prep for 0.12.0-rc3 release. Reset .auroraversiob to 0.12.0-SNAPSHOT and revert to 'Aurora 0.11.0' CHANGELOG tip. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[aurora] Git Push Summary

2016-02-05 Thread jsirois
Repository: aurora Updated Tags: refs/tags/rel/0.12.0-rc3 [created] 6d939fe98

svn commit: r12235 - in /dev/aurora/0.12.0-rc3: apache-aurora-0.12.0-rc3.tar.gz apache-aurora-0.12.0-rc3.tar.gz.asc apache-aurora-0.12.0-rc3.tar.gz.md5 apache-aurora-0.12.0-rc3.tar.gz.sha

2016-02-05 Thread jsirois
Author: jsirois Date: Fri Feb 5 19:06:40 2016 New Revision: 12235 Log: aurora-0.12.0 release candidate rel/0.12.0-rc3 Added: dev/aurora/0.12.0-rc3/apache-aurora-0.12.0-rc3.tar.gz (with props) dev/aurora/0.12.0-rc3/apache-aurora-0.12.0-rc3.tar.gz.asc (with props) dev/aurora

[aurora] Git Push Summary

2016-02-05 Thread jsirois
Repository: aurora Updated Tags: refs/tags/rel/0.12.0-rc4 [created] 66fa21969

[1/2] aurora git commit: Incrementing snapshot version to 0.13.0-SNAPSHOT.

2016-02-05 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master bc257bdd9 -> a9e7a35a2 Incrementing snapshot version to 0.13.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/a9e7a35a Tree:

svn commit: r12239 - /dev/aurora/0.12.0-rc4/

2016-02-05 Thread jsirois
Author: jsirois Date: Fri Feb 5 22:12:30 2016 New Revision: 12239 Log: aurora-0.12.0 release candidate rel/0.12.0-rc4 Added: dev/aurora/0.12.0-rc4/

[2/2] aurora git commit: Updating CHANGELOG for 0.12.0 release.

2016-02-05 Thread jsirois
Updating CHANGELOG for 0.12.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7bf99345 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7bf99345 Diff:

svn commit: r12240 - in /dev/aurora/0.12.0-rc4: apache-aurora-0.12.0-rc4.tar.gz apache-aurora-0.12.0-rc4.tar.gz.asc apache-aurora-0.12.0-rc4.tar.gz.md5 apache-aurora-0.12.0-rc4.tar.gz.sha

2016-02-05 Thread jsirois
Author: jsirois Date: Fri Feb 5 22:12:40 2016 New Revision: 12240 Log: aurora-0.12.0 release candidate rel/0.12.0-rc4 Added: dev/aurora/0.12.0-rc4/apache-aurora-0.12.0-rc4.tar.gz (with props) dev/aurora/0.12.0-rc4/apache-aurora-0.12.0-rc4.tar.gz.asc (with props) dev/aurora

aurora git commit: Reset .auroraversion and CHANGELOG in prep for 0.12.0-rc4.

2016-02-05 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 3e22021bd -> 8faf49923 Reset .auroraversion and CHANGELOG in prep for 0.12.0-rc4. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/8faf4992 Tree:

aurora git commit: Reorganize NEWS into updates and deprecations

2016-02-02 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 2a28cfc76 -> 2f485e856 Reorganize NEWS into updates and deprecations I've splitted all releases with additions and deprecations into too sections. This should make it much easier to track past deprecations. Reviewed at

aurora git commit: Upgrade to pants 0.0.70.

2016-02-02 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 4c34015c2 -> 3fc9dc24e Upgrade to pants 0.0.70. This bumps us to last week's regular weekly release. The changelog is here: http://pantsbuild.github.io/changelog.html No changes of note directly impacting Aurora, just keeping up with

[1/2] aurora git commit: Incrementing snapshot version to 0.14.0-SNAPSHOT.

2016-01-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master fbd29a176 -> bfca7ae7e Incrementing snapshot version to 0.14.0-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/bfca7ae7 Tree:

svn commit: r12078 - in /dev/aurora/0.13.0-rc1: apache-aurora-0.13.0-rc1.tar.gz apache-aurora-0.13.0-rc1.tar.gz.asc apache-aurora-0.13.0-rc1.tar.gz.md5 apache-aurora-0.13.0-rc1.tar.gz.sha

2016-01-28 Thread jsirois
Author: jsirois Date: Thu Jan 28 22:25:37 2016 New Revision: 12078 Log: aurora-0.13.0 release candidate rel/0.13.0-rc1 Added: dev/aurora/0.13.0-rc1/apache-aurora-0.13.0-rc1.tar.gz (with props) dev/aurora/0.13.0-rc1/apache-aurora-0.13.0-rc1.tar.gz.asc (with props) dev/aurora

svn commit: r12080 - /dev/aurora/0.14.0-rc1/

2016-01-28 Thread jsirois
Author: jsirois Date: Thu Jan 28 22:28:24 2016 New Revision: 12080 Log: aurora-0.14.0 release candidate rel/0.14.0-rc1 Added: dev/aurora/0.14.0-rc1/

svn commit: r12081 - /dev/aurora/0.14.0-rc1/

2016-01-28 Thread jsirois
Author: jsirois Date: Thu Jan 28 22:29:12 2016 New Revision: 12081 Log: Kill mistaken 0.14.0-rc1 release. Removed: dev/aurora/0.14.0-rc1/

[2/6] aurora git commit: Updating CHANGELOG for 0.14.0 release.

2016-01-28 Thread jsirois
Updating CHANGELOG for 0.14.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/34c676d9 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/34c676d9 Diff:

[1/6] aurora git commit: Incrementing snapshot version to 0.14.1-SNAPSHOT.

2016-01-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master bfca7ae7e -> c4e02a380 Incrementing snapshot version to 0.14.1-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2365083e Tree:

[4/6] aurora git commit: Revert "Updating CHANGELOG for 0.14.0 release."

2016-01-28 Thread jsirois
Revert "Updating CHANGELOG for 0.14.0 release." This reverts commit 34c676d96fd909283dcb1be79424887b428fe73e. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f2a05c34 Tree:

[6/6] aurora git commit: Revert "Updating CHANGELOG for 0.13.0 release."

2016-01-28 Thread jsirois
Revert "Updating CHANGELOG for 0.13.0 release." This reverts commit 38e8237fe91e4fa74cf563a88330571eaf359424. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/c4e02a38 Tree:

aurora git commit: Fixup RC VOTE email instructions.

2016-01-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 2d29045d5 -> 165a617f8 Fixup RC VOTE email instructions. Testing Done: None Reviewed at https://reviews.apache.org/r/42919/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[1/2] aurora git commit: Incrementing snapshot version to 0.12.1-SNAPSHOT.

2016-01-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master c4e02a380 -> 131771c1b Incrementing snapshot version to 0.12.1-SNAPSHOT. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/131771c1 Tree:

[aurora] Git Push Summary

2016-01-28 Thread jsirois
Repository: aurora Updated Tags: refs/tags/rel/0.12.0-rc1 [created] b551c0480

[2/2] aurora git commit: Updating CHANGELOG for 0.12.0 release.

2016-01-28 Thread jsirois
Updating CHANGELOG for 0.12.0 release. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/d34609a2 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/d34609a2 Diff:

svn commit: r12084 - /dev/aurora/0.12.0-rc2/

2016-01-28 Thread jsirois
Author: jsirois Date: Thu Jan 28 23:51:13 2016 New Revision: 12084 Log: aurora-0.12.0 release candidate rel/0.12.0-rc2 Added: dev/aurora/0.12.0-rc2/

svn commit: r12085 - in /dev/aurora/0.12.0-rc2: apache-aurora-0.12.0-rc2.tar.gz apache-aurora-0.12.0-rc2.tar.gz.asc apache-aurora-0.12.0-rc2.tar.gz.md5 apache-aurora-0.12.0-rc2.tar.gz.sha

2016-01-28 Thread jsirois
Author: jsirois Date: Thu Jan 28 23:52:33 2016 New Revision: 12085 Log: aurora-0.12.0 release candidate rel/0.12.0-rc2 Added: dev/aurora/0.12.0-rc2/apache-aurora-0.12.0-rc2.tar.gz (with props) dev/aurora/0.12.0-rc2/apache-aurora-0.12.0-rc2.tar.gz.asc (with props) dev/aurora

[1/2] aurora git commit: Revert "Incrementing snapshot version to 0.12.1-SNAPSHOT."

2016-01-28 Thread jsirois
Repository: aurora Updated Branches: refs/heads/master 131771c1b -> 5f37a3a86 Revert "Incrementing snapshot version to 0.12.1-SNAPSHOT." This reverts commit 131771c1b1517c0290739d389ad0d504da1dd12e. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit:

[2/2] aurora git commit: Revert "Updating CHANGELOG for 0.12.0 release."

2016-01-28 Thread jsirois
Revert "Updating CHANGELOG for 0.12.0 release." This reverts commit d34609a2e24b434701347542b9328581acfd829b. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/5f37a3a8 Tree:

  1   2   >