lsd0008

LSD0008: The SBOX GNS Record Type
Log | Files | Refs

commit 851c23ca418972d8efcea52fdd56764debbee99b
parent 032afe823253b3bf2ec1603d7e5aafab470cdc65
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu,  7 Dec 2023 14:11:21 +0100

rename

Diffstat:
M.buildbot/firefly-x86_64-amdepyc_deploy.sh | 6+++---
MMakefile | 4++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh @@ -5,6 +5,6 @@ if [ -e index.html ]; then rm index.html fi -ln -s lsd0001.html index.html -chmod -R ag+rX lsd0001.* index.html . -rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0001/ +ln -s draft-nadler-sbox.html index.html +chmod -R ag+rX draft-nadler-sbox.* index.html . +rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0008/ diff --git a/Makefile b/Makefile @@ -1,8 +1,8 @@ all: txt html html: - xml2rfc --html --css style.css lsd0001.xml + xml2rfc --html --css style.css draft-nadler-sbox.xml txt: - xml2rfc lsd0001.xml + xml2rfc draft-nadler-sbox.xml