Searched refs:install (Results 1 - 25 of 49) sorted by relevance

12

/pkg/src/zoneproxy/zoneproxy-adm/
H A DMakefile33 install: $(ZONES_PROG)
/pkg/src/util/mkcert/
H A DMakefile35 all: install
37 install: $(EXEC)
/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 Drad-invoke.py117 gettext.install("pkg", "/usr/share/locale",
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 Dsign.py389 gettext.install("pkg", "/usr/share/locale",
/pkg/src/zoneproxy/zoneproxy-client/
H A DMakefile38 install: $(ZONES_PROG)
/pkg/src/modules/client/
H A Dactuator.py74 "install": {
101 self.install = {}
170 return bool(self.install) or bool(self.removal) or \
177 self.__scan(self.install, ap.dst, ap.p.destination_fmri,
215 for d in [self.removal, self.update, self.install]:
232 self.install.get("release-note", [])
244 """Returns True if action install execution may require a
247 return bool("true" in self.install.get("reboot-needed", []))
343 """handle a failed install"""
366 for act in six.itervalues(self.install)
[all...]
H A Dpkgplan.py237 # If file to repair isn't on-disk, treat as install
247 # as install. This is not optimal for repairs, but
260 def propose_repair(self, fmri, mfst, install, remove, autofix=False):
278 "install": [(None, x) for x in install],
286 "install": [(self.__get_orig_act(x), x) for x in install],
400 # Add any install repair actions to the update list
401 self.actions.changed.extend(self.__repair_actions.get("install",
591 dest.install(sel
[all...]
/pkg/src/zoneproxy/zoneproxyd/
H A DMakefile51 install: $(ZONES_PROG) $(ROOTHDR)
/pkg/src/tests/interactive/
H A Drunprintengine.py40 gettext.install("pkg", "/usr/share/locale")
H A Drunprogress.py37 gettext.install("pkg", "/usr/share/locale")
/pkg/src/modules/actions/
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 Dhardlink.py66 def install(self, pkgplan, orig): member in class:HardLinkAction
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 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 Dlicense.py74 def install(self, pkgplan, orig): member in class:LicenseAction
/pkg/src/util/publish/
H A Dupdate_file_layout.py94 gettext.install("pkg", "/usr/share/locale")
H A Dpkgmogrify.py150 gettext.install("pkg", "/usr/share/locale",
/pkg/doc/dev-guide/
H A DMakefile103 all: install
104 install: rst2pdf proto book
120 python setup.py install --prefix=../../../../../$(DOCTOOLS); \
/pkg/src/util/qual-simulator/
H A Dscenario.py106 gettext.install("pkg", "/usr/share/locale")
/pkg/src/modules/flavor/
H A Ddepthlimitedmf.py98 gettext.install("pkg", "/usr/share/locale",
/pkg/src/pkg/
H A DMakefile113 install: lint

Completed in 33 milliseconds

12