rtfd/in/public/packages/apt-mirror/index.rst
2019-08-05 14:44:52 +02:00

16 lines
242 B
ReStructuredText

apt-mirror
==========
.. warning::
Translations archived in xz are not fetched
Workaround:
::
if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.bz2$} )
::
if ( $filename =~ m{^$component/i18n/Translation-[^./]*\.(bz2|xz)$} )