summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-08-27 11:34:44 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-09-14 15:04:30 +0300
commit14b4bdde43a6e400a2212b155c75b67c2913998a (patch)
tree3b3a6e7fe4f5ca66aae00d4e608c2ced4ccee797 /doc/installerfw.qdoc
parent7be4b9c71af4d4668deab355db73beb7feaf35c1 (diff)
repogen: add support for setting compression level for data archives
Task-number: QTIFW-1587 Change-Id: I86c4b08eb43e3cafbab83e04961c51d6bdbc98ba Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 161e1a191..58a870eed 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -1261,6 +1261,19 @@
you omit this option, the 7z format will be used as a default.
\note If the Installer Framework tools were built without libarchive
support, only \c{7z} format is supported.
+ \row
+ \li --ac, --compression <5>
+ \li Defaults to 5 (Normal compression). \note Some formats do not support
+ all the possible values, for example bzip2 compression only supports
+ values from 1 to 9.
+ \list
+ \li 0 (No compression)
+ \li 1 (Fastest compressing)
+ \li 3 (Fast compressing)
+ \li 5 (Normal compressing)
+ \li 7 (Maximum compressing)
+ \li 9 (Ultra compressing)
+ \endlist
\endtable
\note We recommend that you use the \c {--update-new-packages} parameter
to update an existing repository, especially if you have a content delivery