2
0
mirror of https://github.com/ietf-wg-dnsop/wg-materials synced 2025-08-22 10:17:20 +00:00

added wes 3 docs

This commit is contained in:
Tim Wicinski 2024-02-27 20:00:19 -05:00
parent 956fe1dcb5
commit c60578e77d
2 changed files with 21 additions and 8 deletions

View File

@ -40,10 +40,23 @@
- Datatracker URL: https://datatracker.ietf.org/doc/draft-huque-dnsop-grease/
- Requester Email: Shumon Huque <shuque@gmail.com>
- Time Requested: 10 min
- DocType: new business
- DocType: for consideration
* Draft name: Report on the DNS delegations BoF
- Datatracker URL:
- Datatracker URL: https://datatracker.ietf.org/wg/deleg/about/
- Requester Email: Dave Lawrence <tale@dd.org>
- Time Requested: 15 min in Friday session
- DocType:
- DocType: wg updates
* Draft name: draft-hardaker-dnsop-rfc8624-bis
- Datatracker URL: https://datatracker.ietf.org/doc/draft-hardaker-dnsop-rfc8624-bis
- Requester Email: Wes Hardaker <wjhns1@hardakers.net>
- Time Requested: 5 min
- DocType: for consideration
* Draft name: draft-hardaker-dnsop-must-not-sha1 draft-hardaker-dnsop-must-not-ecc-gost
- Datatracker URL: https://datatracker.ietf.org/doc/draft-hardaker-dnsop-must-not-sha1 https://datatracker.ietf.org/doc/draft-hardaker-dnsop-must-not-ecc-gost
- Requester Email: Wes Hardaker <wjhns1@hardakers.net>
- Time Requested: 10 min
- DocType: for consideration

View File

@ -50,8 +50,8 @@ def getitems(newlines):
if 'Time Requested' in l:
agendaitem.setdefault('time', fields[3].replace('min', ''))
if 'DocType' in l:
doctype = ' '.join(fields[2::])
if doctype not in ['Current Business', 'For Consideration']:
doctype = ' '.join(fields[2::]).lower()
if doctype not in ['current business', 'for consideration']:
agendaitem.setdefault('doctype', ' '.join(fields[2::]))
if 'Remark' in l:
agendaitem.setdefault('remark', ' '.join(fields[2::]))