Page MenuHomeFreeBSD

release: Use "debug info" in dist set descriptions
ClosedPublic

Authored by emaste on May 8 2025, 5:42 PM.
Tags
None
Referenced Files
F163289066: D50254.id.diff
Tue, Jul 21, 6:40 PM
Unknown Object (File)
Mon, Jul 20, 3:54 PM
Unknown Object (File)
Sat, Jul 18, 6:22 PM
Unknown Object (File)
Sun, Jul 5, 7:11 AM
Unknown Object (File)
Mon, Jun 29, 10:38 AM
Unknown Object (File)
Sun, Jun 28, 2:49 PM
Unknown Object (File)
Sat, Jun 27, 10:53 AM
Unknown Object (File)
Mon, Jun 22, 6:05 PM

Details

Test Plan
"Kernel (Debugging)" could suggest that this is a debugging kernel --
an alternative to a "Kernel (Standard)".  These dist sets contain the
standalone debug info files for the kernel, base system, and other
components.  Change the MANIFEST descriptions (used by bsdinstall's
dist selection menu) to use "debug info".

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.May 8 2025, 5:42 PM
ifreund_freebsdfoundation.org added inline comments.
release/scripts/make-manifest.sh
19

I think "debug info" might be the more common terminology here?

Not that "data" is an inaccurate description for what's included here, both options are a clear improvement over "Debugging" in my opinion.

emaste retitled this revision from release: Use "debug data" in dist set descriptions to release: Use "debug info" in dist set descriptions.
emaste edited the test plan for this revision. (Show Details)

"debug info" as suggested by @ifreund_freebsdfoundation.org

This revision is now accepted and ready to land.May 13 2025, 4:05 PM