From 19efafdd5a549dbc53b7aac0b57a54328f7351d6 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 20 Apr 2014 04:35:04 +0100 Subject: [PATCH] BUILDBOT: Switch iPhone builds back to tar.bz2 packaging. This is as per a user request as tar.xz can not be decompressed directly on iOS devices, so required an intermediate desktop device to install these builds. Other tar formats such as bz2 can be reportedly decompressed fine using iFile etc. --- config/master.cfg | 4 ++-- public_html/builds.html | 2 +- public_html/update_builds_html.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/master.cfg b/config/master.cfg index 7328c6f..b84d090 100644 --- a/config/master.cfg +++ b/config/master.cfg @@ -567,7 +567,7 @@ p = { "env": scumm_env_iphone, "disttarget": "iphonebundle", "package": [ "ScummVM.app" ], - "archive_format": "tar.xz" + "archive_format": "tar.bz2" } scumm_platforms_master["iphone"] = p @@ -590,7 +590,7 @@ p = { "env": scumm_env_iphone_clang, "disttarget": "iphonebundle", "package": [ "ScummVM.app" ], - "archive_format": "tar.xz" + "archive_format": "tar.bz2" } scumm_platforms_master["iphone-clang"] = p diff --git a/public_html/builds.html b/public_html/builds.html index b32eaf3..99999a5 100644 --- a/public_html/builds.html +++ b/public_html/builds.html @@ -69,7 +69,7 @@ developers only. -Amiga OS4Download latest development buildDownload latest stable buildDownload latest tools buildAndroid (ARM)Download latest development buildDownload latest stable buildN/AAndroid (MIPS)Download latest development buildDownload latest stable buildN/AAndroid (x86)Download latest development buildDownload latest stable buildN/ADreamcast plain filesDownload latest development buildDownload latest stable buildN/ADreamcast plain files with Serial DebugDownload latest development buildDownload latest stable buildN/ADebian 32bitDownload latest development buildDownload latest stable buildDownload latest tools buildDebian 64bitDownload latest development buildDownload latest stable buildDownload latest tools buildDinguxDownload latest development buildDownload latest stable buildN/ANintendo 64Download latest development buildDownload latest stable buildN/ANintendo DSDownload latest development buildDownload latest stable buildN/ANintendo GamecubeDownload latest development buildDownload latest stable buildN/ANintendo WiiDownload latest development buildDownload latest stable buildN/AGamePark CaanooDownload latest development buildDownload latest stable buildN/AGamePark GP2XDownload latest development buildDownload latest stable buildN/AGamePark GP2XWizDownload latest development buildDownload latest stable buildN/AiPhoneDownload latest development buildDownload latest stable buildN/AMac OS X (Intel)Download latest development buildDownload latest stable buildDownload latest tools buildMac OS X (PowerPC)Download latest development buildDownload latest stable buildDownload latest tools buildMotorola (MotoEZX)Download latest development buildDownload latest stable buildN/AMotorola (MotoMAGX)Download latest development buildDownload latest stable buildN/AOpenPandoraDownload latest development buildDownload latest stable buildN/AOUYADownload latest development buildDownload latest stable buildN/APlaystation 2Download latest development buildDownload latest stable buildN/APlaystation 3Download latest development buildDownload latest stable buildN/APlaystation PortableDownload latest development buildDownload latest stable buildN/AHP webOSDownload latest development buildDownload latest stable buildN/AWindows (32bit)Download latest development buildDownload latest stable buildDownload latest tools buildWindows (64bit)Download latest development buildDownload latest stable buildDownload latest tools buildWindows CE (ARM)Download latest development buildDownload latest stable buildN/AWindows CE (ARM) - Split Build #1Download latest development buildDownload latest stable buildN/AWindows CE (ARM) - Split Build #2Download latest development buildDownload latest stable buildN/AWindows CE (ARM) - Split Build #3Download latest development buildDownload latest stable buildN/A +Amiga OS4Download latest development buildDownload latest stable buildDownload latest tools buildAndroid (ARM)Download latest development buildDownload latest stable buildN/AAndroid (MIPS)Download latest development buildDownload latest stable buildN/AAndroid (x86)Download latest development buildDownload latest stable buildN/ADreamcast plain filesDownload latest development buildDownload latest stable buildN/ADreamcast plain files with Serial DebugDownload latest development buildDownload latest stable buildN/ADebian 32bitDownload latest development buildDownload latest stable buildDownload latest tools buildDebian 64bitDownload latest development buildDownload latest stable buildDownload latest tools buildDinguxDownload latest development buildDownload latest stable buildN/ANintendo 64Download latest development buildDownload latest stable buildN/ANintendo DSDownload latest development buildDownload latest stable buildN/ANintendo GamecubeDownload latest development buildDownload latest stable buildN/ANintendo WiiDownload latest development buildDownload latest stable buildN/AGamePark CaanooDownload latest development buildDownload latest stable buildN/AGamePark GP2XDownload latest development buildDownload latest stable buildN/AGamePark GP2XWizDownload latest development buildDownload latest stable buildN/AiPhoneDownload latest development buildDownload latest stable buildN/AMac OS X (Intel)Download latest development buildDownload latest stable buildDownload latest tools buildMac OS X (PowerPC)Download latest development buildDownload latest stable buildDownload latest tools buildMotorola (MotoEZX)Download latest development buildDownload latest stable buildN/AMotorola (MotoMAGX)Download latest development buildDownload latest stable buildN/AOpenPandoraDownload latest development buildDownload latest stable buildN/AOUYADownload latest development buildDownload latest stable buildN/APlaystation 2Download latest development buildDownload latest stable buildN/APlaystation 3Download latest development buildDownload latest stable buildN/APlaystation PortableDownload latest development buildDownload latest stable buildN/AHP webOSDownload latest development buildDownload latest stable buildN/AWindows (32bit)Download latest development buildDownload latest stable buildDownload latest tools buildWindows (64bit)Download latest development buildDownload latest stable buildDownload latest tools buildWindows CE (ARM)Download latest development buildDownload latest stable buildN/AWindows CE (ARM) - Split Build #1Download latest development buildDownload latest stable buildN/AWindows CE (ARM) - Split Build #2Download latest development buildDownload latest stable buildN/AWindows CE (ARM) - Split Build #3Download latest development buildDownload latest stable buildN/A diff --git a/public_html/update_builds_html.pl b/public_html/update_builds_html.pl index 4360a09..2af28d3 100755 --- a/public_html/update_builds_html.pl +++ b/public_html/update_builds_html.pl @@ -79,7 +79,7 @@ sub add_platform { add_platform("caanoo", "caanoo", "GamePark Caanoo", "0", "tar.bz2"); add_platform("gp2x", "gp2x", "GamePark GP2X", "0", "tar.bz2"); add_platform("gp2xwiz", "gp2xwiz", "GamePark GP2XWiz", "0", "tar.bz2"); -add_platform("iphone", "iphone", "iPhone", "0", "tar.xz"); +add_platform("iphone", "iphone", "iPhone", "0", "tar.bz2"); add_platform("macos-universal", "osx_intel", "Mac OS X (Intel)", "1", "tar.xz"); add_platform("macos-universal", "osx_ppc", "Mac OS X (PowerPC)", "1", "tar.xz"); add_platform("linuxmoto", "motoezx", "Motorola (MotoEZX)", "0", "tar.xz");