mirror of
https://github.com/scummvm/scummvm-sites.git
synced 2026-05-21 05:40:45 +00:00
BUILDBOT: Switch most build packaging using bzip2 compression to xz.
As the buildbot VM has issues with low disk space currently, changing to the LZMA based xz format instead of bz2 for most packages will help with this.
This commit is contained in:
+18
-18
@@ -135,7 +135,7 @@ p = {
|
||||
#"scummvm-tools", # GUI tools currently not built - WxWidgets library not present
|
||||
"scummvm-tools-cli"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["debian-x86"] = p
|
||||
@@ -187,7 +187,7 @@ p = {
|
||||
#"scummvm-tools", # GUI tools currently not built - WxWidgets library not present
|
||||
"scummvm-tools-cli"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["debian-x86_64"] = p
|
||||
@@ -222,7 +222,7 @@ p = {
|
||||
#"scummvm-tools", # GUI tools currently not built - WxWidgets library not present
|
||||
"scummvm-tools-cli"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["debian-x86-clang"] = p
|
||||
@@ -346,7 +346,7 @@ p = {
|
||||
"env": scumm_env_wii,
|
||||
"disttarget": "wiidist",
|
||||
"package": [ "wiidist/scummvm" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["wii"] = p
|
||||
@@ -372,7 +372,7 @@ p = {
|
||||
"env": scumm_env_gc,
|
||||
"disttarget": "wiidist",
|
||||
"package": [ "wiidist/scummvm" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["gamecube"] = p
|
||||
@@ -401,7 +401,7 @@ p_master = {
|
||||
"scummvm.ds.gba",
|
||||
"plugins"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
p_stable = copy.deepcopy(p_master)
|
||||
@@ -455,7 +455,7 @@ p = {
|
||||
#"scummvm-tools.app", # GUI tools currently not built - WxWidgets library not present
|
||||
"scummvm-tools-cli"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["osx_intel"] = p
|
||||
@@ -500,7 +500,7 @@ p = {
|
||||
#"scummvm-tools.app", # GUI tools currently not built - WxWidgets library not present
|
||||
"scummvm-tools-cli"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["osx_ppc"] = p
|
||||
@@ -526,7 +526,7 @@ p = {
|
||||
"env": scumm_env_iphone,
|
||||
"disttarget": "iphonebundle",
|
||||
"package": [ "ScummVM.app" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["iphone"] = p
|
||||
@@ -553,7 +553,7 @@ p_master = {
|
||||
"EBOOT.PBP",
|
||||
"plugins"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
p_stable = copy.deepcopy(p_master)
|
||||
@@ -592,7 +592,7 @@ p = {
|
||||
"scummvm.elf",
|
||||
"plugins"
|
||||
], # TODO/FIXME: What to package?
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["ps2"] = p
|
||||
@@ -681,7 +681,7 @@ p = {
|
||||
"env": scumm_env_dc,
|
||||
"disttarget": "dcdist",
|
||||
"package": [ "dcdist/scummvm" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["dc"] = p
|
||||
@@ -763,7 +763,7 @@ p = {
|
||||
"env": scumm_env_motoezx,
|
||||
"disttarget": "motoezx",
|
||||
"package": [ "release/ScummVM-motoezx.pkg" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["motoezx"] = p
|
||||
@@ -785,7 +785,7 @@ p = {
|
||||
"env": scumm_env_motomagx,
|
||||
"disttarget": "motomagx-mpkg",
|
||||
"package": [ "release/ScummVM-motomagx.mpkg" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["motomagx"] = p
|
||||
@@ -808,7 +808,7 @@ p = {
|
||||
"env": scumm_env_n64,
|
||||
"strip": "%s/bin/mips64-strip scummvm.elf" % scumm_root_n64,
|
||||
"package": [ "scummvm.elf" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["n64"] = p
|
||||
@@ -832,7 +832,7 @@ p = {
|
||||
"scummvm",
|
||||
"plugins"
|
||||
],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["dingux"] = p
|
||||
@@ -962,7 +962,7 @@ p = {
|
||||
"env": scumm_env_webos,
|
||||
"disttarget": "package",
|
||||
"package": [ "portdist" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["webos"] = p
|
||||
@@ -983,7 +983,7 @@ p = {
|
||||
"env": scumm_env_ps3,
|
||||
"disttarget": "ps3pkg",
|
||||
"package": [ "scummvm-ps3.pkg" ],
|
||||
"archive_format": "tar.bz2"
|
||||
"archive_format": "tar.xz"
|
||||
}
|
||||
|
||||
scumm_platforms_master["ps3"] = p
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -65,29 +65,29 @@ sub add_platform {
|
||||
|
||||
add_platform("amiga", "amigaos4", "Amiga OS4", "1", "zip");
|
||||
add_platform("android", "android", "Android", "0", "zip");
|
||||
add_platform("dc", "dc", "Dreamcast plain files", "0", "tar.bz2");
|
||||
add_platform("dc", "dc-serial", "Dreamcast plain files with Serial Debug", "0", "tar.bz2");
|
||||
add_platform("debian", "debian-x86", "Debian 32bit", "1", "tar.bz2");
|
||||
add_platform("debian", "debian-x86_64", "Debian 64bit", "1", "tar.bz2");
|
||||
add_platform("dingux", "dingux", "Dingux", "0", "tar.bz2");
|
||||
add_platform("n64", "n64", "Nintendo 64", "0", "tar.bz2");
|
||||
add_platform("ds", "ds", "Nintendo DS", "0", "tar.bz2");
|
||||
add_platform("gc", "gamecube", "Nintendo Gamecube", "0", "tar.bz2");
|
||||
add_platform("wii", "wii", "Nintendo Wii", "0", "tar.bz2");
|
||||
add_platform("dc", "dc", "Dreamcast plain files", "0", "tar.xz");
|
||||
add_platform("dc", "dc-serial", "Dreamcast plain files with Serial Debug", "0", "tar.xz");
|
||||
add_platform("debian", "debian-x86", "Debian 32bit", "1", "tar.xz");
|
||||
add_platform("debian", "debian-x86_64", "Debian 64bit", "1", "tar.xz");
|
||||
add_platform("dingux", "dingux", "Dingux", "0", "tar.xz");
|
||||
add_platform("n64", "n64", "Nintendo 64", "0", "tar.xz");
|
||||
add_platform("ds", "ds", "Nintendo DS", "0", "tar.xz");
|
||||
add_platform("gc", "gamecube", "Nintendo Gamecube", "0", "tar.xz");
|
||||
add_platform("wii", "wii", "Nintendo Wii", "0", "tar.xz");
|
||||
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.bz2");
|
||||
add_platform("macos-universal", "osx_intel", "Mac OS X (Intel)", "1", "tar.bz2");
|
||||
add_platform("macos-universal", "osx_ppc", "Mac OS X (PowerPC)", "1", "tar.bz2");
|
||||
add_platform("linuxmoto", "motoezx", "Motorola (MotoEZX)", "0", "tar.bz2");
|
||||
add_platform("linuxmoto", "motomagx", "Motorola (MotoMAGX)", "0", "tar.bz2");
|
||||
add_platform("iphone", "iphone", "iPhone", "0", "tar.xz");
|
||||
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");
|
||||
add_platform("linuxmoto", "motomagx", "Motorola (MotoMAGX)", "0", "tar.xz");
|
||||
add_platform("openpandora", "openpandora", "OpenPandora", "0", "tar.bz2");
|
||||
add_platform("android", "ouya", "OUYA", "0", "zip");
|
||||
add_platform("ps2", "ps2", "Playstation 2", "0", "tar.bz2");
|
||||
add_platform("ps3", "ps3", "Playstation 3", "0", "tar.bz2");
|
||||
add_platform("psp", "psp", "Playstation Portable", "0", "tar.bz2");
|
||||
add_platform("webos", "webos", "HP webOS", "0", "tar.bz2");
|
||||
add_platform("ps2", "ps2", "Playstation 2", "0", "tar.xz");
|
||||
add_platform("ps3", "ps3", "Playstation 3", "0", "tar.xz");
|
||||
add_platform("psp", "psp", "Playstation Portable", "0", "tar.xz");
|
||||
add_platform("webos", "webos", "HP webOS", "0", "tar.xz");
|
||||
add_platform("windows", "mingw-w32", "Windows (32bit)", "1", "zip");
|
||||
add_platform("win64", "mingw-w64", "Windows (64bit)", "1", "zip");
|
||||
add_platform("wince", "wince", "Windows CE (ARM)", "0", "zip");
|
||||
|
||||
Reference in New Issue
Block a user