drop all traces of ia64
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 17 Jun 2017 08:04:27 +0000 (10:04 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 17 Jun 2017 08:05:00 +0000 (10:05 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/porterbox/files/mail-big-homedirs
modules/schroot/files/setup-all-dchroots

index fc9ad45..f5225b5 100755 (executable)
@@ -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:
index ce26d20..f29d0a0 100755 (executable)
@@ -58,8 +58,6 @@ get_suites() {
       ppc64)
         echo "sid"
         ;;
-      ia64)
-       ;;
       *)
         echo "sid buster stretch jessie"
         ;;