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/06/21 02:05:35 UTC

git commit: clientv2 package should point to config-packaged

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 5fa29f138 -> 7f70d4093


clientv2 package should point to config-packaged

Testing Done:
verified that apache/thermos/common doesn't get duplicately bundled into
clientv2 sdist.

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


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

Branch: refs/heads/master
Commit: 7f70d4093f3d548cf3a4508019cd53e802a72af4
Parents: 5fa29f1
Author: Brian Wickman <wi...@apache.org>
Authored: Fri Jun 20 17:05:30 2014 -0700
Committer: Brian Wickman <wi...@apache.org>
Committed: Fri Jun 20 17:05:30 2014 -0700

----------------------------------------------------------------------
 src/main/python/apache/aurora/client/BUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/7f70d409/src/main/python/apache/aurora/client/BUILD
----------------------------------------------------------------------
diff --git a/src/main/python/apache/aurora/client/BUILD b/src/main/python/apache/aurora/client/BUILD
index 96d6b69..bf196bf 100644
--- a/src/main/python/apache/aurora/client/BUILD
+++ b/src/main/python/apache/aurora/client/BUILD
@@ -95,7 +95,7 @@ python_library(
   name = 'clientv2-packaged',
   dependencies = [
     pants('src/main/python/apache/aurora/common'),
-    pants('src/main/python/apache/aurora/config'),
+    pants('src/main/python/apache/aurora/config:config-packaged'),
     pants('src/main/python/apache/thermos/common'),
   ],
   provides = setup_py(