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
535b34bd
Commit
535b34bd
authored
Aug 29, 2022
by
Holger Levsen
Browse files
reproducible Debian: refactoring
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
c9d5e862
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_debstrap.sh
View file @
535b34bd
...
@@ -40,11 +40,24 @@ delay_start
...
@@ -40,11 +40,24 @@ delay_start
# Actual run ${TOOL} twice
# Actual run ${TOOL} twice
mkdir
-p
$BUILDDIR
/b1/
${
TOOL
}
mkdir
-p
$BUILDDIR
/b1/
${
TOOL
}
mkdir
-p
$BUILDDIR
/b2/
${
TOOL
}
mkdir
-p
$BUILDDIR
/b2/
${
TOOL
}
output_echo
"Verbosely running
${
TOOL
}
$SUITE
for the first run."
output_echo
"Verbosely running
${
TOOL
}
$SUITE
for the first run."
sudo
${
TOOL
}
-v
$SUITE
>
$BUILDDIR
/b1/
${
TOOL
}
/
${
SUITE
}
.tar
case
${
TOOL
}
in
mmdebstrap
)
sudo
${
TOOL
}
-v
$SUITE
>
$BUILDDIR
/b1/
${
TOOL
}
/
${
SUITE
}
.tar
;;
*
)
echo
"Failure:
${
TOOL
}
is unsupported."
exit
1
;;
esac
output_echo
"Running
${
TOOL
}
$SUITE
for the second run."
output_echo
"Running
${
TOOL
}
$SUITE
for the second run."
sudo
${
TOOL
}
$SUITE
>
$BUILDDIR
/b2/
${
TOOL
}
/
${
SUITE
}
.tar
case
${
TOOL
}
in
mmdebstrap
)
sudo
${
TOOL
}
$SUITE
>
$BUILDDIR
/b2/
${
TOOL
}
/
${
SUITE
}
.tar
;;
*
)
echo
"Failure:
${
TOOL
}
is unsupported."
exit
1
;;
esac
output_echo
"Done running
${
TOOL
}
twice."
output_echo
"Done running
${
TOOL
}
twice."
...
...
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