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
3a50809e
Commit
3a50809e
authored
Aug 29, 2015
by
Holger Levsen
Browse files
reproducible: simply 'mknod /dev/fuse' before using it, thanks Andrew
parent
a2423ddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment
View file @
3a50809e
...
...
@@ -13,8 +13,8 @@ echo "I: Adding a custom variable just for the fun of it..." >&2
export
CAPTURE_ENVIRONMENT
=
"I capture the environment"
# use disorderfs, mount it as user
exit
0
if
[
-x
/usr/bin/disorderfs
]
;
then
mknod
-m
666 /dev/fuse c 10 229
mv
/tmp/buildd /tmp/disorderfs
sudo
-u
pbuilder2 disorderfs /tmp/disorderfs /tmp/buildd
else
...
...
hosts/jenkins/etc/pbuilderrc
View file @
3a50809e
...
...
@@ -26,6 +26,5 @@ PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
# 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"
#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