diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/index.rst | 4 | ||||
-rw-r--r-- | docs/testing/latest-bundle-xenial | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst index d619d6e..d3b7ebd 100644 --- a/docs/testing/index.rst +++ b/docs/testing/index.rst @@ -7,7 +7,7 @@ Testing and Reporting ================================ -`Latest bundles` for the next release cycle are automatically built by our +`Latest bundles`_ for the next release cycle are automatically built by our Gitlab CI for every commit in master. NOTE that, for compatibility reasons, these bundles only support email for the @@ -63,4 +63,4 @@ Xenial live image testing Pasting the following lines in a terminal will help you testing the latest bundle from inside a live image in xenial:: - curl https://gist.githubusercontent.com/kalikaneko/46bc2452f4ffc0c27d028d02625252aa/raw/41019f8c695086965465c559bd1751778275b78c/bitmask-in-ubuntu-live.sh | bash + curl https://0xacab.org/leap/bitmask-dev/raw/master/docs/testing/latest-bundle-xenial | bash diff --git a/docs/testing/latest-bundle-xenial b/docs/testing/latest-bundle-xenial new file mode 100644 index 0000000..56d0be6 --- /dev/null +++ b/docs/testing/latest-bundle-xenial @@ -0,0 +1,12 @@ +# Test latest Bitmask bundle in Ubuntu Live (xenial) +sudo add-apt-repository universe +sudo add-apt-repository multiverse +sudo apt update +sudo apt install haveged + +rm -rf bitmask-latest.zip dist/ +wget https://0xacab.org/leap/bitmask-dev/builds/artifacts/master/download?job=bitmask_latest_bundle -O bitmask-latest.zip +unzip bitmask-latest.zip +cd dist +cd `ls` +./bitmask
\ No newline at end of file |