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
145e0663
Commit
145e0663
authored
Aug 29, 2022
by
Holger Levsen
Browse files
reproducible Debian: refactoring
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
297b9827
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_debstrap.sh
View file @
145e0663
...
@@ -38,8 +38,6 @@ trap cleanup INT TERM EXIT
...
@@ -38,8 +38,6 @@ trap cleanup INT TERM EXIT
delay_start
delay_start
# Actual run ${TOOL} twice
# Actual run ${TOOL} twice
mkdir
-p
$BUILDDIR
/b1/
${
TOOL
}
mkdir
-p
$BUILDDIR
/b2/
${
TOOL
}
for
LOOP
in
"first"
"second"
;
do
for
LOOP
in
"first"
"second"
;
do
case
$LOOP
in
case
$LOOP
in
first
)
SUBDIR
=
b1
first
)
SUBDIR
=
b1
...
@@ -55,6 +53,7 @@ for LOOP in "first" "second" ; do
...
@@ -55,6 +53,7 @@ for LOOP in "first" "second" ; do
;;
;;
esac
esac
output_echo
"
$ACTION
${
TOOL
}
$SUITE
for the
$LOOP
run."
output_echo
"
$ACTION
${
TOOL
}
$SUITE
for the
$LOOP
run."
mkdir
-p
$BUILDDIR
/
$SUBDIR
/
${
TOOL
}
case
${
TOOL
}
in
case
${
TOOL
}
in
mmdebstrap
)
sudo
$REALTOOL
$SUITE
>
$BUILDDIR
/
$SUBDIR
/
${
TOOL
}
/
${
SUITE
}
.tar
mmdebstrap
)
sudo
$REALTOOL
$SUITE
>
$BUILDDIR
/
$SUBDIR
/
${
TOOL
}
/
${
SUITE
}
.tar
;;
;;
...
...
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