chiark / gitweb /
build: `apt-get purge sudo` after using it for sudo= build field
authorHans-Christoph Steiner <hans@eds.org>
Thu, 7 Dec 2017 21:26:13 +0000 (22:26 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 11 Dec 2017 21:11:16 +0000 (22:11 +0100)
commitbb758d3f00ba976fcf955928492f517e4b94685b
tree6e37baa5ef750ad798cd85bc1a80dd9c41f6fda2
parent4af8f196e349f0660b2401e679f052c6c9dd532b
build: `apt-get purge sudo` after using it for sudo= build field

Once `sudo` has been used to execute the commands in sudo=, then it should
be removed from the build VM.  That prevents any other part of the build
from using sudo.  That means that all commands run with `sudo` must be
committed to fdroiddata.git, making them very visible.

closes #424
fdroidserver/build.py