From 69f00384710a5d74f86c271ccd5bae682d68b1dd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 25 Nov 2015 13:54:49 +0100 Subject: reproducible: add seventh armhf build node, thanks again to vagrant --- hosts/profitbricks-build6-amd64/etc/pbuilderrc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'hosts/profitbricks-build6-amd64') diff --git a/hosts/profitbricks-build6-amd64/etc/pbuilderrc b/hosts/profitbricks-build6-amd64/etc/pbuilderrc index 01d2193d..726c2d68 100644 --- a/hosts/profitbricks-build6-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build6-amd64/etc/pbuilderrc @@ -5,9 +5,9 @@ # # read pbuilderrc.5 document for notes on specific options. case $HOSTNAME in - jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; - bpi0|cbxi4pro0|hb0|wbq0|odxu4|wbd0) MIRRORSITE=http://ftp.us.debian.org/debian ;; - *) echo "unsupported host, exiting." ; exit 1 ;; + jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; + bpi0|cbxi4pro0|hb0|wbq0|odxu4|wbd0|rpi2b) MIRRORSITE=http://ftp.us.debian.org/debian ;; + *) echo "unsupported host, exiting." ; exit 1 ;; esac EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh APTCACHE="" @@ -29,8 +29,3 @@ if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" fi -case "$PBCURRENTCOMMANDLINEOPERATION" in - --create|create) - APTGETOPT=(-o Acquire::Check-Valid-Until="false") - ;; -esac -- cgit v1.2.3-54-g00ecf