From 4dab953d24c225bdb584741d17032500d1dc5495 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 26 Dec 2016 15:26:41 +0100 Subject: fixup 8b943b55: reproducible Debian: run odd numbered codethink nodes in the future too Signed-off-by: Holger Levsen --- hosts/codethink-sled9-arm64/etc/pbuilderrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/codethink-sled9-arm64') 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") -- cgit v1.2.3-54-g00ecf