Commit 145e0663 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: refactoring



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 297b9827
...@@ -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
;; ;;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment