Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 25 of 122) sorted by relevance

12345

/external/autotest/site_utils/
Dautomated_deploy.py74 def clone_prod_branch(repo): argument
83 repo_dir = '/tmp/%s' % repo
84 print 'Cloning %s prod branch under %s' % (repo, repo_dir)
87 git_repo = revision_control.GitRepo(repo_dir, GIT_URL[repo])
89 print 'Successfully cloned %s prod branch' % repo
93 def update_prod_branch(repo, repo_dir, hash_to_rebase): argument
106 print 'Updating %s prod branch.' % repo
119 print 'Successfully pushed %s prod branch!\n' % repo
128 (repo, result))
131 print 'No new %s changes found since last push.' % repo
[all …]
Dautomated_deploy_unittest.py113 repo = 'autotest'
116 (repo, expect_git_log_cmd, autotest_commits_logs))
117 actual_return = ad.get_pushed_commits(repo, 'test', '123..789')
123 repo = 'chromite'
126 (repo, expect_git_log_cmd, fake_commits_logs))
127 actual_return = ad.get_pushed_commits(repo, 'test', '123..789')
/external/regex-re2/lib/codereview/
Dcodereview.py280 def Flush(self, ui, repo): argument
282 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
283 dir = CodeReviewDir(ui, repo)
296 def Delete(self, ui, repo): argument
297 dir = CodeReviewDir(ui, repo)
309 …def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, qui… argument
313 CheckFormat(ui, repo, self.files, just_warn=gofmt_just_warn)
315 os.chdir(repo.root)
336 vcs = MercurialVCS(upload_options, ui, repo)
383 self.Flush(ui, repo)
[all …]
/external/autotest/client/common_lib/
Dpackages.py39 def parse_ssh_path(repo): argument
45 match = re.search('^ssh://(.*?)(/.*)$', repo)
50 "Incorrect SSH path in global_config: %s" % repo)
53 def repo_run_command(repo, cmd, ignore_status=False, cd=True): argument
55 repo = repo.strip()
58 if repo.startswith('ssh://'):
60 hostline, remote_path = parse_ssh_path(repo)
71 cd_str = 'cd %s && ' % repo
78 def create_directory(repo): argument
79 remote_path = repo
[all …]
/external/fmtlib/support/
Dtravis-build.py50 repo = 'fmtlib.github.io' variable
54 print('Skipping update of ' + repo)
57 rmtree_if_exists(repo)
59 check_call(['git', 'clone', git_url + 'fmtlib/{}.git'.format(repo)])
61 target_dir = os.path.join(repo, 'dev')
68 check_call(['git', 'add', '--all'], cwd=repo)
69 if call(['git', 'diff-index', '--quiet', 'HEAD'], cwd=repo):
70 check_call(['git', 'commit', '-m', 'Update documentation'], cwd=repo)
74 p = Popen(cmd, shell=True, stdout=PIPE, stderr=STDOUT, cwd=repo)
Dmanage.py56 def clean_checkout(repo, branch): argument
57 repo.clean('-f', '-d')
58 repo.reset('--hard')
59 repo.checkout(branch)
/external/droiddriver/
Dcontributing_aosp.md6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (s…
8 … e.g. ~/android/aosp. It should be separate from your work on the internal repo to avoid confusion.
9 Then get a local client of the repo:
14 $ repo init -u https://android.googlesource.com/a/platform/manifest -b droiddriver-dev
15 $ repo sync
31 - `repo start somebranchname .`
33 - `repo upload`
43 `$ repo upload --re="<joe@example.com>,<john@example.com>" .`
51 - `repo sync`
54 - `repo upload`
[all …]
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py93 repo = 'http://commondatastorage.googleapis.com/chromeos-test-public/'
94 file_list = [repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.mp4', ]
97 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.ogg',
98 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.vp8.webm',
99 repo + 'big_buck_bunny/big_buck_bunny_trailer_400p.vp9.webm',
100 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.mp4',
101 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.ogg',
102 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.vp8.webm',
103 repo + 'big_buck_bunny/big_buck_bunny_trailer_720p.vp9.webm',
104 repo + 'big_buck_bunny/big_buck_bunny_trailer_1080p.mp4',
[all …]
/external/swiftshader/third_party/LLVM/utils/git/
Dfind-rev16 repo,rev = args
23 os.chdir(repo)
33 _,repo,_ = ln.strip().split(' ')
34 _,lrev = repo.rsplit('@',1)
/external/llvm/utils/git/
Dfind-rev16 repo,rev = args
23 os.chdir(repo)
33 _,repo,_ = ln.strip().split(' ')
34 _,lrev = repo.rsplit('@',1)
/external/protobuf/protoc-artifacts/
DDockerfile29 RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d
30 RUN bash -c 'echo "enabled=1" >> /etc/yum.repos.d/devtools-1.1.repo'
31 … 's/\$basearch/i386/g' /etc/yum.repos.d/devtools-1.1.repo > /etc/yum.repos.d/devtools-i386-1.1.rep…
32 RUN sed -e 's/testing-/testing-i386-/g' -i /etc/yum.repos.d/devtools-i386-1.1.repo
/external/r8/tools/linux/
DREADME.art-versions18 repo init -u https://android.googlesource.com/platform/manifest -b master
19 repo sync -cq -j24
33 repo manifest -o aosp_master_manifest.xml -r
39 mkdir -p .repo/manifests
40 cp <r8-checkout>/aosp_master_manifest.xml .repo/manifests
41 repo init -u https://android.googlesource.com/platform/manifest -m aosp_master_manifest.xml
42 <continue with repo sync as above>
103 repo init -u https://android.googlesource.com/platform/manifest -b android-7.0.0_r21
104 repo sync -cq -j24
178 repo init -u https://android.googlesource.com/platform/manifest -b android-6.0.1_r66
[all …]
DREADME.dalvik5 repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.4_r1
6 repo sync
/external/curl/docs/
DRELEASE-PROCEDURE4 in the source code repo
13 - tag the git repo in this style: `git tag -a curl-7_34_0`. -a annotates the
27 in the curl-www repo
38 - tag the repo with the same tag as used for the source repo
/external/skia/tools/
Dgit-sync-deps111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
132 [git, 'clone', '--quiet', repo, directory])
158 [git, 'remote', 'set-url', 'origin', repo], cwd=directory)
208 repo, checkoutable = dependencies[directory].split('@', 1)
215 (git, repo, checkoutable, relative_directory, verbose))
/external/toolchain-utils/
Drepo_to_repo.py315 repo = self.CreateRepoFromDict(repo_dict)
317 self.input_repos.append(repo)
319 self.output_repos.append(repo)
333 repo = P4Repo(repo_address, repo_mappings, revision=revision)
335 repo = SvnRepo(repo_address, repo_mappings)
337 repo = GitRepo(repo_address,
343 repo = FileRepo(repo_address)
346 return repo
/external/clang/
DToolchainPrebuilts.md23 repo init -u https://android.googlesource.com/platform/manifest -b llvm
26 repo init -u \
34 repo start working_dev .
82 repo start update_38 .
85 repo upload .
91 repo sync .
160 repo start updated_toolchain .
163 repo upload --cbr .
DRenderScriptPrebuilts.md14 repo start update .
18 repo upload .
24 repo sync .
65 repo upload .
/external/autotest/server/control_segments/
Dverify_job_repo_url6 logging.info('testbed does not need to verify job repo url.')
9 logging.info('Verifying job repo url for machine %s', machine)
/external/protobuf/jenkins/docker/
DDockerfile22 run echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list…
23 …echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | tee -a /etc…
114 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO -P lite && \
115 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \
117 $MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO
/external/hyphenation-patterns/de/
DREADME.android1 URL: http://repo.or.cz/wortliste.git/snapshot/43e8e53dd38c4ba975e944fe07db3d8945fb30e0.zip
11 git repo.
/external/google-benchmark/
Dmingw.py66 repo = socket.read()
67 if not isinstance(repo, str):
68 repo = repo.decode();
70 for entry in repo.split('\n')[:-1]:
/external/libdrm/
DRELEASING36 assuming the remote for the upstream libdrm repo is called origin.
38 5) Use the release.sh script from the xorg/util/modular repo to
42 at the same level than the libdrm repo:
/external/glide/
Dupdate_files.sh11 ANDROID_BRANCH_NAME=$(repo info . | sed -n 's/Current revision: \(.*\)/\1/p')
38 repo sync .
/external/testng/gradle/
Dpublishing-maven.gradle38 // ./gradlew uploadArchives (upload snapshot to Maven Central's snapshot repo)
66 distribution 'repo'

12345