Lines Matching defs:bundle
46 import pkg.bundle
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.scripts:
156 pkg=bundle.pkgname, script=script))
421 # from some bundle types.
429 pkg.bundle.make_bundle(bundle, targetpaths=target_files)
430 for bundle in bundles
458 # Target is from bundle; can't
581 bundle = pkg.bundle.make_bundle(filename,
586 visitor.visit(bundle)
588 for action in bundle:
832 except pkg.bundle.InvalidBundleException as e: