Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
e4eec52c
Commit
e4eec52c
authored
Aug 29, 2015
by
Holger Levsen
Browse files
reproducible: bindmount /dev/fuse for the 2nd build using disorderfs
parent
5a942465
Changes
1
Hide whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/pbuilderrc
View file @
e4eec52c
...
...
@@ -23,8 +23,9 @@ BINDMOUNTS="$BINDMOUNTS /sys /dev/shm"
# set PATH to predictable values, see #780729 and #780725
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
# used
on
reproducible builds
# used
for
reproducible builds
tests, when doing the 2nd build
if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path"
BINDMOUNTS="$BINDMOUNTS /dev/fuse"
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment