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
9fc197e9
Commit
9fc197e9
authored
Aug 29, 2015
by
Holger Levsen
Browse files
reproducible: mkdir+rmdir mountpoint correctly
parent
9abe0176
Changes
3
Hide whitespace changes
Inline
Side-by-side
hosts/jenkins/etc/pbuilder/rebuild-hooks/B01_cleanup
View file @
9fc197e9
...
...
@@ -8,5 +8,6 @@ set -e
# cease using disorderfs
if
[
-d
/tmp/disorderfs
]
;
then
su pbuilder2
-c
'fusermount -u /tmp/buildd'
rmdir
/tmp/buildd
mv
/tmp/disorderfs /tmp/buildd
fi
hosts/jenkins/etc/pbuilder/rebuild-hooks/C01_cleanup
View file @
9fc197e9
...
...
@@ -8,5 +8,6 @@ set -e
# cease using disorderfs
if
[
-d
/tmp/disorderfs
]
;
then
su pbuilder2
-c
'fusermount -u /tmp/buildd'
rmdir
/tmp/buildd
mv
/tmp/disorderfs /tmp/buildd
fi
hosts/jenkins/etc/pbuilder/rebuild-hooks/D01_modify_environment
View file @
9fc197e9
...
...
@@ -16,6 +16,7 @@ export CAPTURE_ENVIRONMENT="I capture the environment"
if
[
-x
/usr/bin/disorderfs
]
;
then
mknod
-m
666 /dev/fuse c 10 229
mv
/tmp/buildd /tmp/disorderfs
mkdir
/tmp/buildd
su pbuilder2
-c
'disorderfs /tmp/disorderfs /tmp/buildd'
else
echo
"Warning: disorderfs not available."
...
...
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