Преглед на файлове

debian 2-stage rsync exclude update: 'added dep11/*'

bigeagle преди 9 години
родител
ревизия
de2a0b26c4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tunasync/mirror_provider.py

+ 1 - 1
tunasync/mirror_provider.py

@@ -122,7 +122,7 @@ class TwoStageRsyncProvider(RsyncProvider):
     _stage1_profiles = {
         "debian": [
             'Packages*', 'Sources*', 'Release*',
-            'InRelease', 'i18n/*', 'ls-lR*',
+            'InRelease', 'i18n/*', 'ls-lR*', 'dep11/*',
         ]
     }