From 51aa6091c320a9669035f2086736ff2ea02109ac Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 22 Dec 2016 21:12:06 +0100 Subject: reproducible Debian: we cannot use jessie-backports on ubuntu hosts… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- update_jdn.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index 5e491307..6b48fa38 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -464,9 +464,12 @@ if [ -f /etc/debian_version ] ; then fi $UP2DATE || sudo apt-get update $UP2DATE || sudo apt-get install $DEBS $MASTERDEBS - $UP2DATE || sudo apt-get install -t jessie-backports \ - pbuilder lintian || echo "this should only fail on the first install" - # botch + case $HOSTNAME in + codethink*) ;; + *) $UP2DATE || sudo apt-get install -t jessie-backports \ + pbuilder lintian || echo "this should only fail on the first install" + ;; + esac # we need mock from bpo to build current fedora if [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "jenkins" ] ; then $UP2DATE || sudo apt-get install -t jessie-backports mock \ -- cgit v1.2.3-54-g00ecf