diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2025-08-04 23:48:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-04 23:48:05 +0200 |
commit | dc5d1f7c61bea9e415cda89f677355eb8217a057 (patch) | |
tree | b2c551271b17b7a1df27efa9930b6c86566ee1b6 /build/tasks/lib | |
parent | 0ef6020295b670ad91fba530c854f863faa97a90 (diff) | |
download | jquery-main.tar.gz jquery-main.zip |
The `-j` switch passed to `tar` indicates the archive is compressed using the
bzip2 format (`bz2` extension). That was how Firefox used to be compressed until
recently, but the new ESR release now uses xz. Ubuntu `tar` doesn't auto-guess
the encryption algorithm, so to support both, first try with xz and fall back
to bzip2 if that fails.
Note: this will download the old Firefox ESR twice, but it will still work
when the current ESR version starts to use xz with no changes to the code.
Closes gh-5682
Ref gh-5684
Diffstat (limited to 'build/tasks/lib')
0 files changed, 0 insertions, 0 deletions