Searched defs:install (Results 1 - 15 of 15) sorted by relevance

/pkg/src/modules/actions/
H A Dhardlink.py66 def install(self, pkgplan, orig): member in class:HardLinkAction
H A Dgroup.py63 def install(self, pkgplan, orig, retry=False): member in class:GroupAction
149 self.install(pkgplan, orig, retry=True)
239 generally what we need on initial install."""
H A Ddirectory.py129 def install(self, pkgplan, orig): member in class:DirectoryAction
167 # it, which is often not what we want at install time. We save
169 # that a later package install will want to place something in
192 # move it underneath itself on install or update.
H A Dlegacy.py59 def install(self, pkgplan, orig): member in class:LegacyAction
116 "var/sadm/install/contents"), "a").close()
H A Dlink.py57 def install(self, pkgplan, orig): member in class:LinkAction
H A Duser.py129 def install(self, pkgplan, orig, retry=False): member in class:UserAction
219 self.install(pkgplan, orig, retry=True)
370 generally what we need on initial install."""
H A Ddriver.py154 def install(self, pkgplan, orig): member in class:DriverAction
297 # install instead of an update. If the system thinks the driver
313 image.imageplan.add_actuator("install",
346 self.__call(args, "driver ({name}) install",
H A Dlicense.py74 def install(self, pkgplan, orig): member in class:LicenseAction
H A Dfile.py130 def install(self, pkgplan, orig): member in class:FileAction
156 "install-only") and os.path.isfile(final_path)):
158 # initial install; salvage it before continuing.
561 # This is an initial install or a repair, so
579 # 'install-only' preservation has very specific semantics as
580 # well; if there's an 'orig' or this is an initial install and
582 if pres_type == "install-only":
626 # install process.
735 if self.attrs.get("preserve") in ("abandon", "install-only"):
H A Dgeneric.py882 # before attempting to install the file.
925 # before attempting to install the file.
1068 """Client-side method that performs pre-install actions."""
1071 def install(self, pkgplan, orig): member in class:Action
1076 """Client-side method that performs post-install actions."""
1090 # Necessary since removal logic is reused by install.
1257 err_txt = _("Cannot install '{final_path}'; parent directory "
/pkg/src/
H A DMakefile30 install := TARGET = install macro
31 packages := TARGET = install
68 # run pylint as part of the install target.
71 install: $(SUBDIRS)
72 $(PYTHON27) setup.py install
73 $(PYTHON34) setup.py install
83 pylint: install
98 packages: install pylint pep8
H A Dsetup.py45 from distutils.command.install import install as _install
382 # install same set of files in "en/" in "__LOCALE__/ as well"
383 # for localizable file package (regarding themes, install
741 """At the end of the install function, we need to rename some
743 are placed in their install locations.
764 # Don't install the scripts for python 3.4.
788 def install(self): member in class:install_lib_func
798 return _install_lib.install(self)
856 print("install faile
[all...]
H A Dclient.py173 basic_cmds = ["refresh", "install", "uninstall", "update", "list",
176 basic_usage["install"] = _(
246 "exact-install",
352 adv_usage["exact-install"] = _("[-nvq] [-C n] [-g path_or_uri ...] [--accept]\n"
457 Package Transitions : update install uninstall
458 history exact-install
705 cond_show(_("Packages to install:"), "{0:d}", len(i))
1571 running {op}. Please update pkg(7) by executing 'pkg install
1612 "FMRIs listed above to the install command.")
2084 install, updat
2208 def install(op, api_inst, pargs, function
[all...]
/pkg/src/modules/client/
H A Drad_pkg.py57 "exact_install": "exact-install"
513 ret_json = self.__pkg("exact-install",
518 def install(self, pkg_fmri_patterns=None, backup_be_name=None, member in class:PkgImage
543 ret_json = self.__pkg("install", pargs_json=pkg_fmri_patterns,
H A Dclient_api.py1091 running {op}. Please update pkg(7) by executing 'pkg install
1125 "FMRIs listed above to the install command.")
3237 """Invoke pkg exact-install subcommand."""
3239 return self.__cmd_invoke("exact-install",
3242 def install(self, pargs_json=None, opts_json=None): member in class:ClientInterface
3243 """Invoke pkg install subcommand."""
3245 return self.__cmd_invoke("install", pargs_json=pargs_json,
3303 "exact-install" : [_exact_install, __pkg_exact_install_output_schema],
3306 "install" : [_install, __pkg_install_output_schema],

Completed in 48 milliseconds