File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,13 @@ endef
5454
5555# due to scheduling problems with fleet 0.2.0, start order of components
5656# is fragile. hopefully this can be changed soon...
57- ALL_COMPONENTS =builder cache controller database logger registry
57+ COMPONENTS =builder cache controller database logger registry
58+ ALL_COMPONENTS =$(COMPONENTS ) router
5859START_COMPONENTS =registry logger cache database
5960
60- ALL_UNITS = $(foreach C, $(ALL_COMPONENTS ) , $(wildcard $(C ) /systemd/* ) )
61+ ALL_UNITS = $(foreach C, $(COMPONENTS ) , $(wildcard $(C ) /systemd/* ) )
6162START_UNITS = $(foreach C, $(START_COMPONENTS ) , $(wildcard $(C ) /systemd/* ) )
62- ROUTER_UNITS = $(shell seq -f "deis-router.% g" -s " " $(DEIS_FIRST_ROUTER ) 1 $(DEIS_LAST_ROUTER ) )
63+ ROUTER_UNITS = $(shell seq -f "deis-router.% g.service " -s " " $(DEIS_FIRST_ROUTER ) 1 $(DEIS_LAST_ROUTER ) )
6364
6465all : build run
6566
You can’t perform that action at this time.
0 commit comments