You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/12/23 03:30:09 UTC

incubator-aurora git commit: Removing duplicate target.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 84ad65091 -> c331bcd02


Removing duplicate target.

Duplicate hooks target introduced in https://reviews.apache.org/r/29165

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


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

Branch: refs/heads/master
Commit: c331bcd02acc6fe5c1047f563ebeb1bf64e8e5e7
Parents: 84ad650
Author: Maxim Khutornenko <ma...@apache.org>
Authored: Mon Dec 22 18:29:50 2014 -0800
Committer: -l <ma...@apache.org>
Committed: Mon Dec 22 18:29:50 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/c331bcd0/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 a2a29ff..3ae2a61 100644
--- a/src/main/python/apache/aurora/client/BUILD
+++ b/src/main/python/apache/aurora/client/BUILD
@@ -62,7 +62,6 @@ python_library(
     ':base',
     '3rdparty/python:twitter.common.app',
     'src/main/python/apache/aurora/client/hooks',
-    'src/main/python/apache/aurora/client/hooks',
     'src/main/python/apache/aurora/common:cluster',
     'src/main/python/apache/aurora/common:clusters',
   ]