From 235d917bc139e9140f52b895fa3a17efe11829b4 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Mon, 8 Jan 2024 17:23:42 +0100 Subject: [PATCH] Rename document for working group adoption --- .github/workflows/xml2rfc.yml | 4 ++-- ...a-notation-01.md => draft-ietf-sidrops-aspa-notation-00.md | 2 +- ...notation-01.xml => draft-ietf-sidrops-aspa-notation-00.xml | 4 ++-- mktext.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename draft-timbru-sidrops-aspa-notation-01.md => draft-ietf-sidrops-aspa-notation-00.md (98%) rename draft-timbru-sidrops-aspa-notation-01.xml => draft-ietf-sidrops-aspa-notation-00.xml (94%) diff --git a/.github/workflows/xml2rfc.yml b/.github/workflows/xml2rfc.yml index 267ae92..de7437a 100644 --- a/.github/workflows/xml2rfc.yml +++ b/.github/workflows/xml2rfc.yml @@ -29,14 +29,14 @@ jobs: with: image: paulej/rfctools options: -v ${{ github.workspace }}:/rfc -v ${{ github.workspace }}/.cache-xml2rfc:/var/cache/xml2rfc -w /rfc - run: mmark "draft-timbru-sidrops-aspa-notation-01.md" > "output/draft-timbru-sidrops-aspa-notation-01.xml" + run: mmark "draft-ietf-sidrops-aspa-notation-00.md" > "output/draft-ietf-sidrops-aspa-notation-00.xml" - name: build html uses: addnab/docker-run-action@v3 with: image: paulej/rfctools options: -v ${{ github.workspace }}:/rfc -v ${{ github.workspace }}/.cache-xml2rfc:/var/cache/xml2rfc -w /rfc - run: xml2rfc -p output --text --html "output/draft-timbru-sidrops-aspa-notation-01.xml" + run: xml2rfc -p output --text --html "output/draft-ietf-sidrops-aspa-notation-00.xml" - name: Archive output uses: actions/upload-artifact@v2 diff --git a/draft-timbru-sidrops-aspa-notation-01.md b/draft-ietf-sidrops-aspa-notation-00.md similarity index 98% rename from draft-timbru-sidrops-aspa-notation-01.md rename to draft-ietf-sidrops-aspa-notation-00.md index 42a42e2..66a004c 100644 --- a/draft-timbru-sidrops-aspa-notation-01.md +++ b/draft-ietf-sidrops-aspa-notation-00.md @@ -6,7 +6,7 @@ ipr = "trust200902" [seriesInfo] status = "informational" name = "Internet-Draft" -value = "draft-timbru-sidrops-aspa-notation-01" +value = "draft-ietf-sidrops-aspa-notation-00" [[author]] initials="T." diff --git a/draft-timbru-sidrops-aspa-notation-01.xml b/draft-ietf-sidrops-aspa-notation-00.xml similarity index 94% rename from draft-timbru-sidrops-aspa-notation-01.xml rename to draft-ietf-sidrops-aspa-notation-00.xml index c6ae04d..2d6bf8b 100644 --- a/draft-timbru-sidrops-aspa-notation-01.xml +++ b/draft-ietf-sidrops-aspa-notation-00.xml @@ -1,9 +1,9 @@ - + -Human Readable ASPA Notation +Human Readable ASPA Notation RIPE NCC
tbruijnzeels@ripe.net
NIST
diff --git a/mktext.sh b/mktext.sh index 7e6f1f5..8ae955f 100755 --- a/mktext.sh +++ b/mktext.sh @@ -1 +1 @@ -mmark draft-timbru-sidrops-aspa-notation-01.md > draft-timbru-sidrops-aspa-notation-01.xml \ No newline at end of file +mmark draft-ietf-sidrops-aspa-notation-00.md > draft-ietf-sidrops-aspa-notation-00.xml \ No newline at end of file