summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-22 21:12:06 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-22 21:12:06 +0100
commit51aa6091c320a9669035f2086736ff2ea02109ac (patch)
treeff766065e3ce6c2b4df8434de9f96adae5623abb /update_jdn.sh
parenta44287cd28e63e70f36a43b9eece64fae6c9de1f (diff)
downloadjenkins.debian.net-51aa6091c320a9669035f2086736ff2ea02109ac.tar.xz
reproducible Debian: we cannot use jessie-backports on ubuntu hosts…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh9
1 files changed, 6 insertions, 3 deletions
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 \