OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_branch
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/
revision_control.py
161
def clone(self,
remote_branch
=None, shallow=False):
169
@param
remote_branch
: Specify the remote branch to clone. None if to
177
if
remote_branch
:
178
cmd += '-b %s' %
remote_branch
227
def upload_cl(self, remote,
remote_branch
, local_ref='HEAD', draft=False,
233
@param
remote_branch
: The remote branch to upload the CL.
241
remote_branch
)
314
def reinit_repo_at(self,
remote_branch
):
316
Does all it can to ensure that the repo is at
remote_branch
.
322
@param
remote_branch
: branch to check out
[
all
...]
/external/virglrenderer/scripts/
release.sh
294
remote_branch
=`git config --get branch.$current_branch.merge | cut -d'/' -f3,4`
295
echo "Info: working off the \"$current_branch\" branch tracking the remote \"$remote_name/$
remote_branch
\"."
376
remote_top_commit_sha=`git rev-list --max-count=1 $remote_name/$
remote_branch
`
/external/autotest/site_utils/
automated_deploy.py
102
git_repo.clone(
remote_branch
=PROD_BRANCH)
Completed in 142 milliseconds