Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqvm-features-request whonix-gw=1 / anon-gateway tag / sdwdate-gui-qubes / review /etc/qubes/post-install.d/30-whonix-ws.sh #4080
Comments
andrewdavidwong
added
task
C: Whonix
C: core
labels
Jul 14, 2018
andrewdavidwong
added this to the Release 4.1 milestone
Jul 14, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 15, 2018
Member
Should /etc/qubes/post-install.d/30-whonix-ws.sh have errtrace (set -e)? I.e. should it exit non-zero and therefore break apt when it fails? Better not?
Better not.
Any other changes required? https://github.com/QubesOS/qubes-core-admin-addon-whonix/blob/master/qubeswhonix/__init__.py needs some if 'whonix-gw' in template.features: above if 'whonix-ws' in template.features: to add the anon-gateway tag but that's about all?
Yes, I'm on it.
Better not.
Yes, I'm on it. |
added a commit
to marmarek/qubes-core-admin-addon-whonix
that referenced
this issue
Jul 15, 2018
added a commit
to marmarek/qubes-core-admin-addon-whonix
that referenced
this issue
Jul 15, 2018
added a commit
to marmarek/qubes-core-admin-addon-whonix
that referenced
this issue
Jul 15, 2018
marmarek
referenced this issue
in QubesOS/qubes-core-admin-addon-whonix
Jul 15, 2018
Merged
Add 'whonix-gw' feature handling #1
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
closed this
in
marmarek/qubes-core-admin-addon-whonix@6937b32
Jul 15, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 15, 2018
Automated announcement from builder-github
The package qubes-core-admin-addon-whonix-4.0.1-1.fc25 has been pushed to the r4.0 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
qubesos-bot
commented
Jul 15, 2018
|
Automated announcement from builder-github The package
|
adrelanos commentedJul 14, 2018
Added
qvm-features-request whonix-gw=1.Whonix/qubes-whonix@436a278
Required for sdwdate-gui-qubes.
Should
/etc/qubes/post-install.d/30-whonix-ws.shhaveerrtrace(set -e)? I.e. should itexitnon-zero and therefore break apt when it fails? Better not?Any other changes required? https://github.com/QubesOS/qubes-core-admin-addon-whonix/blob/master/qubeswhonix/__init__.py needs some
if 'whonix-gw' in template.features:aboveif 'whonix-ws' in template.features:to add theanon-gatewaytag but that's about all?Related: