diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-08 00:32:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-08 00:32:40 +0200 |
commit | fbf5b25e9e3fdef64d75532b2d70fa5eb041cd09 (patch) | |
tree | 2de6dc3be3fd6b14d2dc50c440bacaee8d762840 /bin | |
parent | 163f7f5b2fdb2f2e358511abb9644f4df5d75dbb (diff) | |
download | jenkins.debian.net-fbf5b25e9e3fdef64d75532b2d70fa5eb041cd09.tar.xz |
reproducible: improve output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index 70c02fe7..4d112fe4 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -90,6 +90,7 @@ 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 +echo EOF # # actually setup pbuilder |