Home
last modified time | relevance | path

Searched refs:gerrit (Results 1 – 25 of 41) sorted by relevance

12

/external/perfetto/infra/ci/
Dcommon_utils.py55 def req(method, uri, body=None, req_etag=False, etag=None, gerrit=False): argument
65 tls_key = 'gerrit_http' if gerrit else 'oauth2_http'
71 if gerrit:
85 res = res[4:] if gerrit else res # Strip Gerrit XSSI projection chars.
/external/skqp/experimental/documentation/
Dgerrit.md14 'https://gerrit-review.googlesource.com/tools/hooks/commit-msg'
68 …[Gerrit Upload Documentation](https://gerrit-review.googlesource.com/Documentation/user-upload.htm…
72 bin/sysopen https://skia-review.googlesource.com/c/skia/+/$(bin/gerrit-number @)
103 On your current branch, after uploading to gerrit:
105 git cl issue $(bin/gerrit-number @)
115 git config alias.gerrit-push 'push origin @:refs/for/master'
123 git config alias.setcl '!git-cl issue $(bin/gerrit-number @)'
134 This shell script pushes to gerrit and adds a message to a patchset:
147 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[…
168 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
/external/skia/experimental/documentation/
Dgerrit.md66 …[Gerrit Upload Documentation](https://gerrit-review.googlesource.com/Documentation/user-upload.htm…
70 bin/sysopen https://skia-review.googlesource.com/c/skia/+/$(bin/gerrit-number @)
109 On your current branch, after uploading to gerrit:
111 git cl issue $(bin/gerrit-number @)
121 git config alias.gerrit-push 'push origin @:refs/for/master'
129 git config alias.setcl '!git-cl issue $(bin/gerrit-number @)'
140 This shell script pushes to gerrit and adds a message to a patchset:
153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[…
174 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
/external/oss-fuzz/projects/dlplibs/
DDockerfile106 RUN git clone --depth 1 git://gerrit.libreoffice.org/libmspub
107 RUN git clone --depth 1 git://gerrit.libreoffice.org/libcdr
108 RUN git clone --depth 1 git://gerrit.libreoffice.org/libvisio
109 RUN git clone --depth 1 git://gerrit.libreoffice.org/libzmf
110 RUN git clone --depth 1 git://gerrit.libreoffice.org/libpagemaker
111 RUN git clone --depth 1 git://gerrit.libreoffice.org/libfreehand
118 RUN git clone --depth 1 git://gerrit.libreoffice.org/libabw
119 RUN git clone --depth 1 git://gerrit.libreoffice.org/libetonyek
120 RUN git clone --depth 1 git://gerrit.libreoffice.org/libqxp
/external/toolchain-utils/deprecated/
Drepo_to_repo.py121 self.gerrit = None
193 def __init__(self, address, branch, mappings=None, ignores=None, gerrit=None): argument
201 self.gerrit = gerrit
269 if self.gerrit:
328 gerrit = repo_dict.get('gerrit', None)
341 gerrit=gerrit)
/external/skqp/tools/
Dbisect_roll.go71 g, err := gerrit.NewGerrit(*gerritUrl, gitcookiesPath, nil)
104 modAfter := gerrit.SearchModifiedAfter(lastRollTime)
105 cls, err := g.Search(500, modAfter, gerrit.SearchOwner(*autoRollerAccount))
109 cls2, err := g.Search(500, modAfter, gerrit.SearchOwner("self"))
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go54 gerrit "github.com/andygrunwald/go-gerrit" packageName
188 client, err := gerrit.NewClient(gerritURL, nil)
283 _, _, err = client.Changes.SetReview(change.id, change.latest.String(), &gerrit.ReviewInput{
508 func (r *regres) updateTestLists(client *gerrit.Client) error {
609 func (r *regres) postMostCommonFailures(client *gerrit.Client, change *gerrit.ChangeInfo, results *…
644 …_, _, err := client.Changes.SetReview(change.ChangeID, change.CurrentRevision, &gerrit.ReviewInput{
655 func (r *regres) findTestListChange(client *gerrit.Client) (*gerrit.ChangeInfo, error) {
657 changes, _, err := client.Changes.QueryChanges(&gerrit.QueryChangeOptions{
658 QueryOptions: gerrit.QueryOptions{
662 ChangeOptions: gerrit.ChangeOptions{
[all …]
/external/vixl/
D.gitreview1 [gerrit]
/external/perfetto/infra/ci/controller/
Dcontroller.py139 resp = req('GET', url, gerrit=True)
351 req('POST', url, body=body, gerrit=True)
370 revision = req('GET', url, gerrit=True)['revision']
377 commit_info = req('GET', url, gerrit=True)
/external/perfetto/docs/contributing/
Dgetting-started.md5 This project uses [Android AOSP Gerrit][perfetto-gerrit] for code reviews,
17 We use [Android AOSP Gerrit][perfetto-gerrit] for this purpose.
81 [perfetto-gerrit]: https://android-review.googlesource.com/q/project:platform%252Fexternal%252Fperf…
/external/toolchain-utils/deprecated/repo_to_repo_files/
Dbinutils-master.json.rtr14 "gerrit": true,
Dbinutils-mobile_toolchain_v16.json.rtr13 "gerrit": true,
Dgcc-master.json.rtr13 "gerrit": true,
Dcrosperf.json.rtr30 "gerrit": true,
/external/skia/
DPRESUBMIT.py306 self._gerrit = input_api.gerrit
423 if input_api.gerrit:
462 def PostUploadHook(gerrit, change, output_api): argument
520 gerrit.UpdateDescription(
Dgo.mod10 github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57
/external/deqp/.github/
DCONTRIBUTING.md3 Note to Khronos members: please submit patches through [Khronos Gerrit](https://gerrit.khronos.org/…
/external/libxml2/
DAndroid.bp24 // git push aosp HEAD:master # Push directly, avoiding gerrit.
25 // git push aosp HEAD:refs/for/master # Push to gerrit.
/external/opencensus-java/
DOWNERS4 # Owners must be registered in AOSP gerrit.
/external/boringssl/src/
DCONTRIBUTING.md26 [add Change-Ids](https://gerrit-review.googlesource.com/Documentation/cmd-hook-commit-msg.html)
44 [Gerrit User Guide](https://gerrit-review.googlesource.com/Documentation/intro-user.html).
/external/libyuv/files/infra/config/
Dcq.cfg8 gerrit {}
/external/swiftshader/
DREADME.md54 All changes require a [Change-ID](https://gerrit-review.googlesource.com/Documentation/user-changei…
55 https://gerrit-review.googlesource.com/tools/hooks/commit-msg. To clone the repository and install …
57 …iftShader && curl -Lo `git rev-parse --git-dir`/hooks/commit-msg https://gerrit-review.googlesourc…
/external/google-styleguide/docguide/
Dstyle.md72 …[`[TOC]` documentation](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md…
90 …interesset. See the [foo docs](https://gerrit.googlesource.com/gitiles/+/master/Documentation/mark…
98 [foo docs](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md)
359 See [image syntax](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md#Image…
DREADMEs.md24 https://gerrit.googlesource.com/gitiles/
/external/angle/infra/config/global/
Dcommit-queue.cfg12 gerrit {

12