summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-01 19:36:14 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-01 19:37:33 +0200
commit7b63623fb6ce4aa4bc0edbf399f6d65a71c3efe6 (patch)
tree6db0008d20fe64b80cfd597f27c93e3467e9bee3 /bin/reproducible_setup.sh
parentbd23be9a30840233e5355f2f0a3fe77138cdd9da (diff)
downloadjenkins.debian.net-7b63623fb6ce4aa4bc0edbf399f6d65a71c3efe6.tar.xz
reproducible: show installed packages in base-reproducible.tgz
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 25570c7f..4c08af2c 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -12,6 +12,8 @@ echo 'deb http://reproducible.alioth.debian.org/debian/ ./' > /etc/apt/sources.l
apt-get update
echo "Warning: Usage of --force-yes to override the apt authentication warning. Don't do this."
apt-get install --force-yes -y dpkg dpkg-dev debhelper dh-python discount
+echo
+dpkg -l
EOF
sudo rm /var/cache/pbuilder/base-reproducible.tgz || true