Commit e2885c3e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: run mmdebstrap using sudo



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 79810a93
......@@ -38,10 +38,10 @@ delay_start
mkdir -p $BUILDDIR/b1/mmdebstrap
mkdir -p $BUILDDIR/b2/mmdebstrap
output_echo "Running mmdebstrap $SUITE for the first run."
mmdebstrap $SUITE > $BUILDDIR/b1/mmdebstrap/${SUITE}.tar
sudo mmdebstrap $SUITE > $BUILDDIR/b1/mmdebstrap/${SUITE}.tar
output_echo "Running mmdebstrap $SUITE for the second run."
mmdebstrap $SUITE > $BUILDDIR/b2/mmdebstrap/${SUITE}.tar
sudo mmdebstrap $SUITE > $BUILDDIR/b2/mmdebstrap/${SUITE}.tar
# Run diffoscope on the images
output_echo "Calling diffoscope on the results."
......
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