From: Aurelien Jarno Date: Sat, 17 Jun 2017 08:04:27 +0000 (+0200) Subject: drop all traces of ia64 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f4b8fc4ea5663b1a3c4de99c6531db9d9ec27ce8;p=mirror%2Fdsa-puppet.git drop all traces of ia64 Signed-off-by: Aurelien Jarno --- diff --git a/modules/porterbox/files/mail-big-homedirs b/modules/porterbox/files/mail-big-homedirs index fc9ad4575..f5225b5c8 100755 --- a/modules/porterbox/files/mail-big-homedirs +++ b/modules/porterbox/files/mail-big-homedirs @@ -125,7 +125,7 @@ class LastlogTimes(dict): record_size_64 = struct.calcsize(self.LASTLOG_STRUCT_64) # some 64bit arches have 32bit-compatible lastlog structures, others don't, # in apparently incoherent ways, so hardcode a list... - if platform.machine() in ('ia64', 'aarch64', 's390x'): + if platform.machine() in ('aarch64', 's390x'): self.LASTLOG_STRUCT = self.LASTLOG_STRUCT_64 record_size = record_size_64 else: diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index ce26d205b..f29d0a0f9 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -58,8 +58,6 @@ get_suites() { ppc64) echo "sid" ;; - ia64) - ;; *) echo "sid buster stretch jessie" ;;