/pkg/src/ |
H A D | pkgrepo.py | 439 error(_("The following publisher(s) could not be found:\n " 580 found = props & req_props 581 notfound = req_props - found 584 found = props 588 for prop in sorted(found): 612 if found or (not req_props and out_format == "default"): 618 if found and notfound: 620 if req_props and not found: 623 error(_("no matching properties found"), 636 found [all...] |
H A D | client.py | 955 logger.info(_("Release notes can be found in {0} before " 1543 error(_("No image found.")) 2302 """Fix packaging errors found in the image.""" 2353 found = mediators & requested_mediators 2354 notfound = requested_mediators - found 2356 found = mediators 2362 for mname in sorted(found) 2408 if found or (not requested_mediators and output_format == "default"): 2413 if found and notfound: 2415 if requested_mediators and not found 3455 found = next(gen_expr) variable 3457 found = None variable [all...] |
/pkg/src/tests/cli/ |
H A D | t_change_variant.py | 190 found = False 193 found = True 197 if not negate and not found: 200 if negate and found:
|
H A D | t_pkg_history.py | 309 # The actual commands are only found in long format. 393 found = set() 395 found.add(item.strip()) 396 self.assertTrue(found == operations, 398 found, operations, timestamp)) 527 "expected range history entry not found "
|
H A D | t_pkg_depotd.py | 507 # test that the catalog file can be found 581 found = not os.path.exists(o_index_dir) and \ 585 while not found and time.time() - start_time < timeout: 587 found = not os.path.exists(o_index_dir) and \ 598 "not found at '{0}'.".format(feed))
|
H A D | t_pkgdep.py | 657 Because the paths that should be found depend both on the 658 version of python and what is found by the site module, it's 836 # be found. 868 The file to be installed at usr/lib/python{0}/vendor-packages/pkg/client/indexer.py declares a python version of {1}. However, the path suggests that the version should be {0}. The text of the file can be found at {{0}}/usr/lib/python{0}/vendor-packages/pkg/client/indexer.py 1089 found = False 1095 found = True 1097 if not found: 1578 "pkgdepend: The manifest file / could not be found.\n" + 1583 "pkgdepend: The manifest file / could not be found.\n" + 1962 # Check that files are not found [all...] |
H A D | t_pkgsign.py | 2661 found = False 2665 found = True 2667 self.assertTrue(found, "{0} was not signed.".format(pfmri))
|
/pkg/src/modules/server/ |
H A D | api.py | 481 found = 0 484 if found and \ 485 ((found - start_point) >= num_to_return): 508 found += 1 509 if found > start_point:
|
H A D | repository.py | 122 return _("No file could be found for the specified " 127 """Used to indicate that a valid repository could not be found at the 188 return _("Unknown attribute(s) found in ignored-" 207 return _("No transaction matching '{0}' could be found.").format( 232 """Used to indicate that the requested manifest could not be found.""" 235 return _("No manifest could be found for the FMRI: '{0}'.").format( 312 return _("No publisher matching '{0}' could be found.").format( 370 """Raised when the repository trust anchor directory could not be found 1579 # Number of packages to check is total found in 1930 "Only the first path found wit [all...] |
/pkg/src/modules/actions/ |
H A D | link.py | 95 errors.append(_("Target: '{found}' should be " 96 "'{expected}'").format(found=atarget, 102 other than a link is found at the destination location, it
|
H A D | file.py | 379 errors.append(_("Timestamp: {found} should be " 381 found=misc.time_to_timestamp(lstat.st_mtime), 391 errors.append(_("Size: {found:d} bytes should be " 392 "{expected:d}").format(found=lstat.st_size, 454 "{found} " 456 found=elfhash[0], 481 "{found} should be " 483 found=sha_hash,
|
H A D | group.py | 192 _("{entry}: '{found}' should be '{expected}'").format( 193 entry=a, found=cur_attrs[a],
|
H A D | license.py | 157 errors.append(_("Hash: '{found}' should be " 158 "'{expected}'").format(found=chash,
|
H A D | user.py | 304 _("{entry}: '{found}' should be '{expected}'").format( 305 entry=a, found=cur_attrs[a],
|
H A D | generic.py | 115 # already, assign one. If we found one in our traversal 1011 errors.append(_("File Type: '{found}' should be " 1013 found=ftype_to_name(stat.S_IFMT(lstat.st_mode)), 1036 errors.append(_("Mode: {found} should be " 1038 found=oct(stat.S_IMODE(lstat.st_mode)), 1237 # Now test each component of the parent path until one is found 1238 # to be a link. When found, that's the parent that has been 1245 # found to be links, so assume this is ok. 1250 # We've found the parent that changed locations.
|
/pkg/src/modules/client/transport/ |
H A D | exception.py | 107 found = False 113 found = True 116 if not found:
|
/pkg/src/tests/ |
H A D | run.py | 318 found = reduce(lambda x, y: x or y, 321 if not found:
|
/pkg/src/util/publish/ |
H A D | pkgmerge.py | 276 found = False 281 found = False 284 found = True 287 if not found: 446 errors.add(_("the following publishers were not found in "
|
H A D | pkgsurf.py | 32 # which can't be found in the reference are ignored (not reversioned). Only the 60 # However, if dependencies got added/removed it might not be found. In this case 238 msg = _("The specified packages were not found in the " 270 """ Substitute correct dependency FMRI if no counterpart can be found in 762 found = True 765 txt = _("Publisher {0} not found in reference " 787 msg(_("No matching publishers could be found."))
|
/pkg/src/modules/ |
H A D | manifest.py | 771 found = False 777 found = True 798 if not found: 831 found = False 841 found = True 847 found = True 850 if not found: 1709 """Remove all manifest cache files found in the given directory
|
H A D | indexer.py | 448 found = False 451 found = True 454 if not found:
|
/pkg/src/tests/api/ |
H A D | t_api_search.py | 816 # was found during development. This prevents regression back 909 # was found during development. This prevents regression back 1012 # was found during development. These tests prevent regression 1104 # was found during development. These tests prevent regression 1212 # was found during development. These tests prevent regression 2476 found = 0 2483 raise RuntimeError("Uuid found:{0} not " 2484 "found in list of possible " 2486 found += 1 2488 if found ! [all...] |
H A D | t_dependencies.py | 1451 "error. Error found was:{0}".format(es[0])) 1538 "suffix {0} not found in " 1959 raise RuntimeError("Wrong file was found missing:\n{0}".format( 1977 # is found before the binary file. 2017 raise RuntimeError("Wrong file was found missing:\n{0}".format( 2091 raise RuntimeError("Wrong file was found missing:\n{0}".format( 2130 "{0} not found in " 2151 found = len(pkg_attrs["org.opensolaris.smf.fmri"]) 2152 self.assertEqual(found, len(expected), 2153 "Wrong no. of SMF instances/services found fo [all...] |
/pkg/src/modules/client/ |
H A D | client_api.py | 589 # found, then don't ignore them. 682 found = False 689 found = True 705 if not found and not pargs: 818 if found and e.notfound: 909 _error_json(_("No image found."), 2436 found in the catalog. Try relaxing the patterns, refreshing, and/or 2452 err_txt += _("no license information could be found " 2482 """Fix packaging errors found in the image."""
|
H A D | api_errors.py | 141 """Used when an image was not found""" 638 res += [_("No solution was found to satisfy constraints")] 1179 msg += _("\t{fname}: expected mode: {emode}, found " 1260 pattern could not be found in the catalog.""" 1263 return _("'{0}' could not be found in the catalog.").format( 1312 outstr += _("No matching package could be found for " 1451 """This is used when the existing index is found to have inconsistent 2028 """Used to indicate that no matching legal URI could be found using the 2036 """Used to indicate that no matching publisher could be found using the 2084 """Used to indicate that no matching related URI could be found usin [all...] |