-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update guide for SecureDrop 1.7.1; bump docs version #142
Conversation
Because this bumps the docs version, I've marked it as draft; it can be approved now, but should only be merged when the 1.7.1 release is live (merging will just show this change on |
This is mainly for future reference.
Immediately Apply a SecureDrop Update | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
SecureDrop will update and reboot once per day. However, if after a SecureDrop | ||
update `is announced`_ you wish to fetch the update immediately, you can SSH | ||
into each server and run: | ||
into each server (via ``ssh app`` and ``ssh mon``) and run: | ||
|
||
.. code:: sh | ||
|
||
sudo cron-apt -i -s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a side note, these switches are undocumented (not in man page, help output, or README). Since we're deprecating cron-apt, not fleshing this out any further, but just in case of any support questions about it:
-i
: Run immediately
-s
: Print to stdout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on diff review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Confirmed the apply-immediately links work as expected in a local docs build. 👍
Status
Ready for review
Description of Changes
Checklist (Optional)
make docs-lint
) passed locallymake docs-linkcheck
) passedmake docs
) docs at http://localhost:8000