I still hit the timeout when building misc/freebsd-doc-* ports in
parallel on poudriere.
And occasionally we are receiving package-fallouts because of this.
In some older documents there are code snippets with the following tags
which are non standard for asciidoc:
[.programlisting]
....
CODE
....
As this is non-standard vale does not escape this and finds spelling
error but these blocks should be ignored by vale. This patch adds
relevant directives to ignore the blocks.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39702
Initially it was considered that EOL Spaces were only available in the
en language but after running vale on the entire set other languages are
also affected by this. So enable EOLSpacing check for other language
sets.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39701
Other non English languages might have other punctuation symbols which
might conflict with this rule. So disable this rule for other Non
English languages.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39700
Vale started shipping with a dictionary(en_US) of it's own which looks
like good enough for our purpose. So this patch removes the FreeBSD
Custom Dictionary and uses the Vale's stock one.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39694
In our doc guidelines we use "One Sentence Per Line" or more technically
Semantic Line Breaking. Use vale to implement this. This patch also
handles some exceptions with Inc. and e.g. which will contain . but not
apparently at the end of line.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39560
- Reduce error level to suggestion
- Remove two keywords which are all over our repository due to the reports
frequency
- monthly
- quarterly
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D39685
Sort reports for 2023Q1 status report.
Moreover a status/categories-desc.adoc file has been created: it
contains all the available categories for reports with their respective
descriptions. Category descriptions will be included from this file
each quarter to ensure uniformity over time.
Reviewed by: status (Pau Amma <pauamma@gundo.com>)
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39401
A journalist reviewing FreeBSD 13.2 interpreted "it is now possible to
take snapshots on UFS filesystems when running with journaled soft
updates" to mean that UFS snapshots were a new feature in 13.2 and
required SU+J to be enabled. Clarify that snapshots were already
available, but not compatible with SU+J.
Reviewed by: gjb (earlier), karels
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39630
Code was merged to releng/13.2 in 2023q1 – the subject of this report.
The report was authored before the 2023q1 deadline (2023-03-31), then
the release schedule unexpectedly changed (also before the deadline),
builds of the final release candidate began on 2023-03-31.
Change the wording a little, as if reviewed at the end of – still
within – the quarter. Not so much change that it appears to be a late
submission.
Reviewed by: status (salvadore)
Approved by: status (salvadore)
Pull request: https://github.com/freebsd/freebsd-doc/pull/160
Remove superfluous quotation marks from the FreeBSD Documentation
Project Primer for New Contributors, and its pt-br translation.
One of the four errors in the English version was not present in the
português brasileiro version.
Pull request: https://github.com/freebsd/freebsd-doc/pull/173
Fix both lists.
The phrase 'ports on its dependencies' sounds wrong, I assume that it
should be 'ports on their dependencies'.
As noted in another recent PR, 'last quarter' is ambiguous; easily
misinterpreted as 2022q4, which is not the subject of this (first)
quarter's report.
Character formatting for the four new USES, for bsd.ruby.mk, and for
2022Q4.
A full stop for a final list item.
Approved by: status (salvadore)
Pull request: https://github.com/freebsd/freebsd-doc/pull/172
Empty brackets in `link:` macros when displayed texts and URLs coincide.
Also reformat the links section of the doceng report to make it
consistent with the other reports.
Approved by: dbaio (co-mentor)
Differential Revision: https://reviews.freebsd.org/D39571
Forewarn users that FreeBSD-provided packages of kernel modules might be
unusable with a new version of the OS until some time after the version is
announced.
Approved by: doceng@ (carlavilla@, fernape@)
Reviewed By: ceri@, jrm@
Differential Revision: https://reviews.freebsd.org/D39474