From f9c5727ddc74b9ee3bb95225c30f57c7aeb14806 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 7 Jan 2024 18:33:34 +0100 Subject: [mod] get rid of ./utils/brand.env and its workflow All the environments defined in ./utils/brand.env are generated on the fly, so there is no longer a need to define the brand environment in this file and all the workflows to handle this file. Signed-off-by: Markus Heiser --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbed8a512..fa0753fff 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ test.shell: $(Q)shellcheck -x -s dash \ dockerfiles/docker-entrypoint.sh $(Q)shellcheck -x -s bash \ - utils/brand.env \ + utils/brand.sh \ $(MTOOLS) \ utils/lib.sh \ utils/lib_sxng*.sh \ @@ -74,7 +74,6 @@ test.shell: # wrap ./manage script -MANAGE += buildenv MANAGE += weblate.translations.commit weblate.push.translations MANAGE += data.all data.traits data.useragents MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean -- cgit v1.2.3