Lines Matching refs:packages
798 # Don't add packages with
1147 """Looks for packages added to the repository that are not in
1431 packages.
1474 def remove_packages(self, packages, progtrack=None):
1475 """Removes the specified packages from the repository store. No
1478 'packages' is a list of FMRIs of packages to remove.
1529 # Next, remove all of the packages to be removed
1532 # when files for packages start disappearing.
1536 for pfmri in packages:
1553 c.finalize(pfmris=packages)
1561 # any of the packages not actually have a manifest in
1565 goal=len(packages))
1566 for pfmri in packages:
1577 # packages in the repository for files in use.
1579 # Number of packages to check is total found in
1628 if pfmri in packages:
1642 # Next, remove the manifests of the packages to be
1647 goal=len(packages))
1648 for pfmri in packages:
1656 # referenced by other packages.
1670 # unused package data directories for any packages
1684 for f in packages):
2166 # packages have ever been published for this publisher.
2395 """Verify, then quarantine any packages in the repository that
2414 in case they are referenced by other packages.
3403 to match multiple packages.
3445 # No packages or no publishers matching 'pubs'.
3467 packages.
3477 def remove_packages(self, packages, progtrack=None, pub=None):
3478 """Removes the specified packages from the repository.
3480 'packages' is a list of FMRIs of packages to remove.
3489 for p in packages:
3503 # Don't allow removal of packages from different
3532 rstore.remove_packages(packages, progtrack=progtrack)
3535 """Looks for packages added to the repository that are not in
3830 # for ifmri, ignore all packages
3908 """Load ignored dependency packages."""
4000 or packages by given publishers form a complete dependency
4004 # Load ignored packages on dependency check.