You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/01/07 19:17:30 UTC

incubator-aurora git commit: Fixed make-python-sdists after removal of v1 client.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 108941310 -> dd2c8e067


Fixed make-python-sdists after removal of v1 client.

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


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

Branch: refs/heads/master
Commit: dd2c8e067b553d510782d0c5d26f01387c13d37e
Parents: 1089413
Author: Steve Niemitz <st...@tellapart.com>
Authored: Wed Jan 7 10:16:49 2015 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Wed Jan 7 10:16:49 2015 -0800

----------------------------------------------------------------------
 build-support/release/make-python-sdists | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/dd2c8e06/build-support/release/make-python-sdists
----------------------------------------------------------------------
diff --git a/build-support/release/make-python-sdists b/build-support/release/make-python-sdists
index a7a627f..bf8d960 100755
--- a/build-support/release/make-python-sdists
+++ b/build-support/release/make-python-sdists
@@ -28,7 +28,6 @@ set -o errexit
 
 TARGETS=(
   src/main/python/apache/aurora/client:client-packaged
-  src/main/python/apache/aurora/client:clientv2-packaged
   src/main/python/apache/aurora/common
   src/main/python/apache/aurora/config:config-packaged
   src/main/python/apache/aurora/executor:executor-packaged