17 lines
242 B
ReStructuredText
17 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)$} )
|