summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_schroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_setup_schroot.sh')
-rwxr-xr-xbin/reproducible_setup_schroot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh
index 41dc2354..1b45fc78 100755
--- a/bin/reproducible_setup_schroot.sh
+++ b/bin/reproducible_setup_schroot.sh
@@ -54,10 +54,12 @@ bootstrap() {
sudo chroot $CHROOT_TARGET apt-get update
if [ -n "$1" ] ; then
+ set -x
sudo chroot $CHROOT_TARGET apt-get update
# install debbindiff with all recommends...
#sudo chroot $CHROOT_TARGET apt-get install -y --no-install-recommends "$@"
sudo chroot $CHROOT_TARGET apt-get install -y "$@"
+ if ! $DEBUG ; then set +x ; fi
else
# schroot is used to download sources, so add our repo too
echo 'deb-src http://reproducible.alioth.debian.org/debian/ ./' > /etc/apt/sources.list.d/reproducible.list