Ticket #408 (closed enhancement: fixed)
Opened 5 years ago
Last modified 5 years ago
add support for .xz source code archives
| Reported by: | scottmc | Owned by: | jrabbit |
|---|---|---|---|
| Priority: | normal | Milestone: | haikuporter version 1.0 |
| Component: | haikuporter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Many source code archives are moving over to .xz archive, so it would be nice to have this as an option in Haikuporter.
Attachments
Change History
comment:1 Changed 5 years ago by phoudoin
comment:2 Changed 5 years ago by scottmc
Yeah. I think the only way we'd get this to work would be to call tar directly to work around Python's lack of support so far for .xz.
comment:3 Changed 5 years ago by jrabbit
- Owner changed from brecht to jrabbit
comment:4 Changed 5 years ago by jrabbit
https://gist.github.com/0b92bddecdda382b48ea what I have going right now.
comment:5 Changed 5 years ago by jrabbit
- Status changed from new to assigned
Changed 5 years ago by jrabbit
- attachment xz.patch.2 added
Changed 5 years ago by jrabbit
- attachment autoconf-2.67xz.bep added
comment:6 Changed 5 years ago by jrabbit
I'm not positive why this isn't working... Maybe I'm just misreading what was already there.
comment:7 Changed 5 years ago by scottmc
- Resolution set to fixed
- Status changed from assigned to closed
applied in r1222.
Note: See
TracTickets for help on using
tickets.

For *.tar.xz, it's up to Python tarfile module to support those.