Made a setting more DRY.

- Legacy-Id: 14302
This commit is contained in:
Henrik Levkowetz 2017-11-04 16:15:25 +00:00
parent 615aba4637
commit f0cee14abc

View file

@ -861,7 +861,7 @@ TRAC_CREATE_GROUP_STATES = ['bof', 'active', ]
TRAC_CREATE_GROUP_ACRONYMS = ['iesg', 'iaoc', 'ietf', ]
TRAC_CREATE_ADHOC_WIKIS = [
# admin group, name, path
('iesg', 'Meeting', '/a/www/www6s/trac/ietf/meeting'),
('iesg', 'Meeting', TRAC_WIKI_DIR_PATTERN % "ietf/meeting"),
]
SVN_PACKAGES = [