diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-08 15:02:15 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-09-08 15:02:15 +0200 |
commit | 8bd02d8bd6bc46bc38924635afc09fdde50b6bf5 (patch) | |
tree | b60199c56a24d6e2b1cda3cd837ca92632247c8e /doc/examples | |
parent | 6da747804c63f103f431706af80f793b86c41993 (diff) |
Rework the CompressionTypes system by adding an Order subgroup to
simplify customisation of the order and improve the documentation
about this setting group.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 5dc7b5246..8025fa4b4 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -246,6 +246,15 @@ Acquire { Options {"--ignore-time-conflict";} // not very useful on a normal system }; + + CompressionTypes + { + bz2 "bzip2"; + lzma "lzma"; + gz "gzip"; + + Order { "gz"; "lzma"; "bz2"; }; + }; }; // Directory layout |