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
Unknown Object (File)
Mon, Jul 22, 8:31 AM
Unknown Object (File)
Thu, Jul 18, 5:38 AM
Unknown Object (File)
Fri, Jul 12, 8:16 AM
Unknown Object (File)
Thu, Jul 11, 11:01 PM
Unknown Object (File)
Thu, Jul 11, 6:32 AM
Unknown Object (File)
Thu, Jul 11, 6:25 AM
Unknown Object (File)
Wed, Jul 10, 5:31 AM
Unknown Object (File)
Wed, Jul 10, 5:19 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36793
Build 33682: arc lint + arc unit

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