Browse Source

debian-2-stage-rsync: new version of apt checks Contents, now the whole dists/ can be ignored

bigeagle 9 năm trước cách đây
mục cha
commit
29d4b55bc6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      tunasync/mirror_provider.py

+ 3 - 0
tunasync/mirror_provider.py

@@ -121,6 +121,9 @@ class TwoStageRsyncProvider(RsyncProvider):
 
     _stage1_profiles = {
         "debian": [
+            'dists/',
+        ],
+        "debian-oldstyle": [
             'Packages*', 'Sources*', 'Release*',
             'InRelease', 'i18n/*', 'ls-lR*', 'dep11/*',
         ]