-
Notifications
You must be signed in to change notification settings - Fork 46
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
Optimize Fedora Template updates #486
Conversation
In lieu of requiring a workstation reboot, this tradeoff will ensure that reboots are not required every time the workstation is used. The tradeoff is that the network will be temporarily interrupted.
This will ensure the tor circuit is rebuilt and functional after those reboots
Due to the rapid update cycle, we should assume updates are required to reduce the need to start the VM to check for updates
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.
I first downgraded salt packages as described in #485 and then ran through the test plan here. All works as advertised and these changes make sense to me. A couple minor comments inline
Holding off on merge for a bit since @conorsch mentioned he also wanted to take a look at this pre-merge |
Nothing to add, diff looks grand, all review comments addressed. 👍 |
…izations Optimize Fedora Template updates
Status
Ready for review
Description of Changes
Towards #459
Testing
make clone
andmake prep-dom0
~/.securedrop_launcher/sdw-update-status
if required)dnf downgrade zlib
infedora-30
to trigger updates)~/.securedrop_launcher/sdw-update-status
Checklist
If you have made code changes
make flake8
) passes in the development environment (this box maybe left unchecked, as
flake8
also runs in CI)