From 7699fa55d2a450203d0fa25bb3fbddb6b701b339 Mon Sep 17 00:00:00 2001 From: Tim Wicinski Date: Fri, 23 Jul 2021 12:21:01 -0400 Subject: [PATCH] added propose slide link to agenda --- dnsop-document-status.md | 5 ++--- dnsop-ietf111/dnsop-ietf111-agenda.md | 2 ++ dnsop-templates/dnsop-agenda-requests-template.md | 2 ++ dnsop-templates/dnsop-agenda-template.md | 3 +++ mkmtg.sh | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dnsop-document-status.md b/dnsop-document-status.md index e1a77d7..f7b435b 100644 --- a/dnsop-document-status.md +++ b/dnsop-document-status.md @@ -11,9 +11,9 @@ Questions, Concerns, etc: dnsop-chairs at ietf.org * ~~draft-ietf-dnsop-server-cookies~~ RFC9018 -### RFC Ed Queue +* ~~draft-ietf-dnsop-nsec-ttl~~ RFC9077 -* draft-ietf-dnsop-nsec-ttl +### RFC Ed Queue * draft-ietf-dnsop-iana-class-type-yang @@ -73,7 +73,6 @@ Questions, Concerns, etc: dnsop-chairs at ietf.org * draft-ietf-dnsop-terminology-ter - Parked WG Document - ## Active Calls for Adoption ## Candidates For Adoption diff --git a/dnsop-ietf111/dnsop-ietf111-agenda.md b/dnsop-ietf111/dnsop-ietf111-agenda.md index 98cd158..65984dc 100644 --- a/dnsop-ietf111/dnsop-ietf111-agenda.md +++ b/dnsop-ietf111/dnsop-ietf111-agenda.md @@ -15,6 +15,8 @@ * [Github](https://github.com/ietf-wg-dnsop/wg-materials/blob/main/dnsop-document-status.md) * [Datatracker](https://datatracker.ietf.org/wg/dnsop/documents/) +* [Propose Slides](https://datatracker.ietf.org/meeting/111/session/dnsop) + ## Session I * Date: 26 July 2021 diff --git a/dnsop-templates/dnsop-agenda-requests-template.md b/dnsop-templates/dnsop-agenda-requests-template.md index aaa769c..90b1e3d 100644 --- a/dnsop-templates/dnsop-agenda-requests-template.md +++ b/dnsop-templates/dnsop-agenda-requests-template.md @@ -1,5 +1,7 @@ ## IETF DNSOP Agenda Requests +## Propose Slides: https://datatracker.ietf.org/meeting/%%MTG%%/session/dnsop + ## Request Template Example * Draft name: diff --git a/dnsop-templates/dnsop-agenda-template.md b/dnsop-templates/dnsop-agenda-template.md index 71158f7..9f968cb 100644 --- a/dnsop-templates/dnsop-agenda-template.md +++ b/dnsop-templates/dnsop-agenda-template.md @@ -15,6 +15,9 @@ * [Github](https://github.com/ietf-wg-dnsop/wg-materials/blob/main/dnsop-document-status.md) * [Datatracker](https://datatracker.ietf.org/wg/dnsop/documents/) +* [Upload Slides](https://datatracker.ietf.org/meeting/%%MTG%%/session/dnsop) + + ## Session I * Date: diff --git a/mkmtg.sh b/mkmtg.sh index fc63444..fcea585 100755 --- a/mkmtg.sh +++ b/mkmtg.sh @@ -22,7 +22,7 @@ echo "Creating ${IETF}..." ${ECHO} mkdir -p "${IETF}" -${ECHO} cp ${WG}-templates/${WG}-agenda-requests-template.md "${IETF}"/"${IETF}"-agenda-requests.md +${ECHO} sed -e "s/%%MTG%%/${mtg}/g" ${WG}-templates/${WG}-agenda-requests-template.md > "${IETF}"/"${IETF}"-agenda-requests.md ${ECHO} sed -e "s/%%MTG%%/${mtg}/g" ${WG}-templates/${WG}-agenda-template.md > "${IETF}"/"${IETF}"-agenda.md