summaryrefslogtreecommitdiffstats
path: root/hosts/codethink-sled9-arm64
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/codethink-sled9-arm64
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/codethink-sled9-arm64')
-rw-r--r--hosts/codethink-sled9-arm64/etc/pbuilderrc4
1 files changed, 3 insertions, 1 deletions
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")