You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/02/02 20:30:42 UTC

aurora git commit: Upgrade to pants 0.0.70.

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 the release train.

Testing Done:
Locally green:
```
./build-support/jenkins/build.sh
./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
```

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


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

Branch: refs/heads/master
Commit: 3fc9dc24e7fd259d814b619706cadd3133098a9f
Parents: 4c34015
Author: John Sirois <js...@apache.org>
Authored: Tue Feb 2 12:30:40 2016 -0700
Committer: John Sirois <js...@apache.org>
Committed: Tue Feb 2 12:30:40 2016 -0700

----------------------------------------------------------------------
 pants.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/3fc9dc24/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index b0406ae..984ac1f 100644
--- a/pants.ini
+++ b/pants.ini
@@ -12,7 +12,7 @@
 # limitations under the License.
 
 [DEFAULT]
-pants_version: 0.0.69
+pants_version: 0.0.70
 
 plugins: [
     'pantsbuild.pants.contrib.python.checks==%(pants_version)s',