/pkg/src/util/log-scripts/ |
H A D | cron.ksh | 51 grep " /catalog" access_log > access_log.catalog 56 python $LOG_HOME/an_catalog.py access_log.catalog > catalog.html
|
H A D | split.awk | 41 / \/catalog\/0/ { 42 print $0 >> ("raw.catalog." timestamp)
|
/pkg/src/tests/api/ |
H A D | t_api_refresh.py | 74 """Verify that refresh updates the publisher catalog if it's 89 # note when the publisher catalog was last updated 90 ts1 = pub.catalog.last_modified 92 # create a copy of the publisher catalog 93 statedir = pub.catalog.meta_root 97 # force a delay so if the catalog is updated we'll notice. 103 # refresh the image catalog 106 # make sure the publisher catalog was updated. 108 ts2 = pub.catalog.last_modified 111 # overwrite the current publisher catalog wit [all...] |
H A D | t_catalog.py | 43 import pkg.catalog as catalog namespace 52 """Tests for all catalog functionality.""" 59 self.c = catalog.Catalog(log_updates=True) 443 # Test new catalog case. 445 c = catalog.Catalog(meta_root=cpath, log_updates=True) 454 # Now test old catalog case. 457 c = catalog.Catalog(meta_root=cpath, log_updates=True) 463 # since this causes the catalog file to be re-created. 472 # Finally, test read_only old catalog cas [all...] |
/pkg/src/modules/ |
H A D | lockfile.py | 32 import pkg.catalog namespace 233 lock_ts = pkg.catalog.now_to_basic_ts() 249 lock_ts = pkg.catalog.now_to_basic_ts()
|
/pkg/src/modules/server/ |
H A D | feed.py | 30 a catalog, allow the construction of a feed representing the activity within 46 import pkg.catalog as catalog namespace 157 if op_type == catalog.CatalogUpdate.ADD: 166 elif op_type == catalog.CatalogUpdate.REMOVE: 212 that have been made to the catalog since the specified UTC datetime 228 # catalog data, so aren't currently interesting. 266 # Cache the first entry in the catalog for any given package stem found 294 ulog = catalog.CatalogUpdate(name, meta_root=cat.meta_root)
|
H A D | repository.py | 46 import pkg.catalog as catalog namespace 492 c = self.catalog 501 c = self.catalog 532 """Destroy the catalog.""" 639 cat = self.catalog 642 lcat_update = catalog.datetime_to_basic_ts( 661 "last-catalog-update": lcat_update, 762 # Temporarily mark catalog as not read-only so 764 self.catalog 1254 def catalog(self): member in class:_RepoStore [all...] |
/pkg/doc/ |
H A D | Makefile | 50 catalog.txt \
|
/pkg/src/tests/cli/ |
H A D | t_pkg_info.py | 36 import pkg.catalog as catalog namespace 764 "var/pkg/state/installed/catalog.base.C") 766 last_install = catalog.basic_ts_to_datetime( 774 last_install = catalog.basic_ts_to_datetime( 780 last_update = catalog.basic_ts_to_datetime(
|
H A D | t_pkg_refresh.py | 37 import pkg.catalog as catalog namespace 105 # "GET [/<pub>]/catalog/1/catalog.base.C HTTP/1.1" 200 189 "" 197 # the publisher's metadata was last checked, and so the catalog 202 # and so the catalog will reflect the last published package. 211 # and so the catalog will reflect the last published package. 228 # and so the catalog will reflect the last published package. 372 have repositories that offer catalog/1/ in exceptional error 383 # Only entries for the full catalog file [all...] |
H A D | t_pkg_composite.py | 33 import pkg.catalog as catalog namespace 372 "var/pkg/state/installed/catalog.base.C") 375 pkg_install = catalog.basic_ts_to_datetime(
|
H A D | t_pkg_temp_sources.py | 34 import pkg.catalog as catalog namespace 565 "var/pkg/state/installed/catalog.base.C") 567 pkg_install = catalog.basic_ts_to_datetime(
|
H A D | t_pkg_search.py | 43 import pkg.catalog as catalog namespace 675 # Should return nothing, as the server can't build catalog 680 # Should fail since the bogus_pkg isn't even in the catalog. 691 # Load the 'installed' catalog and add an entry for the 695 cat = catalog.Catalog(meta_root=istate_dir)
|
/pkg/src/modules/client/ |
H A D | publisher.py | 62 import pkg.catalog namespace 766 repository catalog or repository metadata information. 1204 def __init__(self, prefix, alias=None, catalog=None, client_uuid=None, 1210 'catalog' is an optional Catalog object to use in place of 1215 assert not (catalog and meta_root) 1272 self._catalog = catalog 1504 or errors. Currently only checks catalog metadata.""" 1506 c = pkg.catalog.Catalog(meta_root=croot, read_only=True) 1517 # XXX For now, perform this check using the catalog data. 1531 The catalog retrieve 1581 def catalog(self): function [all...] |
H A D | pkg_solver.py | 41 import pkg.catalog as catalog namespace 127 """Create a PkgSolver instance; catalog should contain all 1661 """Cache for catalog entries; helps performance""" 1670 """ return the list of fmris in catalog for this pkg name""" 1755 [catalog.Catalog.DEPENDENCY], excludes=excludes) 1797 [catalog.Catalog.DEPENDENCY], excludes=excludes) 2885 [catalog.Catalog.DEPENDENCY], excludes=excludes): 2914 [catalog.Catalog.DEPENDENCY], 3031 # catalog [all...] |
H A D | api.py | 76 import pkg.catalog as catalog namespace 1579 # the known catalog 2992 """Refreshes the metadata (e.g. catalog) for one or more 3069 the last version of each unique package in the catalog on a 3329 installed catalog and package repository map for temporary 3343 img_inst_base = img_inst_cat.get_part("catalog.base.C", 3370 # Retrieve each publisher's catalog. 3387 pub.catalog 3427 compicat = pkg.catalog [all...] |
/pkg/src/web/_themes/default/en/ |
H A D | base.css | 131 table.stats a#catalog-feed {
|
/pkg/src/web/_themes/sun.com/en/ |
H A D | base.css | 119 table.stats a#catalog-feed {
|
/pkg/src/ |
H A D | pkgrepo.py | 74 import pkg.catalog namespace 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 [all...] |
H A D | sign.py | 96 pkgsign -s path_or_uri [-acikn] [--no-index] [--no-catalog] 103 """Fetch the catalog from src_uri.""" 106 # Create a temporary directory for catalog. 113 return src_pub.catalog 134 ["help", "no-index", "no-catalog"]) 174 elif opt == "--no-catalog":
|
H A D | pull.py | 41 import pkg.catalog as catalog namespace 364 """Fetch the catalog from src_uri. 366 target_catalog is a hint about whether this is a destination catalog, 375 # Create a temporary directory for catalog. 386 # Assume that a catalog doesn't exist for the target publisher, 390 return catalog.Catalog(read_only=True) 395 return src_pub.catalog 994 # Copy catalog files. 1002 prefix='catalog [all...] |
/pkg/src/web/_themes/opensolaris.com/en/ |
H A D | base.css | 133 table.stats a#catalog-feed {
|
/pkg/src/web/_themes/opensolaris.org/en/ |
H A D | base.css | 136 table.stats a#catalog-feed {
|
/pkg/src/pkg/ |
H A D | Makefile | 173 --no-catalog $(@:%.pub=%.dep.res)
|
/pkg/src/web/_themes/oracle.com/en/ |
H A D | base.css | 231 table.stats a#catalog-feed {
|