summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-03 12:57:38 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-03 12:57:38 +0200
commit33ecfe6afb04c4be5065dca294167ebe5e31fd58 (patch)
tree923fb64518026f613777c00e635f0bc2eab87a48 /bin/reproducible_setup.sh
parent1913ae82f1eb36375a17713c0a3f03ad5099f1f3 (diff)
downloadjenkins.debian.net-33ecfe6afb04c4be5065dca294167ebe5e31fd58.tar.xz
reproducible: list packages from extra repo when creating base.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 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