diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-08 19:26:51 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-08 19:27:02 +0100 |
commit | 1a664736fece03a36cc3926fd6f114c811c394ab (patch) | |
tree | 0c74dbd432fea25c7c556a36cd11b467f810a802 | |
parent | 7e1482019ae782be690f4ff30cca6ec8a186d1e5 (diff) |
[docs] fix typo in bundles link
also, move the bash script to automate bundle testing from a gist to
bitmask repo itself.
-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 |