Bugzilla – Bug 2996
bake tar.xz files not extracted
Last modified: 2018-10-03 10:40:30 UTC
Created attachment 3190 [details] Patch to swap .xz and .tar.xz file extention ordering The rules in bake ModuleSource.py are setup to process .xz files before .tar.xz files so the 'unzx' utility is invoked on xz compressed tar archive files. The tar file is not extracted. Changing the ordering of extraction rules to process .tar.xz file extensions before .xz files correctly extracts .tar.xz files using tar. Simple patch to swap ordering is attatched.
Daniel or Tom: this is somewhat urgent for us, since it blocks us from using bake unmodified.
fix pushed in changeset 426:1b29c11c9789