Lines Matching refs:packages
62 latest packages for one or more ImageInterface objects intended to be
99 packages = {}
101 # a dictionary of the latest packages for a given release
103 # a dictionary of packages at other versions
116 packages["pkg:/{0}".format(name)] = pfmri
120 # of all packages not greater than build_release
137 if key not in packages and \
139 packages[key] = pfmri
145 elif key in packages:
146 prev = packages[key]
150 packages[key] = pfmri
153 tracker.manifest_fetch_start(len(packages))
154 for item in packages:
156 api_inst.get_manifest(packages[item])
162 packages matching the supplied pattern from the publishers set
259 for published packages. Set to True by default.
495 'pattern' A regexp to match the packages we want to lint, if
497 searching for packages to lint: we lint against all packages for
500 'release' A release value that narrows the set of packages we
501 lint with. This affects both the packages presented for linting
502 as well as the packages in the repository we are linting
504 latest available packages in the repositories."""
755 "matched {count} packages: "
1228 and un-timestamped packages as being newer than versioned FMRIs of the
1231 For published packages, where the version and pkg names are identical,