summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 15:26:41 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 15:26:41 +0100
commit4dab953d24c225bdb584741d17032500d1dc5495 (patch)
tree8c614a053b8a52b7c4f2afe63de2f0d8b6648a86 /hosts
parent55187d50c6d41923e81b6e1c3c1c409dc9078134 (diff)
downloadjenkins.debian.net-4dab953d24c225bdb584741d17032500d1dc5495.tar.xz
fixup 8b943b55: reproducible Debian: run odd numbered codethink nodes in the future too
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r--hosts/bbx15-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/bpi0-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/cb3a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/cbxi4a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/cbxi4b-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled10-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled11-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled12-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled13-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled14-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled15-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled16-arm64/etc/pbuilderrc4
-rw-r--r--hosts/codethink-sled9-arm64/etc/pbuilderrc4
-rw-r--r--hosts/ff2a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/ff2b-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/ff4a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/hb0-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/jenkins-test-vm/etc/pbuilderrc4
-rw-r--r--hosts/jenkins/etc/pbuilderrc4
-rw-r--r--hosts/jtk1a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/odu3a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/odxu4-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/odxu4b-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/odxu4c-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/opi2a-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/opi2b-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/opi2c-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build1-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build10-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build11-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build12-i386/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build15-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build16-i386/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build2-i386/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build3-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build4-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build5-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build6-i386/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build7-amd64/etc/pbuilderrc4
-rw-r--r--hosts/profitbricks-build9-amd64/etc/pbuilderrc4
-rw-r--r--hosts/rpi2b-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/rpi2c-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/wbd0-armhf-rb/etc/pbuilderrc4
-rw-r--r--hosts/wbq0-armhf-rb/etc/pbuilderrc4
45 files changed, 135 insertions, 45 deletions
diff --git a/hosts/bbx15-armhf-rb/etc/pbuilderrc b/hosts/bbx15-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/bbx15-armhf-rb/etc/pbuilderrc
+++ b/hosts/bbx15-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/bpi0-armhf-rb/etc/pbuilderrc b/hosts/bpi0-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/bpi0-armhf-rb/etc/pbuilderrc
+++ b/hosts/bpi0-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/cb3a-armhf-rb/etc/pbuilderrc b/hosts/cb3a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/cb3a-armhf-rb/etc/pbuilderrc
+++ b/hosts/cb3a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/cbxi4a-armhf-rb/etc/pbuilderrc b/hosts/cbxi4a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/cbxi4a-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/cbxi4b-armhf-rb/etc/pbuilderrc b/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4b-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
+++ b/hosts/cbxi4pro0-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled10-arm64/etc/pbuilderrc b/hosts/codethink-sled10-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled10-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled10-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled11-arm64/etc/pbuilderrc b/hosts/codethink-sled11-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled11-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled11-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled12-arm64/etc/pbuilderrc b/hosts/codethink-sled12-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled12-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled12-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled13-arm64/etc/pbuilderrc b/hosts/codethink-sled13-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled13-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled13-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled14-arm64/etc/pbuilderrc b/hosts/codethink-sled14-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled14-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled14-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled15-arm64/etc/pbuilderrc b/hosts/codethink-sled15-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled15-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled15-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled16-arm64/etc/pbuilderrc b/hosts/codethink-sled16-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled16-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled16-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/codethink-sled9-arm64/etc/pbuilderrc b/hosts/codethink-sled9-arm64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/codethink-sled9-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled9-arm64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/ff2a-armhf-rb/etc/pbuilderrc b/hosts/ff2a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/ff2a-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff2a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilderrc b/hosts/ff2b-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/ff2b-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff2b-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/ff4a-armhf-rb/etc/pbuilderrc b/hosts/ff4a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/ff4a-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff4a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/hb0-armhf-rb/etc/pbuilderrc
+++ b/hosts/hb0-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/jenkins-test-vm/etc/pbuilderrc b/hosts/jenkins-test-vm/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/jenkins-test-vm/etc/pbuilderrc
+++ b/hosts/jenkins-test-vm/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/jtk1a-armhf-rb/etc/pbuilderrc b/hosts/jtk1a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/jtk1a-armhf-rb/etc/pbuilderrc
+++ b/hosts/jtk1a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/odu3a-armhf-rb/etc/pbuilderrc b/hosts/odu3a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/odu3a-armhf-rb/etc/pbuilderrc
+++ b/hosts/odu3a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilderrc b/hosts/odxu4-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/odxu4-armhf-rb/etc/pbuilderrc
+++ b/hosts/odxu4-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/odxu4b-armhf-rb/etc/pbuilderrc b/hosts/odxu4b-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/odxu4b-armhf-rb/etc/pbuilderrc
+++ b/hosts/odxu4b-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/odxu4c-armhf-rb/etc/pbuilderrc b/hosts/odxu4c-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/odxu4c-armhf-rb/etc/pbuilderrc
+++ b/hosts/odxu4c-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/opi2a-armhf-rb/etc/pbuilderrc b/hosts/opi2a-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/opi2a-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2a-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/opi2b-armhf-rb/etc/pbuilderrc b/hosts/opi2b-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/opi2b-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2b-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/opi2c-armhf-rb/etc/pbuilderrc b/hosts/opi2c-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/opi2c-armhf-rb/etc/pbuilderrc
+++ b/hosts/opi2c-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build10-amd64/etc/pbuilderrc b/hosts/profitbricks-build10-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build10-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build10-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build11-amd64/etc/pbuilderrc b/hosts/profitbricks-build11-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build11-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build11-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build12-i386/etc/pbuilderrc b/hosts/profitbricks-build12-i386/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build12-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build12-i386/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build15-amd64/etc/pbuilderrc b/hosts/profitbricks-build15-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build15-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build15-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build16-i386/etc/pbuilderrc b/hosts/profitbricks-build16-i386/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build16-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build16-i386/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build2-i386/etc/pbuilderrc b/hosts/profitbricks-build2-i386/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build2-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build2-i386/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build3-amd64/etc/pbuilderrc b/hosts/profitbricks-build3-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build3-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build3-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build4-amd64/etc/pbuilderrc b/hosts/profitbricks-build4-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build4-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build4-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilderrc b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build5-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build5-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build6-i386/etc/pbuilderrc b/hosts/profitbricks-build6-i386/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build6-i386/etc/pbuilderrc
+++ b/hosts/profitbricks-build6-i386/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build7-amd64/etc/pbuilderrc b/hosts/profitbricks-build7-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build7-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build7-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/profitbricks-build9-amd64/etc/pbuilderrc b/hosts/profitbricks-build9-amd64/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/profitbricks-build9-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build9-amd64/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/rpi2b-armhf-rb/etc/pbuilderrc b/hosts/rpi2b-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/rpi2b-armhf-rb/etc/pbuilderrc
+++ b/hosts/rpi2b-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/rpi2c-armhf-rb/etc/pbuilderrc b/hosts/rpi2c-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/rpi2c-armhf-rb/etc/pbuilderrc
+++ b/hosts/rpi2c-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/wbd0-armhf-rb/etc/pbuilderrc b/hosts/wbd0-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/wbd0-armhf-rb/etc/pbuilderrc
+++ b/hosts/wbd0-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")
diff --git a/hosts/wbq0-armhf-rb/etc/pbuilderrc b/hosts/wbq0-armhf-rb/etc/pbuilderrc
index 76cc5f01..d5681f15 100644
--- a/hosts/wbq0-armhf-rb/etc/pbuilderrc
+++ b/hosts/wbq0-armhf-rb/etc/pbuilderrc
@@ -40,7 +40,9 @@ fi
# needed to ignore failures due to running 398 days in the future…
# (only on those 4 nodes running in the future…)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
- [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
+ [ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] || \
+ [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
+ [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
case "$PBUILDER_OPERATION" in
create)
APTGETOPT=(-o Acquire::Check-Valid-Until="false")