Page MenuHomeFreeBSD

Add arm64 tier 1 to relnotes
ClosedPublic

Authored by emaste on Apr 9 2021, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 3:40 PM
Unknown Object (File)
Tue, Apr 21, 1:49 PM
Unknown Object (File)
Mon, Apr 20, 8:01 PM
Unknown Object (File)
Mon, Apr 20, 12:29 PM
Unknown Object (File)
Fri, Apr 10, 1:30 AM
Unknown Object (File)
Thu, Apr 9, 8:52 PM
Unknown Object (File)
Sat, Apr 4, 5:57 AM
Unknown Object (File)
Mar 15 2026, 5:30 AM
Subscribers

Details

Summary

Unfortunately I'm unable to test this locally at the moment,

Start building sites … 
ERROR 2021/04/09 12:14:26 about.adoc: asciidoctor: FAILED: 'man-macro' could not be loaded
ERROR 2021/04/09 12:14:26 about.adoc: Use --trace for backtrace
ERROR 2021/04/09 12:14:26 /usr/local/bin/asciidoctor rendering about.adoc: exit status 1
ERROR 2021/04/09 12:14:26 applications.adoc: asciidoctor: FAILED: 'man-macro' could not be loaded
ERROR 2021/04/09 12:14:26 applications.adoc: Use --trace for backtrace
...

but wanted to post it here for review/discussion while getting that sorted out.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.Apr 9 2021, 4:16 PM
emaste created this revision.
gjb added a subscriber: gjb.

FWIW, it builds fine for me. Please go ahead.

This revision is now accepted and ready to land.Apr 9 2021, 4:25 PM

Sigh, doc build problem is I was running hugo serve from the cmdline not via the Makefile, and RUBYLIB = ../shared/lib was not set.

This revision was automatically updated to reflect the committed changes.