Просмотр исходного кода

Update changelog sorting rules to know about dirauth changes

Nick Mathewson 9 лет назад
Родитель
Сommit
1453bda67b
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      scripts/maint/format_changelog.py

+ 2 - 0
scripts/maint/format_changelog.py

@@ -205,6 +205,8 @@ def head_score(s):
         score = -300
         score = -300
     elif lw.startswith("deprecated version"):
     elif lw.startswith("deprecated version"):
         score = -200
         score = -200
+    elif lw.startswith("directory auth"):
+        score = -150
     elif (('new' in lw and 'requirement' in lw) or
     elif (('new' in lw and 'requirement' in lw) or
           ('new' in lw and 'dependenc' in lw) or
           ('new' in lw and 'dependenc' in lw) or
           ('build' in lw and 'requirement' in lw) or
           ('build' in lw and 'requirement' in lw) or