Lines Matching defs:catalog
74 import pkg.catalog
169 --cert ssl_cert ...] [--no-catalog] [--no-index]
172 --cert ssl_cert ...] [--no-catalog] [--no-index]
446 numpkg = rstore.catalog.package_count
837 last_update = pdata.get("last-catalog-update", "")
841 last_update = pkg.catalog.basic_ts_to_datetime(
844 pkg.catalog.datetime_to_ts(last_update))
939 cat = pub.catalog
1057 # Assume that a catalog doesn't exist for the target
1115 cat = pub.catalog
1239 """Rebuild the repository's catalog and index data (as permitted)."""
1247 opts, pargs = getopt.getopt(args, "p:s:", ["no-catalog", "no-index",
1258 elif opt == "--no-catalog":
1288 """Refresh the repository's catalog and index data (as permitted)."""
1296 opts, pargs = getopt.getopt(args, "p:s:", ["no-catalog", "no-index",
1307 elif opt == "--no-catalog":
1737 For index and catalog content corruption, a rebuild should be
1851 # Create a temporary directory for catalog.
1857 pkgs, fmris, unmatched = pub.catalog.get_matching_fmris("*")
1999 cat_lm_pub = pub.catalog.last_modified.isoformat()
2000 cat_lm_rpub = rpub.catalog.last_modified.isoformat()
2014 # Common publishers with different catalog
2058 # Emit catalog differences.
2060 omsg = _("catalog last modified: {0}")
2064 com_pub_info["catalog"] = {"-": minus_cat,
2112 msg(_("The catalog for the following publisher(s) "