Preparation for publishing date.

This commit is contained in:
2018-02-25 01:48:02 +01:00
parent 890e837e8f
commit f2af2c28cf
4 changed files with 98 additions and 3 deletions

View File

@@ -274,3 +274,29 @@ MATRIX_CONFIG = {
'max_participants': 4,
},
}
# Publishing
# PUBLISH_BEFORE_BEGIN_DAYS = 10
# PUBLISH_BEFORE_DEADLINE_DAYS = 7
PUBLISH_ISSUES = [
{
'issue': u'Heft 1',
'release': (31, 1),
'deadline': (15, 11),
},
{
'issue': u'Heft 2',
'release': (7, 4),
'deadline': (15, 2),
},
{
'issue': u'Heft 3',
'release': (7, 7),
'deadline': (15, 5),
},
{
'issue': u'Heft 4',
'release': (7, 10),
'deadline': (15, 8),
},
]