From 33ecfe6afb04c4be5065dca294167ebe5e31fd58 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 3 Oct 2014 12:57:38 +0200 Subject: reproducible: list packages from extra repo when creating base.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 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 -- cgit v1.2.3-70-g09d2