Lines Matching refs:repo
115 def git_checkout_to_directory(git, repo, commithash, directory, verbose):
121 repo (string) the location of the repository, suitable
135 [git, 'clone', '--quiet', '--no-checkout', repo, directory])
143 # if the directory exists, but isn't a git repo, you will modify
148 # Check to see if this repo is disabled. Quick return.
163 # If the repo has changed, always force use of the correct repo.
164 # If origin already points to repo, this is a quick no-op.
166 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
226 repo, commithash = dependencies[directory].split('@', 1)
235 (git, repo, commithash, relative_directory, verbose))