to ensure the article.html file would always be updated if any of
the dependent releng-*.xml files were updated.
Implement a proper fix to ensure the dependencies are properly
tracked, and the page(s) are rebuilt after an update.
Thank you to wosch@ for providing the correct fix for this.
Submitted by: wosch
Sponsored by: The FreeBSD Foundation
$ make p-all
It works for the sub-directories in a given directory.
On a standard quad core machine the build time goes down
from ca. 20min to 5 minutes.
PR: 222322
Although the 12.0-RELEASE schedule has not yet been written,
the release cycle is anticipated to begin early 2019.
This schedule is not written in stone, and subject to change.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
This fixes an issue where an update to one of the releng-*.xml files
is not reflected on the Project website until after a full, clean
rebuild is done (currently every 7 days).
Sponsored by: The FreeBSD Foundation
Add its:translate="no" properties to elements containing $FreeBSD$
version strings. This will prevent them from showing up in PO
translations and causing difficulties.
It has the unfortunate side effect that the entire element contents do
not appear in PO files. Most of these are elements are <programlisting>,
which are probably not translated often yet. At least one is a <screen>,
which might be more of a problem.
At this point, this is a workaround to make it possible for PO translators
to continue work without the ever- changing version strings creating
conflicts.
Include a disclaimer paragraph that the contents do not reflect
the views of the FreeBSD project and have not been reviewed for
accuracy.
Also insert this disclaimer into the 2017Q2 report, since it has
already been copied from the template file.
Reported by: emaste
Update the dtd to permit the <p> element to appear within
<category> and update the xsl template to render any paragraph(s)
of such introductory text before the line break that preceeds the
rendering of project entries in the given category.
- Now that we have the 10.4 hardware compatibility list, readme and
release notes since r50848, hook them up to the betarel2 txtdocslist.
Sync the betarel txtdocslist with that of rel, rel0 and rel1 (modulo
readme, see below, and unapplicable stuff like errata.
- Add missing readme links to the txtdocslists of rel, rel0 and rel1.
- Announce 10.4-RC1 and bump betarel2.vers to RC1 accordingly.
Approved by: re (implicit)