summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 17:57:12 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 17:57:17 +0100
commit21aeebc8bc0456f7692f710bf65ea2b44e298193 (patch)
tree8abf376f15fa5a062bfb73f0127a2e0732139aef /bin/reproducible_setup_pbuilder.sh
parent763ec9655b09334db0937c7b5cf448a3dc1bd55d (diff)
downloadjenkins.debian.net-21aeebc8bc0456f7692f710bf65ea2b44e298193.tar.xz
reproducible: run 'apt-cache policy' to show the suites being used
Diffstat (limited to 'bin/reproducible_setup_pbuilder.sh')
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index 273bcb99..a666361f 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -60,6 +60,8 @@ echo 'deb http://reproducible.alioth.debian.org/debian/ ./' > /etc/apt/sources.l
apt-get update
apt-get install -y $@
echo
+apt-cache policy
+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 || true ; done