Searched refs:bundle (Results 1 - 8 of 8) sorted by relevance
/pkg/src/modules/bundle/ |
H A D | DirectoryBundle.py | 33 import pkg.bundle namespace 38 class DirectoryBundle(pkg.bundle.Bundle): 106 raise pkg.bundle.InvalidOwnershipException( 109 raise pkg.bundle.InvalidOwnershipException( 112 raise pkg.bundle.InvalidOwnershipException(
|
H A D | TarBundle.py | 30 import pkg.bundle namespace 34 class TarBundle(pkg.bundle.Bundle):
|
H A D | SolarisPackageDatastreamBundle.py | 33 from pkg.bundle.SolarisPackageDirBundle import SolarisPackageDirBundle 34 from pkg.bundle import InvalidBundleException 118 This is different than the directory-format package bundle, 207 "Please use pkgtrans(1) to convert this bundle to "
|
H A D | SolarisPackageDirBundle.py | 30 import pkg.bundle namespace 40 class SolarisPackageDirBundle(pkg.bundle.Bundle):
|
/pkg/src/ |
H A D | publish.py | 46 import pkg.bundle namespace 106 pkgsend publish [-b bundle ...] [-d source ...] [-s repo_uri_or_path] 127 def visit(self, bundle): 128 """visit a pkg.bundle.SolarisPackage*Bundle object""" 130 if not bundle.pkg: 139 for action in bundle: 143 if path in bundle.class_actions_dir: 144 svr4_class = bundle.class_actions_dir[path] 151 pkg=bundle.pkgname, 153 for script in bundle [all...] |
/pkg/src/modules/actions/ |
H A D | __init__.py | 350 source used to find the data (this may be a path or a bundle 361 The "bundles" parameter contains a list of bundle objects to find the 383 # Attempt to find directory or bundle containing source of file data. 395 for bundle in bundles: 396 act = bundle.get_action(path) 399 used_src = bundle
|
/pkg/src/modules/client/ |
H A D | api_errors.py | 2895 def __init__(self, bundle=None, lin=None, exitrv=None, 2962 # first deal with an error bundle 2963 if bundle: 2964 assert type(bundle) in [tuple, list, set] 2965 for e in bundle: 2973 self.lix_bundle = bundle
|
/pkg/src/modules/client/linkedimage/ |
H A D | common.py | 194 encountered while operating on multiple children, then bundle 206 raise apx.LinkedImageException(bundle=exceptions) 948 raise apx.LinkedImageException(bundle=errs) 1349 raise apx.LinkedImageException(bundle=errs) 1619 # if we had errors for unmapped return values, bundle them up 1628 err = apx.LinkedImageException(bundle=errs)
|
Completed in 66 milliseconds