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
2ecb9c31
Commit
2ecb9c31
authored
Aug 26, 2022
by
Holger Levsen
Browse files
reproducible Debian: fix builddir related stuff for mmdebstrap job
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1a4bf7a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_mmdebstrap.sh
View file @
2ecb9c31
...
@@ -35,7 +35,8 @@ trap cleanup INT TERM EXIT
...
@@ -35,7 +35,8 @@ trap cleanup INT TERM EXIT
delay_start
delay_start
# Actual run mmdebstrap twice
# Actual run mmdebstrap twice
mkdir
$BUILDDIR
/b1
$BUILDDIR
/b2
mkdir
-p
$BUILDDIR
/b1/mmdebstrap
mkdir
-p
$BUILDDIR
/b2/mmdebstrap
output_echo
"Running mmdebstrap
$SUITE
for the first run."
output_echo
"Running mmdebstrap
$SUITE
for the first run."
mmdebstrap
$SUITE
>
$BUILDDIR
/b1/mmdebstrap/
${
SUITE
}
.tar
mmdebstrap
$SUITE
>
$BUILDDIR
/b1/mmdebstrap/
${
SUITE
}
.tar
...
...
hosts/common/etc/sudoers.d/jenkins
View file @
2ecb9c31
...
@@ -23,6 +23,7 @@ jenkins ALL= \
...
@@ -23,6 +23,7 @@ jenkins ALL= \
/bin/rm -rf --one-file-system /schroots/*, \
/bin/rm -rf --one-file-system /schroots/*, \
/bin/rm -rf --one-file-system /srv/workspace/pbuilder/*, \
/bin/rm -rf --one-file-system /srv/workspace/pbuilder/*, \
/bin/rm -rf --one-file-system /srv/workspace/live-build*, \
/bin/rm -rf --one-file-system /srv/workspace/live-build*, \
/bin/rm -rf --one-file-system /srv/workspace/mmdebstrap*, \
/bin/rm -rf --one-file-system /var/lib/sbuild/build/*, \
/bin/rm -rf --one-file-system /var/lib/sbuild/build/*, \
/bin/rm -rf --one-file-system /var/lib/schroot/union/*, \
/bin/rm -rf --one-file-system /var/lib/schroot/union/*, \
/bin/rm -rf --one-file-system /tmp/*, \
/bin/rm -rf --one-file-system /tmp/*, \
...
...
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