diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-18 12:13:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-18 12:13:01 +0100 |
commit | 3a85d7d30707cb05567235b537dc049801f5d28f (patch) | |
tree | ab4960c9e7f6ef227979d3cab9c3d4b2af488bb3 /etc/pbuilderrc | |
parent | 30b685340b762ca566e785cd5e0e8c6e867a86df (diff) | |
download | jenkins.debian.net-3a85d7d30707cb05567235b537dc049801f5d28f.tar.xz |
move another FIXME into TODO
Diffstat (limited to 'etc/pbuilderrc')
-rw-r--r-- | etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pbuilderrc b/etc/pbuilderrc index b21c5b7f..964c7cad 100644 --- a/etc/pbuilderrc +++ b/etc/pbuilderrc @@ -9,5 +9,5 @@ EXTRAPACKAGES="fakeroot" APTCACHE="" export http_proxy="http://localhost:3128" COMPRESSPROG="pigz" -# FIXME: remove /run/shm bindmount once we are running jessie - this is a workaround for #700591 +# remove /run/shm bindmount once we are running jessie - this is a workaround for #700591 BINDMOUNTS="$BINDMOUNTS /run/shm /dev/shm" |