- 27 Apr, 2017 2 commits
-
-
Alexandr Ilin authored
The link to https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml is no longer available. Point to GitHub instead. Change-Id: I5a1010b42bd2e70348ae7ca6c5783d65520ff565 Reviewed-on: https://chromium-review.googlesource.com/488602Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
Aaron Gable authored
This allows inserted footers to be specified as either before or after other potentially-present footers. It has one slight behavior change (reflected in the tests): If after_keys is specified but *doesn't match* any pre-existing footers, then the behavior does *not* switch to "insert as early as possible". The behavior switch only happens if the after_keys actually match a footer. R=iannucci@chromium.org Bug: 710547 Change-Id: If557978fe9309785285056eb557acbdc87960bb2 Reviewed-on: https://chromium-review.googlesource.com/487606Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
- 26 Apr, 2017 6 commits
-
-
Andrii Shyshkalov authored
R=agable@chromium.org,iannucci@chromium.org Before, this block of footers won't be recognized by git_footers: Bug: Change-Id: xxx because of empty value for "Bug:". This CL fixes this behavior. Bug: 715614 Change-Id: Iabe45bfc027fda15cbe0cd5ce9b883ce3b891220 Reviewed-on: https://chromium-review.googlesource.com/487963 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/8b7295c5344ed0cb6ed7843f9df2c6b58a015fe5 [recipes.py] refactor loading for operational_arguments. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: If62d896d47bc669355a81ec1aa45f639aac4085e Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/487563 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/ce0d4e67ec52fcf2aa662635e110a5427aaa4a09 [json] add dumps method to test_api. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: I79b8ba8944f57a6bab5c4addfbae796ce958f165 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/488322 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/f162918ed7c917f187c8098b88e4fd02b82e06aa [recipes.py] refactor common argument parsing, directly validate --package (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: Id86cbd9f83a5b76101a3f07b3138840ce61d8519 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/488202 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/77da3ca06f0c46b613b51eea0cf2186c7e8b58c9 [recipes.py] remove get_package_config. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: Idca49a4c80ee792ef56252cc9910d4ac85ed26a0 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/487522 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/c0617faf2648170732bec7f4f5139ac706fe1ebd [recipes.py] make `--properties-file -` work correctly again. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: Id4faf0b6e062d83de2d84bd647714087a3282d47 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/487581 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
- 25 Apr, 2017 8 commits
-
-
Aaron Gable authored
R=tandrii@chromium.org Bug: 715072 Change-Id: Ia34d406e0c0065b9e12cb6595534173d75241e9a Reviewed-on: https://chromium-review.googlesource.com/487046Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
Kenneth Russell authored
BUG=710547 Change-Id: I6558ba08683b8e010ac5051dabfd82d9a5b9c551 Reviewed-on: https://chromium-review.googlesource.com/486083Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org>
-
Robert Iannucci authored
R=brucedawson@chromium.org Bug: 714920 Change-Id: I6a0ea81e1d87fa2604e9f614a89ff48619cbffd0 Reviewed-on: https://chromium-review.googlesource.com/486085 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
Michael Achenbach authored
The flag has been deprecated in: https://chromium-review.googlesource.com/c/486640 This is a separate CL for the expectation changes. Bug: 398105 Change-Id: I129186323e5ecffe441febe7fa3c6c72bfc9c4cd Reviewed-on: https://chromium-review.googlesource.com/486782Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
Michael Achenbach authored
This reverts commit c91686c0. Reason for revert: Reland a light version of the original CL that keeps a dummy flag around. Original change's description: > Revert "Remove obsolete bot_update flag" > > This reverts commit 72048266. > > Reason for revert: Skia depends on it. Need to clean that up first. Currently blocks roll: > https://skia-review.googlesource.com/c/14145/ > > Original change's description: > > Remove obsolete bot_update flag > > > > Using the manifest is the default since a long time. The flag was only introduced to smoothly switch it on. Now the flag is not needed anymore. > > > > Bug: 398105 > > Change-Id: I4eb1c98e26e025a69f8b0a7c48877d78c031702e > > Reviewed-on: https://chromium-review.googlesource.com/485659 > > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> > > Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org> > > Commit-Queue: Michael Achenbach <machenbach@chromium.org> > > > > TBR=phajdan.jr@chromium.org,machenbach@chromium.org,tandrii@chromium.org,sergiyb@chromium.org,chromium-reviews@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Change-Id: Iffc4d8076abd3c92feebfd7f3ef88be7ce34b692 > Reviewed-on: https://chromium-review.googlesource.com/486639 > Reviewed-by: Michael Achenbach <machenbach@chromium.org> > Commit-Queue: Michael Achenbach <machenbach@chromium.org> > R=phajdan.jr@chromium.org,machenbach@chromium.org,tandrii@chromium.org,sergiyb@chromium.org,chromium-reviews@chromium.org Bug: 398105 Change-Id: I817d446f8a8eff84c5d7143ac2b9c527a40991f1 Reviewed-on: https://chromium-review.googlesource.com/486640 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). Please review the expectation changes, and LGTM+CQ. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/944125e6d1e8c831d09517bde658a38d8f81db37 Sort step presentation properties (machenbach@chromium.org) R=martiniss@chromium.org, phajdan.jr@chromium.org Change-Id: Iec279f8331bd0e7673ce785c3095714bc5cfe401 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/486600 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
Michael Achenbach authored
This reverts commit 72048266. Reason for revert: Skia depends on it. Need to clean that up first. Currently blocks roll: https://skia-review.googlesource.com/c/14145/ Original change's description: > Remove obsolete bot_update flag > > Using the manifest is the default since a long time. The flag was only introduced to smoothly switch it on. Now the flag is not needed anymore. > > Bug: 398105 > Change-Id: I4eb1c98e26e025a69f8b0a7c48877d78c031702e > Reviewed-on: https://chromium-review.googlesource.com/485659 > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> > Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org> > Commit-Queue: Michael Achenbach <machenbach@chromium.org> > TBR=phajdan.jr@chromium.org,machenbach@chromium.org,tandrii@chromium.org,sergiyb@chromium.org,chromium-reviews@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Change-Id: Iffc4d8076abd3c92feebfd7f3ef88be7ce34b692 Reviewed-on: https://chromium-review.googlesource.com/486639Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/9715f08144e7d8a8d7d543fa2cb5d266ae289849 Whitelist "hashlib" for import. (dnj@chromium.org) TBR=iannucci@chromium.org Change-Id: Ie0f5e9a690d226a446035ec6b35938751b1a4642 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/486399 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
- 24 Apr, 2017 2 commits
-
-
Michael Achenbach authored
Using the manifest is the default since a long time. The flag was only introduced to smoothly switch it on. Now the flag is not needed anymore. Bug: 398105 Change-Id: I4eb1c98e26e025a69f8b0a7c48877d78c031702e Reviewed-on: https://chromium-review.googlesource.com/485659Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
Michael Achenbach authored
Bug: 713356 Change-Id: I2c5d92152b293ca553efc875f49c28fb0fc888ed Reviewed-on: https://chromium-review.googlesource.com/484460Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
- 22 Apr, 2017 1 commit
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/554e8878ac6395262dc3c90bbb8a100ee844f766 Ensure raw_io creates all parent directories of the backing_dir. (jbudorick@chromium.org) TBR=iannucci@chromium.org Change-Id: Ied57f76a3ab376f17d5ee63138ae6b342b3b1ee9 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/485040 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
- 21 Apr, 2017 10 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/6eba2e3ccb23e7a3b622d82f23aad776c09a270c [autoroller] All commits in updates(), only roll interesting ones. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: Ib3d9b5ffefa8af5422bf140f444cb9e9a4e20aff Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/484859 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
Nodir Turakulov authored
Fix the bug in cipd recipe module preventing to add the package root as a dir. R=vadimsh@chromium.org Bug: Change-Id: Ia9b7adbf7f9b0e0e6dd4158934197e4f69ba993e Reviewed-on: https://chromium-review.googlesource.com/483850Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/64bc332f68c2b0d3daa5bfeb3f2dd5078e189c8c Fix Path.__ne__ (nodir@chromium.org) TBR=iannucci@chromium.org Change-Id: Ice2a0cd142b89a7acaf696a8aa32512e847b2e9d Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/484081 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
Michael Achenbach authored
Bug: 713356 TBR=tandrii@chromium.org Change-Id: I15d73492712b66c7670793f3c47e4cbd89d4e1cd Reviewed-on: https://chromium-review.googlesource.com/484440Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
Michael Achenbach authored
A few rare recipes use two or more solutions side-by-side. This allows switching one solution in isolation to use the new mapping. Bug: 713356 Change-Id: Id51f2f777681401843004577a4de65a6c5d1e4a6 Reviewed-on: https://chromium-review.googlesource.com/484341 Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-
Michael Achenbach authored
Bug: 713356 TBR=tandrii@chromium.org Change-Id: I4af86f67216e1fc07da099e42608ad4a93c6b354 Reviewed-on: https://chromium-review.googlesource.com/484401Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
Michael Achenbach authored
This is the first step in reversing got_revision_mapping. This CL: - Adds a new configuration got_revision_reverse_mapping. - Ensures only the old or the new configuration is used. - Transforms the old to the new configuration within bot_update. In follow up CLs we will migrate all clients to the new mapping, then delete the old and rename the new again. Bug: 713356 Change-Id: Icdbd6a3748c6e5399b9c4867a3d8292973325160 Reviewed-on: https://chromium-review.googlesource.com/483479 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/83831a2405589f70218ae8592d5fcd1bf40c8097 [fetch] Make GitBackend._execute log at info level (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: I3a453dc21f0f1a8d46f82301a524f21b3ab65ca5 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/484080 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/51e6ae23f698f81136bc508f633588354b5969ca Revert of [autoroller] All commits in updates(), only roll interesting ones. (patchset #2 id:20001 of https://codereview.chromium.org/2829203002/ ) (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: I0a9170310569057b5bd261089ecd8ee301c19965 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/484079 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/763b5442fe13969bc3ffc0fa37bcc527fa9814bf [autoroller] All commits in updates(), only roll interesting ones. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: I8fd197aac90e603758dfaf0e8c7d6aa8f7498a3e Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/484000 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
- 20 Apr, 2017 7 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/84d216aab872ff9d2ea18a39620fec428ea38e57 Revert of [autoroller] All commits in updates(), only roll interesting ones. (patchset #3 id:40001 of https://codereview.chromium.org/2833723003/ ) (iannucci@google.com) TBR=iannucci@chromium.org Change-Id: Ia684930202e414b46c1a5ab45f5d1e1ee8374ba9 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/483742 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/30925bd08c1f78e835f04a2a3d409cf027cde55e [autoroller] All commits in updates(), only roll interesting ones. (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: I3b651c2f567216444adacd0991aed01ae30d1198 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/483601 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
Dan Jacques authored
Add "tools/build"'s "url" and "gitiles" recipe modules into "depot_tools". "gitiles" had an explicit dependency on "depot_tools", so this formalizes this dependency. To support "url", we vendor "requests" from "tools/build" into "depot_tools" for it. BUG=None TEST=expectations Change-Id: I1ba634ae264b5c9d3adee20db3397c83a6c52c45 Reviewed-on: https://chromium-review.googlesource.com/483316Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org>
-
Andrii Shyshkalov authored
R=maruel@chromium.org,jrobbins@chromium.org BUG=712060 Change-Id: I16651d9926fe0f3a74549a4c03896220f9a58f94 Reviewed-on: https://chromium-review.googlesource.com/482659Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Jochen Eisinger authored
A comment that is preceded with an empty line (or starts at the beginning of the file) will be attributed to owners listed directly below the comment. Otherwise, if the comment is in the middle of a list of owners, it will only be attributed to the next owner. BUG=712589 R=dpranke@chromium.org Change-Id: I19bd7809836b6ee65ef56e2ec399e5cd09eaa132 Reviewed-on: https://chromium-review.googlesource.com/481303 Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org>
-
anatoly techtonik authored
Bug: Change-Id: Ie624d20ecff2afd274043620fbb2edcbcee857c6 Reviewed-on: https://chromium-review.googlesource.com/476670 Commit-Queue: anatoly techtonik <techtonik@gmail.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Robert Iannucci authored
$ git log --oneline --format='%aE' --since '12 months ago' recipes/ | sort | uniq Bug: R=dnj@chromium.org, nodir@chromium.org, phajdan.jr@chromium.org Change-Id: I1c9213b9bc2cf20d117c4691190f18ea75bcaaef Reviewed-on: https://chromium-review.googlesource.com/482541 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org>
-
- 19 Apr, 2017 4 commits
-
-
dimu authored
- gerrit create branch endpoint returns code 201 instead of 200 Bug: R=agable Change-Id: I07697e87e506d5545e9abd501775e0fc30a48f80 Reviewed-on: https://chromium-review.googlesource.com/482522Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Di Mu <dimu@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/de548b9dbccba9e27b9bdb1d5bb619fb786e87a9 [package_io] add trailing newline when dumping recipe.cfg files (iannucci@chromium.org) TBR=iannucci@chromium.org Change-Id: Ibc81870fbe90f0d77b0eff7a509178905d74324e Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Reviewed-on: https://chromium-review.googlesource.com/482679 Reviewed-by: <recipe-roller@chromium.org> Commit-Queue: <recipe-roller@chromium.org>
-
Andrii Shyshkalov authored
R=iannucci@chromium.org Bug: Change-Id: Ia1729175c9f10d7c89388bf1e227904e76cbb16c Reviewed-on: https://chromium-review.googlesource.com/482319Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
-
Robert Iannucci authored
Otherwise if update_reviewers needs to modify the commit message it won't show in gerrit. Bug: Change-Id: Id81db48b7d15bd17cb924d1d046b31f2c48defa7 Reviewed-on: https://chromium-review.googlesource.com/482062 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
-