[tor-commits] [tor/maint-0.3.2] Add dirauth changes as a lintchanges category
nickm at torproject.org
nickm at torproject.org
Tue Oct 17 17:58:36 UTC 2017
commit 9298749088afc1f31e7f9ad9afade69e5033ffc4
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Oct 17 13:58:21 2017 -0400
Add dirauth changes as a lintchanges category
---
scripts/maint/lintChanges.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py
index b418065ff..c2dda6dc8 100755
--- a/scripts/maint/lintChanges.py
+++ b/scripts/maint/lintChanges.py
@@ -21,7 +21,8 @@ KNOWN_GROUPS = set([
"Documentation",
"Code simplification and refactoring",
"Removed features",
- "Deprecated features"])
+ "Deprecated features",
+ "Directory authority changes"])
NEEDS_SUBCATEGORIES = set([
"Minor bugfix",
More information about the tor-commits
mailing list