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
ac05d656
Commit
ac05d656
authored
Aug 26, 2022
by
Holger Levsen
Browse files
reproducible Debian: mmdebstrap jobs: only use -v for the first mmdebstrap run
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1333cb55
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_mmdebstrap.sh
View file @
ac05d656
...
...
@@ -39,13 +39,13 @@ delay_start
# Actual run mmdebstrap twice
mkdir
-p
$BUILDDIR
/b1/mmdebstrap
mkdir
-p
$BUILDDIR
/b2/mmdebstrap
output_echo
"
R
unning mmdebstrap
$SUITE
for the first run."
output_echo
"
Verbosely r
unning mmdebstrap
$SUITE
for the first run."
sudo
mmdebstrap
-v
$SUITE
>
$BUILDDIR
/b1/mmdebstrap/
${
SUITE
}
.tar
output_echo
"Running mmdebstrap
$SUITE
for the second run."
sudo
mmdebstrap
-v
$SUITE
>
$BUILDDIR
/b2/mmdebstrap/
${
SUITE
}
.tar
sudo
mmdebstrap
-v
$SUITE
$BUILDDIR
/b2/mmdebstrap/
${
SUITE
}
.tar
output_echo
"Done running mmdebstrap."
output_echo
"Done running mmdebstrap
twice
."
# show sha256sum results
mv
$BUILDDIR
/b1
$BUILDDIR
/b2
$RESULTSDIR
/ 1>/dev/null
...
...
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