Lines Matching refs:publisher

560 using a different matching pattern, or refreshing publisher information:
568 using a different matching pattern, or refreshing publisher information:
712 Invalid child image publisher configuration. Child image publisher
713 configuration must be a superset of the parent image publisher configuration.
714 Please update the child publisher configuration to match the parent. If the
1145 operations because it is missing publisher information."""
1148 return _("The FMRI '{0}' does not contain publisher information "
1240 return _("The content of the catalog for publisher '{0}' "
1243 "catalog files being provided for the publisher.").format(
1290 publisher=EmptyI, version=EmptyI):
1295 self.publisher = publisher
1299 self.notfound.update(publisher)
1311 if self.matcher or self.publisher or self.version:
1319 for x in self.publisher:
1320 outstr += _("{0} (publisher did not "
1610 "format or does not contain valid publisher "
1613 "or does not contain valid publisher information.")
1623 "format or does not contain valid publisher "
1626 "or does not contain valid publisher information.")
1634 return _("Unsupported pkg(7) publisher information data "
1643 return _("Unsupported pkg(7) publisher and image information "
1802 """Base exception class for all publisher exceptions."""
1817 """Used to indicate an operation on the publisher's meta_root failed
1827 """Used to indicate that a publisher alias is not valid."""
1830 return _("'{0}' is not a valid publisher alias.").format(
1835 """Used to indicate that a publisher name is not valid."""
1838 return _("'{0}' is not a valid publisher name.").format(
1843 """Used to indicate that a publisher name is not valid."""
1847 return _("'{pkg_pub}' is a reserved publisher and does not "
1849 pkg_pub=fmri.publisher, pkg_name=fmri.pkg_name)
1903 """Used to indicate that an attempt to use a disabled publisher occurred
1912 """Used to indicate that a publisher with the same name or alias already
1916 return _("A publisher with the same name or alias as '{0}' "
1922 already exists for a publisher."""
1926 "already exists for publisher '{0}'.").format(self.data)
1935 "publisher.").format(self.data)
1940 system publisher."""
1953 "publisher.").format(self.data)
1958 system publisher."""
1966 """Used to indicate that a system publisher origin may not be
1974 """Used to indicate that a system publisher mirror may not be
1988 self.publisher = prefix
1993 configured for publisher '{0}'.
1995 Use 'pkg set-publisher' to add new package repositories or restore previously
1996 configured package repositories for publisher '{0}'.""").format(self.publisher)
2007 """Used to indicate an attempt to order a publisher relative to an
2008 unknown publisher."""
2014 return _("{0} is an unknown publisher; no other publishers can "
2020 for a publisher was made."""
2024 "publisher.")
2036 """Used to indicate that no matching publisher could be found using the
2040 return _("Unknown publisher '{0}'.").format(self.data)
2044 """Used to indicate that one or more publisher prefixes are unknown by
2061 "provided publisher does not match those known by "
2071 "origins is not valid for this publisher, or "
2077 return _("The specified publisher repository does not "
2107 """The publisher has no active repositories that support the
2124 publisher configuration information."""
2134 "provide publisher configuration information.")
2137 "provide publisher configuration information or "
2141 "not provide publisher configuration information or the "
2239 publisher."""
2586 self.publisher = self._args.get("publisher", None)
2590 if self.publisher:
2592 return _("Certificate '{cert}' for publisher "
2596 pub=self.publisher, uri=self.uri)
2597 return _("Certificate '{cert}' for publisher "
2600 pub=self.publisher)
2628 if e.publisher in pdict:
2629 pdict[e.publisher].append(e.uri)
2631 pdict[e.publisher] = [e.uri]
2653 publisher = self._args.get("publisher", None)
2656 if publisher:
2658 return _("Certificate '{cert}' for publisher "
2661 cert=self.data, pub=publisher,
2663 return _("Certificate '{cert}' for publisher "
2665 cert=self.data, pub=publisher, days=days)
2678 publisher = self._args.get("publisher", None)
2680 if publisher:
2682 return _("Certificate '{cert}' for publisher "
2685 pub=publisher, uri=uri)
2686 return _("Certificate '{cert}' for publisher "
2688 pub=publisher)
2700 publisher = self._args.get("publisher", None)
2702 if publisher:
2705 "publisher '{pub}' needed to access "
2707 pub=publisher, uri=uri)
2708 return _("Unable to locate key '{key}' for publisher "
2709 "'{pub}'.").format(key=self.data, pub=publisher
2722 publisher = self._args.get("publisher", None)
2724 if publisher:
2727 "'{cert}' for publisher '{pub}' needed "
2729 cert=self.data, pub=publisher,
2732 "publisher '{pub}'.").format(cert=self.data,
2733 pub=publisher)
2747 publisher = self._args.get("publisher", None)
2749 if publisher:
2751 return _("Certificate '{cert}' for publisher "
2754 cert=self.data, pub=publisher,
2756 return _("Certificate '{cert}' for publisher "
2758 cert=self.data, pub=publisher)