From 12e179dafd214362aa48fdf729310f9e7c6d577f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 3 Oct 2017 00:54:23 +0200 Subject: [pkg] pin pyinstaller version Also, allow to pass a different repo to the build-in-docker script. - Resolves: #9089 --- docs/installation/index.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 `. -- cgit v1.2.3