Lines Matching defs:publisher
75 import pkg.client.publisher as publisher
202 basic_usage["refresh"] = _("[-q] [--full] [publisher ...]")
236 "publisher",
237 "set-publisher",
238 "unset-publisher",
281 " [(-p|--publisher) [<name>=]<repo_uri>] dir")
326 adv_usage["set-publisher"] = _("[-Ped] [-k ssl_key] [-c ssl_cert]\n"
333 " [--search-after=publisher]\n"
334 " [--search-before=publisher]\n"
344 " [publisher]")
346 adv_usage["unset-publisher"] = _("publisher ...")
347 adv_usage["publisher"] = _("[-HPn] [-F format] [publisher ...]")
357 adv_usage["dehydrate"] = _("[-nvq] [-p publisher ...]")
358 adv_usage["rehydrate"] = _("[-nvq] [-p publisher ...]")
460 Publishers : publisher set-publisher unset-publisher
791 if src.publisher != dest.publisher:
793 src.publisher, dest.publisher)
795 pparent = dest.publisher
821 pparent = dest.publisher
826 pparent = src.publisher
2164 To add a publisher using this repository, execute the following command as a
2167 pkg set-publisher -g {0} <publisher>
2790 The "pub" parameter contains information about the publisher from which
2835 default_attrs_package = ["pkg.shortfmri", "pkg.publisher"]
2971 "publisher"]
3115 "pkg.name", "pkg.fmri", "pkg.shortfmri", "pkg.publisher"]:
3528 "publisher '{2}' could not be reached for " \
3579 catalog information. Packages added to the affected publisher repositories since
3599 "contact {0} for publisher '{1}'.\n").format(repo_str, pub)
3608 """Private helper method for refreshing publisher data."""
3620 error(_("'pkg publisher' will show a list of publishers."))
3673 """Helper function to wrap set-publisher private methods. Returns
3723 """pkg set-publisher [-Ped] [-k ssl_key] [-c ssl_cert] [--reset-uuid]
3727 [--sticky] [--non-sticky ] [--search-before=publisher]
3728 [--search-after=publisher]
3737 [publisher] """
3757 logger.info(_(" Added publisher(s): {0}").format(
3760 logger.info(_(" Updated publisher(s): {0}").format(
3765 cmd="set-publisher", add_info={"repo_uri": repo_uri})
3770 """pkg unset-publisher publisher ..."""
3773 out_json = client_api._publisher_unset("unset-publisher", api_inst,
3778 out_json["errors"], cmd="unset-publisher")
3946 elif propname not in ("publisher-search-order",
4233 publisher configuration is a subset of our publisher configuration.
4234 If we have any children, recurse into them and perform a publisher
4529 catalog for initial publisher for convenience.
4555 "origin=", "publisher=", "no-refresh", "variant=",
4559 if opt in ("-p", "--publisher"):
4637 "publisher prefix is provided."), cmd=cmd_name)
4640 usage(_("A publisher must be specified if -g or -m are used."),
5275 "publisher" : [publisher_list],
5287 "set-publisher" : [publisher_set],
5294 "unset-publisher" : [publisher_unset],