Skip to content

Commit

Permalink
Remove dependency on go-common.git
Browse files Browse the repository at this point in the history
Summary:
All uber internal code and executables are moved to uber-minions repo.
We also take a dependency on Tally instead of go-common metrics.
This is important for open sourcing purposes.

Test Plan: Build, UT passing

Reviewers: samar, sivakk

Reviewed By: sivakk

Differential Revision: https://code.uberinternal.com/D675365
  • Loading branch information
Tamer Eldeeb committed Dec 20, 2016
1 parent 75af57b commit 983b8d7
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 1,433 deletions.
24 changes: 1 addition & 23 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,12 @@ THRIFT_SRCS = idl/code.uber.internal/devexp/minions/minions.thrift \
idl/code.uber.internal/devexp/minions/matching.thrift \

# list all executables
PROGS = minions \
cmd/stress/stress \
cmd/demo/demo \
PROGS = minions

minions: main.go \
$(wildcard config/*.go) \
$(wildcard service/*.go) \

cmd/stress/stress: cmd/stress/main.go \
$(wildcard health/driver/*.go) \
$(wildcard health/stress/*.go) \
$(wildcard test/flow/*.go) \
$(wildcard test/workflow/*.go) \
$(wildcard common/*.go) \
$(wildcard common/**/*.go) \
$(wildcard workflow/*.go) \
$(wildcard persistence/*.go) \
$(wildcard store/*.go) \

cmd/demo/demo: cmd/demo/*.go \
$(wildcard test/flow/*.go) \
$(wildcard test/workflow/*.go) \
$(wildcard common/*.go) \
$(wildcard common/**/*.go) \
$(wildcard workflow/*.go) \
$(wildcard persistence/*.go) \
$(wildcard store/*.go) \

-include go-build/rules.mk

go-build/rules.mk:
Expand Down
11 changes: 0 additions & 11 deletions cmd/demo/greetingsPlain.go

This file was deleted.

75 changes: 0 additions & 75 deletions cmd/demo/greetingsWorkflow.go

This file was deleted.

269 changes: 0 additions & 269 deletions cmd/demo/main.go

This file was deleted.

Loading

0 comments on commit 983b8d7

Please sign in to comment.