Closed mfontani closed 1 year ago
Hi, thanks for your PR! I'm pretty finicky about my projects (see this blog post for details), so I rarely merge a PR as-is. I can move forward on your PR in one of two ways:
Please let me know which approach you'd prefer. If I don't hear from you before I get around to working on this PR I'll go with option #1.
Thanks again for your contribution!
(But I recently tried option #2 with someone on another project and I couldn't push to their PR branch even though they'd checked the box to do so, so I can't promise it will work.)
Option 1 is fine, thanks!
Merged from the CLI. Thanks!
I previously submitted a patch for making
.xz
DWIM, but it wasn't enough.On another project, I added a list of multi-arch binaries which are then xz'ed, but ubi didn't work:
The os (linux) matches; the arch (amd64) matches; it "just" chokes on the ".xz" ending, which it can totally handle.
So I'm adding ".xz" to the list of extensions it does, indeed, support.
... and the actual problem is now a test case, too.