git: 4f0538d42c - main - website/tools/releases-toml.rb: correct comment saying what this does
Ceri Davies <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=4f0538d42c36e7fa9b1ba98fa833fc5a887bb35c commit 4f0538d42c36e7fa9b1ba98fa833fc5a887bb35c Author: Ceri Davies <[email protected]> AuthorDate: 2023-04-10 11:22:36 +0000 Commit: Ceri Davies <[email protected]> CommitDate: 2023-04-10 11:22:36 +0000 website/tools/releases-toml.rb: correct comment saying what this does --- website/tools/releases-toml.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/tools/releases-toml.rb b/website/tools/releases-toml.rb index 20d353f4bf..f80b183375 100644 --- a/website/tools/releases-toml.rb +++ b/website/tools/releases-toml.rb @@ -6,7 +6,8 @@ BSD 2-Clause License Copyright (c) 2020-2023, The FreeBSD Project Copyright (c) 2020-2023, Sergio Carlavilla <[email protected]> -This script will merge all the pgpkeys into one single file +This script converts common variables sourced from shared/releases.adoc + to the toml format and stores them in data/releases.toml =end