Searched refs:repo_config_file (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Ddepot.py649 repo_config_file = dconf.get_property("pkg", "cfg_file") variable
650 if repo_config_file and not os.path.isabs(repo_config_file):
651 repo_config_file = os.path.join(pkg_root, repo_config_file)
857 repo = sr.Repository(cfgpathname=repo_config_file,

Completed in 19 milliseconds