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

git commit: Upgrade pants to 0.0.20

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 6449b9200 -> e6e7e53d9


Upgrade pants to 0.0.20

Testing Done:
./build-support/jenkins/build.sh

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


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

Branch: refs/heads/master
Commit: e6e7e53d92b52d78960824022bef8a0546002180
Parents: 6449b92
Author: Brian Wickman <wi...@apache.org>
Authored: Tue Jul 29 17:13:57 2014 -0700
Committer: Brian Wickman <wi...@apache.org>
Committed: Tue Jul 29 17:13:57 2014 -0700

----------------------------------------------------------------------
 pants                                                              | 2 +-
 pants.ini                                                          | 2 +-
 src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/e6e7e53d/pants
----------------------------------------------------------------------
diff --git a/pants b/pants
index e8c3bcf..4f9c351 100755
--- a/pants
+++ b/pants
@@ -17,7 +17,7 @@ set -o nounset
 
 HERE=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)
 
-PANTS_VERSION=0.0.17
+PANTS_VERSION=0.0.20
 if ! [[ -e "$HERE/build-support/pantsbuild.pants-$PANTS_VERSION.pex" ]]; then
   echo "Building pants.pex @ $PANTS_VERSION"
   "$HERE/build-support/pex" \

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/e6e7e53d/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index e65e273..f6461c2 100644
--- a/pants.ini
+++ b/pants.ini
@@ -86,7 +86,7 @@ setuptools_version: 2.2
 
 [python-repos]
 repos: ['third_party/']
-indices: ['pypi.python.org']
+indices: ['https://pypi.python.org/simple/']
 
 
 [python-ipython]

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/e6e7e53d/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
----------------------------------------------------------------------
diff --git a/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py b/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
index 26dee08..95fbd89 100644
--- a/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
+++ b/src/main/python/apache/aurora/tools/java/thrift_wrapper_codegen.py
@@ -779,4 +779,4 @@ if __name__ == '__main__':
     gen_file = os.path.join(package_dir, '%sMetadata.java' % service.name)
     log('Generating service metadata file %s' % gen_file)
     with open(gen_file, 'w') as f:
-      print(service_metadata, file=f)
\ No newline at end of file
+      print(service_metadata, file=f)