Searched defs:catalog_root (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/client/
H A Dpublisher.py1468 self._catalog.meta_root = self.catalog_root
1591 croot = self.catalog_root
1604 def catalog_root(self): function
1619 for path in (self.meta_root, self.catalog_root):
1793 for entry in os.listdir(self.catalog_root):
1798 self.catalog_root, entry))
1812 dest = os.path.join(self.catalog_root,
1815 self.catalog_root), dest)
1821 meta_root=self.catalog_root, sign=False)
/pkg/src/modules/server/
H A Drepository.py535 if self.catalog_root and os.path.exists(self.catalog_root):
536 shutil.rmtree(self.catalog_root)
885 if not self.read_only and self.catalog_root and \
906 if not self.catalog_root or self.mirror:
919 # is in self.catalog_root.
971 old_cat_root = self.catalog_root
1155 if not self.catalog_root or self.catalog_version < 1:
1225 if not self.catalog_root or self.catalog_version < 1:
1243 if not self.catalog_root o
2553 catalog_root = property(lambda self: self.__catalog_root) variable in class:_RepoStore
[all...]

Completed in 34 milliseconds