aurora git commit: Run Jenkins tests without the Gradle daemon

2017-10-08 Thread serb
Repository: aurora Updated Branches: refs/heads/master 2cb257b80 -> 0169b8198 Run Jenkins tests without the Gradle daemon This follows the recommendation of Gradle to only use their daemon when running in local environments but not in CI environments. We are seeing spurious build failures

aurora git commit: Fix documentation of pystachio Volume struct

2017-10-08 Thread serb
Repository: aurora Updated Branches: refs/heads/master e0b6953ec -> 2cb257b80 Fix documentation of pystachio Volume struct For details, see https://github.com/apache/aurora/blob/master/src/main/python/apache/aurora/config/schema/base.py#L145 Reviewed at https://reviews.apache.org/r/62829/

aurora-packaging git commit: Switch packaging release checksum to sha512

2017-10-08 Thread serb
Repository: aurora-packaging Updated Branches: refs/heads/master ec923e6c6 -> de2ad96bd Switch packaging release checksum to sha512 For our releases we will now be using .sha512 files rather than .sha files containing sha1 checksums. This change is triggered by a recent update of the Apache