Issue #1859 - Part 3: Replace bzip2 handling in MAR files with xz.

Since there really is no need to add file detection logic to the updater
if updating through AUS is old->new only anyway, replacing bzip2
handling with xz handling is fine, instead of adding it.
Considering the far superior compression of LZMA and MAR not being
a common archive format anyway, let's just K.I.S.S. it :)
This commit is contained in:
Moonchild 2022-01-20 18:10:55 +00:00 • committed by roytam1
commit a195efca40
6 changed files with 64 additions and 37 deletions

View file

@ -57,6 +57,7 @@ else:
USE_LIBS += [
'mar',
'xz-embedded',
]
if CONFIG['MOZ_SYSTEM_BZ2']: