aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-02-29 08:57:42 +0100
committerWladimir J. van der Laan <[email protected]>2016-02-29 08:57:45 +0100
commit18b3f1b7f62565517e5ae9f6b5d5741c3d58a562 (patch)
treefde13ae76120d09c08715bc615c6ce8ac0d0745b
parentMerge #7583: [doc] Fix typos (diff)
parentAdd missing sudo entry in gitian VM setup. (diff)
downloaddiscoin-18b3f1b7f62565517e5ae9f6b5d5741c3d58a562.tar.xz
discoin-18b3f1b7f62565517e5ae9f6b5d5741c3d58a562.zip
Merge #7619: Add missing sudo entry in gitian VM setup.
f41927e Add missing sudo entry in gitian VM setup. (BtcDrak)
-rw-r--r--doc/gitian-building.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md
index 5ca91505e..77882a1b9 100644
--- a/doc/gitian-building.md
+++ b/doc/gitian-building.md
@@ -262,6 +262,7 @@ Then set up LXC and the rest with the following, which is a complex jumble of se
# the version of lxc-start in Debian needs to run as root, so make sure
# that the build script can execute it without providing a password
echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-start" > /etc/sudoers.d/gitian-lxc
+echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-execute" >> /etc/sudoers.d/gitian-lxc
# make /etc/rc.local script that sets up bridge between guest and host
echo '#!/bin/sh -e' > /etc/rc.local
echo 'brctl addbr br0' >> /etc/rc.local