Explorar el Código

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

bigeagle hace 9 años
padre
commit
de2a0b26c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/*',
         ]
     }