Page MenuHomeFreeBSD

website: improve hardware-notes-processor.rb
ClosedPublic

Authored by vladlen on Wed, May 27, 6:53 AM.
Tags
Referenced Files
Unknown Object (File)
Mon, Jun 15, 2:39 AM
Unknown Object (File)
Sun, Jun 14, 4:25 PM
Unknown Object (File)
Sun, Jun 14, 12:51 AM
Unknown Object (File)
Sat, Jun 13, 11:32 PM
Unknown Object (File)
Fri, Jun 12, 1:09 AM
Unknown Object (File)
Sun, Jun 7, 9:18 AM
Unknown Object (File)
Sun, Jun 7, 9:13 AM
Unknown Object (File)
Sun, Jun 7, 6:26 AM
Subscribers
None

Details

Summary
  1. Revert the part of the patch https://reviews.freebsd.org/D57133

remove warnings from the hardware.adoc text - following the comment
https://reviews.freebsd.org/D57257#inline-339310

  1. Add the code to replace FreeBSD version in hardware.adoc header

from sys/conf/newvers.sh to avoid additional manual work.

Diff Detail

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

Event Timeline

vladlen created this revision.

Looks good to me. I assume you've tested it?

And thanks for the version-number fix too. I have some sed for this but since we're running a script on the file anyway it makes sense to do it here.

This revision is now accepted and ready to land.Wed, May 27, 4:47 PM

Looks good to me. I assume you've tested it?

Yes, I have tested it. It works with releng, stable and main branches.