You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2014/01/10 23:10:37 UTC

git commit: Change name of client console script to aurora.

Updated Branches:
  refs/heads/master c98b3a537 -> 12ef609cd


Change name of client console script to aurora.

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


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

Branch: refs/heads/master
Commit: 12ef609cde4af4d008b20f9b8dbc518aef994a5e
Parents: c98b3a5
Author: Kevin Sweeney <ke...@apache.org>
Authored: Fri Jan 10 14:10:07 2014 -0800
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Fri Jan 10 14:10:07 2014 -0800

----------------------------------------------------------------------
 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/12ef609c/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 5102970..6d617a1 100644
--- a/src/main/python/apache/aurora/client/BUILD
+++ b/src/main/python/apache/aurora/client/BUILD
@@ -73,6 +73,6 @@ python_library(
     version = open(os.path.join(get_buildroot(), '.auroraversion')).read().strip().lower(),
   ).with_binaries(
     aurora_admin = pants('src/main/python/apache/aurora/client/bin:aurora_admin'),
-    aurora_client = pants('src/main/python/apache/aurora/client/bin:aurora_client'),
+    aurora = pants('src/main/python/apache/aurora/client/bin:aurora_client'),
   )
 )