Searched refs:manifests (Results 1 - 10 of 10) sorted by relevance
/pkg/src/modules/flavor/ |
H A D | smf_manifest.py | 62 # do, we must specify the full paths to the manifests 64 # search for SMF manifests this way. 91 from the known SMF manifests installed on the current system 105 # for SMF manifests, so scan the local system first, then 132 # multiple-manifests per service is supported by 212 manifests = set() 214 manifests.update(search_smf_dic(fmri, instance_mf)) 216 manifests.update(search_smf_dic( 219 if len(manifests) == 0: 223 return list(manifests) [all...] |
/pkg/src/util/publish/ |
H A D | pkglint.py | 100 # local manifests. 103 _("Required -c option missing, no local manifests provided." 140 manifests = [] 142 manifests = read_manifests(args, lint_logger) 143 if None in manifests or \ 149 lint_manifests=manifests, 162 # input or configuration, not lint errors in manifests. 229 manifests = [] 298 manifests.append(manifest) 305 manifests [all...] |
/pkg/src/tests/api/ |
H A D | t_pkglint.py | 1153 # manifests, but we shouldn't trigger the duplicate dependency error 1763 # We deliver SMF manifests, with correct org.opensolaris.smf.fmri tags 1780 # We deliver SMF manifests, but don't declare an org.opensolaris.smf.fmri tag 2290 manifests = read_manifests([manifest], lint_logger) 2291 lint_engine.setup(lint_manifests=manifests) 2346 manifests = read_manifests([mf_path], lint_logger) 2360 lint_engine.setup(lint_manifests=manifests) 2594 # A set of manifests to be linted. Note that these are all self 2597 # manifests, as imported to our reference repository. 2963 manifests [all...] |
/pkg/src/pkg/ |
H A D | Makefile | 54 cd manifests; \ 63 cd manifests; \ 122 $(PKGFMT) -c manifests/*.p5m 144 # looks at all manifests, not just the ones listed in $(MANIFESTS). This is 147 $(PDIR)/$(INCORP).mog: manifests/$(INCORP).p5m $(PDIR) \ 149 $(PKGMOGRIFY) -I transforms defaults incorp2 manifests/$(INCORP).p5m | \ 155 $(PDIR)/%.mog: manifests/%.p5m $(PM_TRANSFORMS:%=transforms/%) $(PDIR) \ 176 # Compare the proto area with the package manifests; if they've got different
|
/pkg/src/ |
H A D | pkgrepo.py | 1112 manifests = [] 1121 manifests.append(xport.get_manifest(f)) 1131 for m in manifests 1137 for m in manifests 1153 if action_types and manifests and not got: 1161 if manifests and rval == EXIT_OK: 1170 if manifests:
|
H A D | client.py | 2257 """Determine if installed packages match manifests.""" 3402 manifests = [] variable 3405 manifests.append(api_inst.get_manifest(pfmri, 3427 if local and not manifests and not pargs: 3440 for m in manifests 3447 for m in manifests 3467 if attr_match and manifests and not found: 3472 if manifests and rval == EXIT_OK: 3481 package manifests.""", """\ 3484 package manifests [all...] |
/pkg/src/modules/publish/ |
H A D | dependencies.py | 1651 'manifest_paths' is a list of paths to the manifests being resolved. 1661 # The variable 'manifests' is a list of 5-tuples. The first element 1667 manifests = [ 1685 for mp, (name, pfmri), mfst, pkg_vars, miss_files in manifests: 1768 # Build a list of all files delivered in the manifests being resolved. 1769 for mp, (name, pfmri), mfst, pkg_vars, miss_files in manifests: 1783 for mp, (name, pfmri), mfst, pkg_vars, manifest_errs in manifests:
|
/pkg/src/modules/lint/ |
H A D | pkglint_manifest.py | 39 """A class to check manifests.""" 285 * All manifests that deliver file actions of a given 505 linted.pkglint_desc = _("Show manifests with pkg.linted attributes.") 685 _("SMF manifests were delivered by {pkg}, but no " 687 "Manifests found were: {manifests}").format( 688 manifests=" ".join(smf_manifests),
|
/pkg/src/tests/cli/ |
H A D | t_pkgsend.py | 1074 """Verify that when sending multiple manifests, the contents 1075 of all manifests are published.""" 1081 # create two manifests. 1092 manifests = " ".join([path + ".manifest" for path in test_files]) 1093 self.pkgsend(url, "include " + manifests)
|
H A D | t_pkgdep_resolve.py | 644 """Test that resolving manifests which have strange or 975 """This checks manifests with multiple files, both with 1273 """Verify that in cases where both the provided manifests and 1276 and that the resolution provided by the manifests is used.""" 1282 manifests = [self.make_manifest(x) for x in 1286 dependencies.resolve_deps(manifests, self.api_obj, ["*"]) 1288 self.assertEqual(len(pkg_deps[manifests[1]]), 1) 1289 for d in pkg_deps[manifests[1]]: 1740 # Test that when two manifests split on debug, non-debug, the 2935 satisfy a file dependency and generates a set of manifests t [all...] |
Completed in 69 milliseconds