summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build5-amd64
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-04-28 16:43:24 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-28 16:45:35 +0200
commit34aade9120434741cf56cea156a91ff781ffe903 (patch)
tree0bc2742a540c5e9bed199f45efca4cc51ad1c119 /hosts/profitbricks-build5-amd64
parent0018114a2da9f22cfa581961a5a3bc7043088bd6 (diff)
downloadjenkins.debian.net-34aade9120434741cf56cea156a91ff781ffe903.tar.xz
/etc/pbuilderrc: stop bind-mounting /dev/shm: pbuilder since 0.228 takes care of that
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/profitbricks-build5-amd64')
-rw-r--r--hosts/profitbricks-build5-amd64/etc/pbuilderrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilderrc b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
index f600c434..96917baf 100644
--- a/hosts/profitbricks-build5-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
@@ -29,10 +29,6 @@ APTCACHE=""
COMPRESSPROG="pigz"
BUILDPLACE=/srv/workspace/pbuilder # build in /srv/workspace, which is in tmpfs
-# there are software wanting /dev/shm writable, so give them so. There are tons
-# of bug shm related in pbuilder, that's just a workaround for all of them.
-# /run/shm is already mounted as a tmpfs by default.
-BINDMOUNTS="/dev/shm"
# set PATH to predictable values, see #780729 and #780725
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"