Home
last modified time | relevance | path

Searched refs:global_paths (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/
Dpre-upload.py205 global_paths = (
215 return rh.config.PreUploadConfig(paths=paths, global_paths=global_paths)
/tools/repohooks/rh/
Dconfig.py109 def __init__(self, paths=('',), global_paths=()): argument
131 _search(global_paths, self.GLOBAL_FILENAME)
Dconfig_unittest.py129 global_paths=(self.tempdir,))