diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-03 00:54:23 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-03 02:50:15 +0200 |
commit | 12e179dafd214362aa48fdf729310f9e7c6d577f (patch) | |
tree | e56e33e83edf7a1e0923ffc8e281027e2464f932 /docs/installation/index.rst | |
parent | 93c5426f7979ab20202ec5cc0c81c805103a4439 (diff) |
[pkg] pin pyinstaller version
Also, allow to pass a different repo to the build-in-docker script.
- Resolves: #9089
Diffstat (limited to 'docs/installation/index.rst')
-rw-r--r-- | docs/installation/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 39efb568..e237aaad 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -78,6 +78,11 @@ and then you can launch the above script inside that container:: make bundle_in_docker +That will build the latest from master. If you're interested in building some +development branch, you can pass some extra variables:: + + make bundle_in_docker REPO=https://0xacab.org/kali/bitmask-dev BRANCH=somethingcool + A new bundle is created by the CI for every commit using this procedure involving docker, you can read more about the bundles in the :ref:`qa section <qa>`. |