Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dconfig_unittest.py159 global_paths=(self.tempdir,))
168 rh.config.PreUploadSettings(global_paths=(self.tempdir,))
Dconfig.py316 def __init__(self, paths=('',), global_paths=()): argument
329 GlobalPreUploadFile.from_paths(global_paths),
/tools/repohooks/
Dpre-upload.py251 global_paths = (rh.git.find_repo_root(),)
253 global_paths = (
264 return rh.config.PreUploadSettings(paths=paths, global_paths=global_paths)