From ed35299cca23b8019f3dc8a5b97051d2e70d5257 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 5 Nov 2016 19:56:56 +0100 Subject: reproducible Debian: add code to deal with pb15+16 running in the future --- hosts/profitbricks-build1-amd64/etc/pbuilderrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/profitbricks-build1-amd64') diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc index 127b42ff..d6b11e2c 100644 --- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build1-amd64/etc/pbuilderrc @@ -37,8 +37,9 @@ if [ "$(readlink /proc/1/ns/uts)" != "$(readlink /proc/self/ns/uts)" ]; then fi # needed to ignore failures due to running 398 days in the future… -# (only on those 2 nodes running in the future…) -if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] ; then +# (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 case "$PBUILDER_OPERATION" in create) APTGETOPT=(-o Acquire::Check-Valid-Until="false") -- cgit v1.2.3-54-g00ecf