Remove Olympus code (#779)

* Remove nolonger used moniker package

Usage was removed in 97d8013

* Remove reference to Zeus

Use name Proxy for now.

* Remove Olympus code

See github issue #777

* Remove Olympus related vendor modules

* Mention Olympus removal in docs

* Add note about no registries existing

* Remove eventlog

* Update docs for Olympus removal
This commit is contained in:
Henry Jenkins
2018-10-22 19:52:02 +01:00
committed by Aaron Schlesinger
parent 7b657366d1
commit 532e93e119
201 changed files with 59 additions and 24847 deletions
-2
View File
@@ -1,7 +1,6 @@
.PHONY: build
build:
cd cmd/proxy && buffalo build
cd cmd/olympus && buffalo build
.PHONY: run
run: build
@@ -26,7 +25,6 @@ verify:
.PHONY: test
test:
cd cmd/proxy && buffalo test
cd cmd/olympus && buffalo test
.PHONY: test-unit
test-unit: