git: fcb8b2e379 - main - Update template to have NNNNNN instead of XXXXXX.

Gordon Tetlow gordon at FreeBSD.org
Wed Aug 25 15:03:18 UTC 2021


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 at FreeBSD.org>
AuthorDate: 2021-08-25 15:01:54 +0000
Commit:     Gordon Tetlow <gordon at 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:


More information about the dev-commits-doc-all mailing list