diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-30 14:37:50 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:28 +0200 |
commit | 6a1c90a260c44cb27ba14a70cc5dd23189822832 (patch) | |
tree | d7634e0c105b5a8686ac2f47ba5fb57ed4725601 /Makefile | |
parent | d641b7a63e2b2dab56c7da3bb3b6e6bcd3daefd4 (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-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |