[Rpm-maint] [rpm-software-management/rpm] Add manual page for File Mode (PR #2215)
Michal Domonkos
notifications at github.com
Tue Oct 4 07:19:24 UTC 2022
@dmnks commented on this pull request.
> +### Example Modes
+
+These are some example mode strings suitable for the payload:
+
+| Mode | Description |
+|---------------|-------------------------------------------|
+|`w9.gzdio` | gzip level 9, RPM payload's default |
+|`w9.bzdio` | bzip2 level 9, bzip2's default |
+|`w6.xzdio` | xz level 6, xz's default |
+|`w7T16.xzdio` | xz level 7 using 16 threads |
+|`w7T0.xzdio` | xz level 7 using `%{getncpus}` threads |
+|`w7T.xzdio` | xz level 7 using `%{getncpus}` threads |
+|`w6.lzdio` | lzma-alone level 6, lzma's default |
+|`w3.zstdio` | zstd level 3, zstd's default |
+|`w19T8.zstdio` | zstd level 19 using 8 threads |
+|`w7T0.zstdio` | zstd level 7 using `%{getncpus}` threads |
And yes, that use is valid, too, I even tried it out with gdb. Basically only the `w` letter is required, a dot and a compression type.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2215#discussion_r986513079
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2215/review/1129408621 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221004/f3d51463/attachment-0001.html>
More information about the Rpm-maint
mailing list