deeplow
deeplow
Could this be a duplicate of #127 ?
I can help translating / improving the current presentations. For reference here are Tor Project's resources: * [Training resources](https://community.torproject.org/training/resources/) * [Outreach resources](https://community.torproject.org/outreach/)
> One issue if we do this is that the template will be re-downloaded [whenever we run the updater](https://github.com/freedomofpress/securedrop-workstation/blob/bd0622c91b4aa174fb503d26b6096d451312f7fe/sdw_updater/Updater.py#L380), until your updater changes are in of course :) Totally. Even...
@rocodes said [on another thread](https://github.com/freedomofpress/securedrop-workstation/pull/979#issuecomment-2098525340): > Note from conversation: Early testers will have to patch /usr/lib/python3.11/site-packages/vmupdate/qube_connection.py per https://github.com/QubesOS/qubes-core-admin-linux/commit/61b4dc73c50941056d7ca7c615a0af79d035e7ae
> I'm planning to try to test/reproduce/look at the following common conditions: That makes sense. I have added some more detail on how to test. Tbh it has been quite...
@rocodes I think CI may not be running the launcher tests. It does run [make test](https://github.com/freedomofpress/securedrop-workstation-ci/blob/45ff674618c863109ec2121f597bd716b09fe1b0/dom0/runner.py#L190) but as far as I am aware that does not include the launcher tests...
That makes sense. Though we may need to revisit that if we add integration tests with the Qubes updater.
@zenmonkeykstop it turns out that the Qubes GUI Updater is using an undocumented progress flag. So I've basically mirrored the functionality to obtain progress. I haven't fixed the tests yet...
Thanks for taking a look @micahflee! > Notes: I set sys-firewall's netvm to none to test this. The updater did inform a failure, though it doesn't give details about which...
Took a peek [at the code](https://github.com/QubesOS/qubes-core-admin-linux/blob/a954e6595948aad7cf33f450d6144da40461230e/vmupdate/agent/source/apt/apt_cli.py#L78). It seems that the updater runs `apt-get dist-upgrade` by default (as opposed to `apt-get upgrade`). @legoktm debian question: can you confirm if `dist-upgrade` does...