From 7b63623fb6ce4aa4bc0edbf399f6d65a71c3efe6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 1 Oct 2014 19:36:14 +0200 Subject: reproducible: show installed packages in base-reproducible.tgz --- bin/reproducible_setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_setup.sh') 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 -- cgit v1.2.3-54-g00ecf