File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/builder
55
6- GO_FILES = types.go utils .go utils_test.go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES = src tests
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/deisctl
55
6- GO_FILES = deisctl.go deisctl_test .go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES = backend client cmd config units utils
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/logger
55
6- GO_FILES = main .go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES = syslog syslogd tests
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99GO_TESTABLE_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,syslog syslogd)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/logspout
55
6- GO_FILES = attacher.go logspout .go routes.go types.go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES = utils
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/publisher
55
6- GO_FILES = main .go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES = server
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/router
55
6- GO_FILES = boot .go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES = logger tests
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/swarm
55
6- GO_FILES = swarm .go
6+ GO_FILES = $( wildcard * .go)
77GO_PACKAGES =
88GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
99
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ include ../includes.mk
33# the filepath to this repository, relative to $GOPATH/src
44repo_path = github.com/deis/deis/tests
55
6- GO_FILES = apps_test.go auth_test.go builds_test.go config_test.go integration_test.go \
7- keys_test.go limits_test.go main.go perms_test.go ps_test.go releases_test.go \
8- smoke_test.go tags_test.go
6+ GO_FILES = $(wildcard * .go)
97GO_PACKAGES = dockercli etcdutils mock utils
108GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path ) /,$(GO_PACKAGES ) )
119
You can’t perform that action at this time.
0 commit comments