diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-08-24 21:25:33 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-08 19:58:24 +0200 |
commit | c2871f4aece61b939e0e6c8d7a94677fb055620a (patch) | |
tree | ee07f959cbfeb6cacbddf45ae0b1873a743838bb /branding/README.rst | |
parent | fb89df3ee609e9f3e63e0679b3635516603092b5 (diff) |
[feat] generate providers.json
Diffstat (limited to 'branding/README.rst')
-rw-r--r-- | branding/README.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/branding/README.rst b/branding/README.rst index 87d8085..7f2f16a 100644 --- a/branding/README.rst +++ b/branding/README.rst @@ -29,15 +29,14 @@ before the build. If you want to skip this check, pass `SKIP_CACHECK=yes` Run:: - PROVIDER=example make prepare + PROVIDER=example make vendor -You can also specify a custom config file:: +Then you can build the binary:: - PROVIDER=example PROVIDER_CONFIG=/path/to/vendor.conf make prepare + ./build.sh -Then you need to build the package:: - make build +* The following does not work yet! in progress ------------------ Then you can build all the packages:: |