From b1b61cb45f39e89639de22db2fea9de230740aad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 4 Oct 2014 10:35:42 +0200 Subject: reproducible: prevent the setup job from failing --- bin/reproducible_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index d2004120..4497e50f 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -43,7 +43,7 @@ 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 +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 EOF sudo rm /var/cache/pbuilder/base-reproducible.tgz || true -- cgit v1.2.3-54-g00ecf