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:
Stefan Allius
2024-12-15 17:16:26 +01:00
committed by GitHub
parent 8731d1bae3
commit 3bb360d359
11 changed files with 167 additions and 134 deletions

View File

@@ -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