Removing GC executor code. Bugs closed: AURORA-1333
Reviewed at https://reviews.apache.org/r/35813/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/6bd5279d Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/6bd5279d Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/6bd5279d Branch: refs/heads/master Commit: 6bd5279d453f3b40ae3ee4b391763ed5c64a6999 Parents: 18cfef0 Author: Maxim Khutornenko <[email protected]> Authored: Thu Jun 25 13:49:15 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Tue Aug 4 14:07:42 2015 -0700 ---------------------------------------------------------------------- debian/aurora-executor.install | 1 - debian/rules | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/6bd5279d/debian/aurora-executor.install ---------------------------------------------------------------------- diff --git a/debian/aurora-executor.install b/debian/aurora-executor.install index 8efb130..5d0d1f7 100644 --- a/debian/aurora-executor.install +++ b/debian/aurora-executor.install @@ -1,4 +1,3 @@ -dist/gc_executor.pex /usr/share/aurora/bin dist/thermos_executor.pex /usr/share/aurora/bin dist/thermos_observer.pex /usr/share/aurora/bin dist/thermos.pex /usr/share/aurora/bin http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/6bd5279d/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index 6ba18ce..db0f14e 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,6 @@ __pants_build: mkdir -p third_party $(pants) binary src/main/python/apache/aurora/admin:kaurora_admin $(pants) binary src/main/python/apache/aurora/client/cli:kaurora - $(pants) binary src/main/python/apache/aurora/executor/bin:gc_executor $(pants) binary src/main/python/apache/aurora/executor/bin:thermos_executor $(pants) binary src/main/python/apache/thermos/cli/bin:thermos $(pants) binary src/main/python/apache/thermos/bin:thermos_runner
