Page MenuHomeFreeBSD

pkg(7): add an -r reponame option for bootstrap and add
ClosedPublic

Authored by kevans on Feb 7 2021, 6:57 PM.
Tags
None
Referenced Files
F81591127: D28524.id.diff
Thu, Apr 18, 3:10 PM
Unknown Object (File)
Thu, Mar 28, 8:52 PM
Unknown Object (File)
Mar 16 2024, 5:34 AM
Unknown Object (File)
Mar 16 2024, 5:34 AM
Unknown Object (File)
Mar 16 2024, 5:33 AM
Unknown Object (File)
Mar 12 2024, 10:00 AM
Unknown Object (File)
Mar 12 2024, 9:51 AM
Unknown Object (File)
Feb 11 2024, 5:46 AM
Subscribers

Details

Summary

This is limited to bootstrap/add because some real pkg(8) commands
have -r flags with an incompatible meaning/usage, e.g., pkg-audit.
pkg(7) will still commence the search as it has, but it will ignore any
repo objects without the given name so that overrides and whatnot still
work as expected.

The use of it for add is noted in the manpage; notably, that the
signature config for that repository will be used over global config if
it's specified. i.e., pkg(7) should assume that the given pkg did come
from that repository and treat it appropriately.

Diff Detail

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

Event Timeline

kevans requested review of this revision.Feb 7 2021, 6:57 PM
usr.sbin/pkg/config.c
349–350

Why is it named requested_conf here ?

usr.sbin/pkg/config.c
349–350

No good reason, I'll rename it. :-)

This revision is now accepted and ready to land.Feb 8 2021, 10:08 AM