/pkg/src/zoneproxy/zoneproxy-adm/ |
H A D | Makefile | 33 install: $(ZONES_PROG)
|
/pkg/src/util/mkcert/ |
H A D | Makefile | 35 all: install 37 install: $(EXEC)
|
/pkg/src/ |
H A D | Makefile | 30 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 D | rad-invoke.py | 117 gettext.install("pkg", "/usr/share/locale",
|
H A D | setup.py | 45 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 D | sign.py | 389 gettext.install("pkg", "/usr/share/locale",
|
/pkg/src/zoneproxy/zoneproxy-client/ |
H A D | Makefile | 38 install: $(ZONES_PROG)
|
/pkg/src/modules/client/ |
H A D | actuator.py | 74 "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 D | pkgplan.py | 237 # 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 D | Makefile | 51 install: $(ZONES_PROG) $(ROOTHDR)
|
/pkg/src/tests/interactive/ |
H A D | runprintengine.py | 40 gettext.install("pkg", "/usr/share/locale")
|
H A D | runprogress.py | 37 gettext.install("pkg", "/usr/share/locale")
|
/pkg/src/modules/actions/ |
H A D | group.py | 63 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 D | hardlink.py | 66 def install(self, pkgplan, orig): member in class:HardLinkAction
|
H A D | legacy.py | 59 def install(self, pkgplan, orig): member in class:LegacyAction 116 "var/sadm/install/contents"), "a").close()
|
H A D | link.py | 57 def install(self, pkgplan, orig): member in class:LinkAction
|
H A D | user.py | 129 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 D | directory.py | 129 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 D | license.py | 74 def install(self, pkgplan, orig): member in class:LicenseAction
|
/pkg/src/util/publish/ |
H A D | update_file_layout.py | 94 gettext.install("pkg", "/usr/share/locale")
|
H A D | pkgmogrify.py | 150 gettext.install("pkg", "/usr/share/locale",
|
/pkg/doc/dev-guide/ |
H A D | Makefile | 103 all: install 104 install: rst2pdf proto book 120 python setup.py install --prefix=../../../../../$(DOCTOOLS); \
|
/pkg/src/util/qual-simulator/ |
H A D | scenario.py | 106 gettext.install("pkg", "/usr/share/locale")
|
/pkg/src/modules/flavor/ |
H A D | depthlimitedmf.py | 98 gettext.install("pkg", "/usr/share/locale",
|
/pkg/src/pkg/ |
H A D | Makefile | 113 install: lint
|