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)
Fri, Jan 31, 6:49 PM
Unknown Object (File)
Tue, Jan 28, 11:42 PM
Unknown Object (File)
Mon, Jan 27, 1:12 PM
Unknown Object (File)
Wed, Jan 15, 12:29 PM
Unknown Object (File)
Jan 1 2025, 6:22 PM
Unknown Object (File)
Jan 1 2025, 6:08 PM
Unknown Object (File)
Dec 1 2024, 9:13 AM
Unknown Object (File)
Nov 27 2024, 9:00 PM
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 36782
Build 33671: arc lint + arc unit

Event Timeline

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

Why is it named requested_conf here ?

usr.sbin/pkg/config.c
349

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

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