On Fri, 27 Mar 2020 10:37:55 +0000
Alex BennÃe <> wrote:
> Hi,
>
> I was reviewing someones virtio-spec and realised that I wasn't quite
> sure what it had been built from. Seeing as the standard is hosted in
> git I've tried to clean up some of the automation to make it clearer
> what a particular rendering was built from. Going forward it would be
> nice to use signed annotated tags for the final build version but I
> don't know how much of the boilerplate is down to OASIS requirements.
OASIS requirements are my concern here as well.
>
> What do people think? Is this worth improving on?
>
> Alex BennÃe (8):
> README.md: convert html to proper Markdown format
> CONTRIBUTING.md: convert to proper MarkDown
> LICENSE.md: convert html to proper MarkDown
We should double-check first if the html snippets in there are sourced
into some official web page somewhere. If not, I'm all for converting
this.
> makeall.sh: add explicit shebang to script
> Cleanup old changelog files
I'm not sure if there are any requirements for keeping this -- even if
they are available in the history forever.
> Remove all mentioned of subversion
That's probably fine.
> make*: remove reliance on REVISION-DATE and use git
> Makefile: add simple make automation with clean target
>
> CONTRIBUTING.md | 22 +-
> LICENSE.md | 9 +-
> Makefile | 17 +
> README.md | 258 ++++------
> REVISION-DATE | 1 -
> cl-cs01.tex | 86 ----
> cl-cs02.tex | 52 --
> cl-cs03.tex | 328 ------------
> cl-cs04.tex | 134 -----
> cl-csprd02.tex | 1043 ---------------------------------------
> cl-csprd03.tex | 400 ---------------
> getchangelog.pl | 114 -----
> git-svn.txt | 34 --
> make-setup-generated.sh | 54 +-
> makeall.sh | 3 +-
> makediff.sh | 1 -
> makediffall.sh | 1 -
> makediffwithbase.sh | 1 -
> maketex.sh | 1 -
> makezip.sh | 11 +-
> 20 files changed, 169 insertions(+), 2401 deletions(-)
> create mode 100644 Makefile
> delete mode 100644 REVISION-DATE
> delete mode 100644 cl-cs01.tex
> delete mode 100644 cl-cs02.tex
> delete mode 100644 cl-cs03.tex
> delete mode 100644 cl-cs04.tex
> delete mode 100644 cl-csprd02.tex
> delete mode 100644 cl-csprd03.tex
> delete mode 100755 getchangelog.pl
> delete mode 100644 git-svn.txt
>