summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_setup.sh')
-rwxr-xr-xbin/reproducible_setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh
index d7256630..d2004120 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -42,6 +42,8 @@ apt-get update
apt-get install -y dpkg dpkg-dev debhelper dh-python discount
echo
dpkg -l
+echo
+for i in \$(dpkg -l |grep ^ii |awk -F' ' '{print $2}'); do apt-cache madison "\$i" | head -1 | grep reproducible.alioth.debian.org ; done
EOF
sudo rm /var/cache/pbuilder/base-reproducible.tgz || true