git: 127579f031 - main - 2020q4-status: Fix md>docbook conversion issue

Daniel Ebdrup Jensen debdrup at FreeBSD.org
Sat Jan 16 19:37:50 UTC 2021


The branch main has been updated by debdrup:

URL: https://cgit.FreeBSD.org/doc/commit/?id=127579f0318e8f1ef1b21a8b28bd81c9093d3791

commit 127579f0318e8f1ef1b21a8b28bd81c9093d3791
Author:     Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
AuthorDate: 2021-01-16 19:27:03 +0000
Commit:     Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
CommitDate: 2021-01-16 19:27:03 +0000

    2020q4-status: Fix md>docbook conversion issue
    
    The markdown to docbook conversion script expects the headers of
    entries, ie. two sets of octothorpes, to be on the first line of the
    report.
    
    Reported by:    cperciva@
---
 en_US.ISO8859-1/htdocs/news/status/report-2020-10-2020-12.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2020-10-2020-12.xml b/en_US.ISO8859-1/htdocs/news/status/report-2020-10-2020-12.xml
index c27abeddfc..2acacd87af 100644
--- a/en_US.ISO8859-1/htdocs/news/status/report-2020-10-2020-12.xml
+++ b/en_US.ISO8859-1/htdocs/news/status/report-2020-10-2020-12.xml
@@ -2438,11 +2438,15 @@ cutting the VBUS (power) line of a USB cable would allow fine grain
 power control, but tests have not been conducted yet.
 </p>
 <p>Sponsor: The FreeBSD Foundation
+</p></body></project>
+<project cat='third'>
+<title>FreshPorts</title>
+
 <links>
 <url href='http://freshports.org/'>FreshPorts</url>
 <url href='http://news.freshports.org/'>FreshPorts blog</url>
 </links>
-</p>
+
 <contact>
 <person>
 <name>Dan Langille</name>
@@ -2450,6 +2454,7 @@ power control, but tests have not been conducted yet.
 </person>
 </contact>
 
+<body>
 <p>FreshPorts, and its sister site, FreshSource, have reported
 upon FreeBSD commits for 20 years. They cover all commits,
 not just ports.


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