Lines Matching full:packages

63             # Skip packages for which there is no point applying globs
69 # Skip packages that already match the globs, so if e.g. a dev package
151 packages = []
157 packages.append(splitline[0])
160 packages.extend(pkgitem.split())
161 if not packages:
162 logger.error("No packages specified")
174 logger.debug("read-value('%s', '%s' '%s')" % (args.pkgdata_dir, args.valuenames, packages))
175 for package in packages:
240 logger.error("The following packages could not be found: %s" % ', '.join(missing))
284 print("The following packages could not be found: %s" % pkg)
286 logger.error("The following packages could not be found: %s" % pkg)
322 packages = []
328 packages.append(splitline[0])
331 packages.extend(pkgitem.split())
332 if not packages:
333 logger.error("No packages specified")
336 for pkg in packages:
356 packages = []
360 if fields[0] == 'PACKAGES':
361 packages = fields[1].split()
366 for pkg in packages:
371 return packages
403 packages = get_recipe_pkgs(args.pkgdata_dir, args.recipe, args.unpackaged)
406 runtime_pkgs = lookup_pkglist(packages, args.pkgdata_dir, False)
410 pkglist = packages
432 logger.error("No packages found")
540 help='List packages',
541 description='Lists packages that have been built')
544 …parser_list_pkgs.add_argument('-p', '--recipe', help='Limit to packages produced by the specified …
545 …dd_argument('-u', '--unpackaged', help='Include unpackaged (i.e. empty) packages', action='store_t…
550 … description='Lists files included in one or more packages')
553 …parser_list_pkg_files.add_argument('-p', '--recipe', help='Report on all packages produced by the …
554 …dd_argument('-u', '--unpackaged', help='Include unpackaged (i.e. empty) packages (only useful with…
559 help='Find recipe producing one or more packages',
566 … help='Show version, recipe and size information for one or more packages',
580 help='Read any pkgdata value for one or more packages',
581 … description='Reads the named value from the pkgdata files for the specified packages')
591 … description='Expands one or more glob expressions over the packages listed in pkglistfile')
592 … parser_glob.add_argument('pkglistfile', help='File listing packages (one package name per line)')
594 …parser_glob.add_argument('-x', '--exclude', help='Exclude packages matching specified regex from t…