238 ha addon repository check (#244)
* move Makefile and bake file into parent folder * build config.yaml from template * use Makefile instead of build shell script * ignore temporary or created files * add rules for building the add-on repository * add rel version of add-on * add jinja2-cli
This commit is contained in:
8
Makefile
8
Makefile
@@ -4,7 +4,11 @@
|
||||
# $(MAKE) -C app $@
|
||||
|
||||
clean build:
|
||||
$(MAKE) -C ha_addons/ha_addon $@
|
||||
$(MAKE) -C ha_addons $@
|
||||
|
||||
addon-dev addon-debug addon-rc:
|
||||
$(MAKE) -C ha_addons/ha_addon $(patsubst addon-%,%,$@)
|
||||
$(MAKE) -C ha_addons $(patsubst addon-%,%,$@)
|
||||
|
||||
check-docker-compose:
|
||||
docker-compose config -q
|
||||
|
||||
|
||||
Reference in New Issue
Block a user