Date: Wed, 25 Aug 2021 15:03:18 GMT From: Gordon Tetlow <gordon@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: fcb8b2e379 - main - Update template to have NNNNNN instead of XXXXXX. Message-ID: <202108251503.17PF3IAj084523@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gordon (src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=fcb8b2e379ce893b691c158af064d06d8d55265e commit fcb8b2e379ce893b691c158af064d06d8d55265e Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2021-08-25 15:01:54 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2021-08-25 15:01:54 +0000 Update template to have NNNNNN instead of XXXXXX. Any sequence of XX's is flagged in the scripts we use to manage the release of SA's and EN's. Since these are intended not to be replaced and shipped, convert them to use NNNNNN. Approved by: so --- website/static/security/advisory-template.txt | 4 ++-- website/static/security/errata-template.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt index 5acc43d5d8..838c4d4569 100644 --- a/website/static/security/advisory-template.txt +++ b/website/static/security/advisory-template.txt @@ -132,9 +132,9 @@ particular commit: # git show --stat <commit hash> -Or visit the following URL, replacing XXXXXX with the hash: +Or visit the following URL, replacing NNNNNN with the hash: -<URL:https://cgit.freebsd.org/src/commit/?id=XXXXXX> +<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN> To determine the commit count in a working tree (for comparison against nNNNNNN in the table above), run: diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt index c3acf0e74d..9f8de907ad 100644 --- a/website/static/security/errata-template.txt +++ b/website/static/security/errata-template.txt @@ -132,9 +132,9 @@ particular commit: # git show --stat <commit hash> -Or visit the following URL, replacing XXXXXX with the hash: +Or visit the following URL, replacing NNNNNN with the hash: -<URL:https://cgit.freebsd.org/src/commit/?id=XXXXXX> +<URL:https://cgit.freebsd.org/src/commit/?id=NNNNNN> To determine the commit count in a working tree (for comparison against nNNNNNN in the table above), run:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108251503.17PF3IAj084523>