Debug file distribution metadata generation was added in 2d0bcb76c8530
as a near duplicate of the default distribution bits. Add another loop
instead of copying the code. While here, improve indentation.
Sponsored by: DARPA, AFRL
Differential D48038
distributeworld: dedup dist(.debug).meta generation brooks on Dec 11 2024, 8:49 PM. Authored by Tags None Referenced Files
Subscribers
Details
Debug file distribution metadata generation was added in 2d0bcb76c8530 Sponsored by: DARPA, AFRL
Diff Detail
Event TimelineComment Actions At first I wondered if this change would result in the .debug files being included both foo.meta and foo.debug.meta, but then I see that this is already the case before this change. $ grep true.debug base*meta base.debug.meta:./usr/lib/debug/usr/bin/true.debug type=file uname=root gname=wheel mode=0444 size=6408 tags=package=utilities,dbg base.meta:./usr/lib/debug/usr/bin/true.debug type=file uname=root gname=wheel mode=0444 size=6408 tags=package=utilities,dbg but we exclude the debug files in packageworld via --exclude usr/lib/debug |