Prepare etherpad output for manual formatting

To facilitate manual formatting, just output the content once
and expect the user to apply formatting in bulk, then copy paste
to every week.

Change-Id: Ic8e0a9d28afb0eee435dec48559799bcd0392640
This commit is contained in:
Thierry Carrez 2017-02-17 15:42:08 +01:00
parent d302f79897
commit b9760f8190

View File

@ -54,6 +54,15 @@ def main():
print('Process document: http://git.openstack.org/cgit/openstack/releases/tree/PROCESS.rst')
print()
print('First apply title formatting to all week titles. Then apply list')
print('format to the following content, and copy-paste it in every week:')
print()
print('Team availability notes')
print('Tasks')
print('Meeting Agenda')
print('Countdown email content to send this week')
print()
for week in schedule_data['cycle']:
if not week.get('name'):
continue
@ -67,10 +76,3 @@ def main():
print(' [', ', '.join(week['x-project']), ']')
else:
print()
print()
print('Team availability notes')
print('Tasks')
print('Meeting Agenda')
print('Countdown email content to send this week')
print()