From f4b8fc4ea5663b1a3c4de99c6531db9d9ec27ce8 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 17 Jun 2017 10:04:27 +0200 Subject: [PATCH] drop all traces of ia64 Signed-off-by: Aurelien Jarno --- modules/porterbox/files/mail-big-homedirs | 2 +- modules/schroot/files/setup-all-dchroots | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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" ;; -- 2.20.1