summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-03 10:59:27 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-03 10:59:27 +0200
commite1ff67b6eb0c2ad2cb127ee1db1809fcacd1fef3 (patch)
treea6417b0c6b51e6b09eb54a5061fdf6216f8eb6ad /etc
parent5e5d1d0600e639f4da6a94c591aeca22e34c8abf (diff)
downloadjenkins.debian.net-e1ff67b6eb0c2ad2cb127ee1db1809fcacd1fef3.tar.xz
reproducible: debbindiff needs /dev/shm access, see https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
Diffstat (limited to 'etc')
-rw-r--r--etc/schroot/default/fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/schroot/default/fstab b/etc/schroot/default/fstab
index 082a0b64..a7940712 100644
--- a/etc/schroot/default/fstab
+++ b/etc/schroot/default/fstab
@@ -20,5 +20,5 @@
# killing services on the host.
#/run /run none rw,bind 0 0
#/run/lock /run/lock none rw,bind 0 0
-#/dev/shm /dev/shm none rw,bind 0 0
+/dev/shm /dev/shm none rw,bind 0 0
#/run/shm /run/shm none rw,bind 0 0