summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-09-30 14:37:50 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:28 +0200
commit6a1c90a260c44cb27ba14a70cc5dd23189822832 (patch)
treed7634e0c105b5a8686ac2f47ba5fb57ed4725601 /Makefile
parentd641b7a63e2b2dab56c7da3bb3b6e6bcd3daefd4 (diff)
[feat] make vendor_init to create independent repo
this starts a stub for refactoring the authentication process, leading to keep an external repo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e15ae8..d3bc7fc 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,16 @@ build_all_providers:
# packaging templates
#########################################################################
+vendor_init:
+ @./branding/scripts/init
+ # TODO we should do the prepare step here, store it in VENDOR_PATH
+
+vendor_check:
+ @./branding/scripts/check
+ # TODO move ca-check here
+
vendor: gen_providers_json
+ # TODO merge with prepare, after moving the gen_pkg to vendor_init
gen_providers_json:
@python3 branding/scripts/gen-providers-json.py branding/config/vendor.conf gui/providers/providers.json