Ticket #284 (closed enhancement: fixed)
Opened 6 years ago
Last modified 5 years ago
Option to archive patched source folder
| Reported by: | mmadia | Owned by: | brecht |
|---|---|---|---|
| Priority: | normal | Milestone: | haikuporter version 1.0 |
| Component: | haikuporter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
To assist in complying with GPL and possibly other licenses, it would be beneficial for HaikuPorter to have the ability to archive the patched sources without compiled objects. As noted in the GPL faq, we need to "provide complete sources, not just diffs, with the binaries."
This can then be hosted alongside the binary and be used as part of the OptionalPackage?'s .OptionalPackageDescription "SourceURL:" field.
A space efficient compression algorithm, such as LZMA (7z) or LZMA2 (xz) would be ideal, as the sources would need to be kept around for a number of years.
Change History
comment:1 Changed 5 years ago by scottmc
- Milestone set to haikuporter version 1.0
comment:2 Changed 5 years ago by augiedoggie
comment:3 Changed 5 years ago by augiedoggie
- Resolution set to fixed
- Status changed from new to closed
Functionality was added in r590

This is already implemented. I was just waiting on approval before closing the ticket. With the -z/--archive options haikuporter will archive the source but it currently depends on having tar-1.22 and xz-utils installed. Just waiting to make sure this is the preferred archive format before closing this.