Skip to content

Commit

Permalink
Merge pull request #3757 from freedomofpress/docs-tails-3.9-install-once
Browse files Browse the repository at this point in the history
Docs - Tails apt persistence not needed for securedrop-admin
  • Loading branch information
redshiftzero authored Aug 30, 2018
2 parents 0aefd0b + efcc1f0 commit 91ef65a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
10 changes: 7 additions & 3 deletions devops/scripts/combine-junit-test-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ set -e
# but let's be certain.
mkdir -p junit

# Combine tests for export as artifacts. There are at least two XML files,
# one from the application tests, and another from the config tests.
./devops/scripts/combine-junit.py ./*results.xml > ./junit/junit.xml
if [[ "${CIRCLE_BRANCH}" != docs-* ]]; then
# Combine tests for export as artifacts. There are at least two XML files,
# one from the application tests, and another from the config tests.
./devops/scripts/combine-junit.py ./*results.xml > ./junit/junit.xml
else
echo Not running on docs branch...
fi
Binary file added docs/images/tails-install-once-or-every-time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ command:
The package installation will take approximately 10 minutes, depending
on network speed and computing power.

.. note:: On Tails 3.9 or later, the apt persistence feature will prompt
to install the package automatically from persistent storage on
each boot. These apt packages don't need to persist, click on
`Install Only Once`:

|Tails Apt Persistence|

.. note:: Occasionally this command times out due to network latency issues. You
should be able to re-run the command and complete the setup. If you
run into a problem, try removing the
Expand Down Expand Up @@ -176,3 +183,5 @@ Service will be available in the following files under
The dynamic inventory file will automatically read the Onion URLs
from the ``app-ssh-aths`` and ``mon-ssh-aths`` files and use them to connect
to the servers over SSH during subsequent playbook runs.

.. |Tails Apt Persistence| image:: images/tails-install-once-or-every-time.png

0 comments on commit 91ef65a

Please sign in to comment.