summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-03 00:54:23 +0200
committerKali Kaneko <kali@leap.se>2017-10-03 02:50:15 +0200
commit12e179dafd214362aa48fdf729310f9e7c6d577f (patch)
treee56e33e83edf7a1e0923ffc8e281027e2464f932 /docs
parent93c5426f7979ab20202ec5cc0c81c805103a4439 (diff)
[pkg] pin pyinstaller version
Also, allow to pass a different repo to the build-in-docker script. - Resolves: #9089
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/index.rst5
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>`.