- 07 Aug, 2017 2 commits
-
-
Sergey Berezin authored
BUG=628259 TBR=agable@chromium.org Change-Id: I79bd59bb922d70c59a42ec09f153e9c9220fd9bb Reviewed-on: https://chromium-review.googlesource.com/599362Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@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/862f33385b0c24846ea7850b4c1bdf646cafcf60 Vendor 'luci_context' library. (vadimsh@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I868aac1368d64e5c46a3c67a61eda38bdf443450 Reviewed-on: https://chromium-review.googlesource.com/604289Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 04 Aug, 2017 2 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/6de52416675972312112322e412f84ae741357f2 Add add_json_log='on_failure' to json module. (stgao@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If01f8727d339db3cadab2187af48948a2ba0190a Reviewed-on: https://chromium-review.googlesource.com/602776Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <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/e183af00ebfb42ec3790682ff35942b86de77914 [recipe_engine] Set presentation.status before OutputPlaceholder.result. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I7191b8c14c146ea124da40b14168920ad7d8f299 Reviewed-on: https://chromium-review.googlesource.com/602378Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
- 03 Aug, 2017 2 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/3b99cdd583b999d54712536f1ba9462175dfd3db Fix "recipes.py test diff" not raising a failure (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8dcce13d8fd27839e7f9c0c9a0d3732e8e705b0d Reviewed-on: https://chromium-review.googlesource.com/600259Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Paweł Hajdan, Jr authored
Nice side-effect of this change is simplifying the code. Also added regression test coverage. Bug: 570091 Change-Id: I470e9efc319632f997b02d210483988c17a7d3c8 Reviewed-on: https://chromium-review.googlesource.com/600369Reviewed-by: Michael Moss <mmoss@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
- 02 Aug, 2017 4 commits
-
-
Varun Khaneja authored
Tested for: crrev.com/c/, crrev.com/i, crbug.com/ Bug: Change-Id: I4fcc316f454894acc9177f731dffbeb75ed3e2ad Reviewed-on: https://chromium-review.googlesource.com/597427 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org>
-
Paweł Hajdan, Jr authored
- allow variables with same names as long as values are also the same - allow recursedeps entries referencing deps_os entries Bug: 570091 Change-Id: I4abbd255982368a0ee33e8f3de631f3d18adf6ab Reviewed-on: https://chromium-review.googlesource.com/583649Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
Dirk Pranke authored
The update_depot_tools script had a line where a call out to the test operator ([]) wasn't quoting all of the arguments, leading to errors if a directory had spaces in the name. R=dnj@chromium.org, phajdan.jr@chromium.org Bug: Change-Id: Ie1f5f51891a2582614ed3d9b16375d2ad522360b Reviewed-on: https://chromium-review.googlesource.com/598427Reviewed-by: Daniel Jacques <dnj@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org>
-
Paweł Hajdan, Jr authored
This is part of preparation for gclient flatten, conditions, and improving internal gclient workflows. This also ensures variables have consistent values in the entire checkout, unlike the current situation where different DEPS files can use different values for the same variable. We override instead of erroring out, since otherwise commonly used dependencies such as buildtools wuld have to be rolled simultaneously in unrelated projects, say v8 and native_client. Another reason for overriding are possible future use cases such as is_chromium_build, which could be set to false e.g. in v8, but chromium DEPS would override it to true. Bug: 570091 Change-Id: If61322dd9a55e57729a4100d05ecb9c1e3ae8e38 Reviewed-on: https://chromium-review.googlesource.com/596310Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
- 01 Aug, 2017 3 commits
-
-
Takeshi Yoshino authored
To be used by https://chromium-review.googlesource.com/c/593708/ Bug: Change-Id: I0d005bf6a6ba4262197a222cb337308551ed61a6 Reviewed-on: https://chromium-review.googlesource.com/595308 Commit-Queue: Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org>
-
Clemens Hammacher authored
Before C++11, we were using a hack to disable copy constructors or copy assignment by declaring the methods private and not implementing them. This hack required the respective macros to be placed in the private: declarations of a class. The macros have switched to use the C++11 "= delete" syntax some time ago in both v8 and chromium: https://codereview.chromium.org/1123723003/ https://codereview.chromium.org/2017213002 Also the comments are now updated, since the macros do not need to be in the private: declarations any more: https://chromium-review.googlesource.com/c/577687 https://chromium-review.googlesource.com/c/578027 This change removes the presubmit check that checked that the macros are only used in the private declarations. This is a cherry-pick from https://github.com/google/styleguide/pull/265. R=jochen@chromium.org Change-Id: I224005a17c3de2569b64622e6cf8c9688665637d Reviewed-on: https://chromium-review.googlesource.com/579187Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
-
Paweł Hajdan, Jr authored
Bug: none Change-Id: If727fd0e058dbb68a4f8a2bd210a1166bdd0449e Reviewed-on: https://chromium-review.googlesource.com/594047Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
- 31 Jul, 2017 2 commits
-
-
Aaron Gable authored
Bug: 750694 Change-Id: I69778c3ea0789795ad7e50d11bf677df8f7bc262 Reviewed-on: https://chromium-review.googlesource.com/594839Reviewed-by: Daniel Jacques <dnj@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
Sergey Berezin authored
Needed for parity with Rietveld two-sided patch application. BUG=628259 R=agable@chromium.org Change-Id: I79221f54e89a9291257a71b70cc52acc51167854 Reviewed-on: https://chromium-review.googlesource.com/591047Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
-
- 28 Jul, 2017 2 commits
-
-
Dan Jacques authored
Have the "update_depot_tools" script also do a CIPD tool sync. This will ensure that users and systems have access to tooling at sync-time rather than just-in-time loading them at execution time. Update the tool boostraps to suppress any sort of syncing logs, if it does happen. This will ensure that users who execute the tools don't see unexpected output. BUG=chromium:748651 TEST=local - Tested on Mac and Windows. Change-Id: I1aad897d885a07beeac40a372a658681720efd2a Reviewed-on: https://chromium-review.googlesource.com/591229 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Dan Jacques authored
Bump the CIPD client version to b482bfa19d3fa79b4b40dd5ac7a34479052e3df1. This version inculdes support for the "-log-level" flag. Update CIPD bootstrap scripts and tool installation scripts to log at warning level, so that standard operation doesn't produce any logs. This version differs from the previous CL in that the "selfupdate" command no longer uses "-log-level". This fixes an issue where the current CIPD, which doesn't support "-log-level", is given the flag prior to actually updating to a version that does. BUG=chromium:748651 TEST=canary - Tested this CIPD version on canary waterfall successfully. Change-Id: I69dfe522d890eb307214f18d0467ce921a766446 Reviewed-on: https://chromium-review.googlesource.com/589568 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
- 27 Jul, 2017 3 commits
-
-
Daniel Jacques authored
This reverts commit 18aa2d93. Reason for revert: <INSERT REASONING HERE> Original change's description: > [cipd] Bump version, log at warning. > > Bump the CIPD client version to > e2a98b41adb3403b5b7771c4101b42a55dc2dd9e. This version inculdes support > for the "-log-level" flag. > > Update CIPD bootstrap scripts and tool installation scripts to log at > warning level, so that standard operation doesn't produce any logs. > > BUG=chromium:748651 > TEST=canary > - Tested this CIPD version on canary waterfall successfully. > - Tested "gclient" bootstrap and "vpython" / "led" on Windows system, > no output and works. > - Tested "vpython" / "led" on OSX system, no output and works. > > Change-Id: Iae316908283c43c504f293aafdf897df83dccf8d > Reviewed-on: https://chromium-review.googlesource.com/588889 > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Daniel Jacques <dnj@chromium.org> TBR=iannucci@chromium.org,dnj@chromium.org Change-Id: Ia611c1aeb204c609ff3469076b8256c54e702230 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:748651 Reviewed-on: https://chromium-review.googlesource.com/589527Reviewed-by: Daniel Jacques <dnj@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org>
-
Dan Jacques authored
Bump the CIPD client version to e2a98b41adb3403b5b7771c4101b42a55dc2dd9e. This version inculdes support for the "-log-level" flag. Update CIPD bootstrap scripts and tool installation scripts to log at warning level, so that standard operation doesn't produce any logs. BUG=chromium:748651 TEST=canary - Tested this CIPD version on canary waterfall successfully. - Tested "gclient" bootstrap and "vpython" / "led" on Windows system, no output and works. - Tested "vpython" / "led" on OSX system, no output and works. Change-Id: Iae316908283c43c504f293aafdf897df83dccf8d Reviewed-on: https://chromium-review.googlesource.com/588889Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org>
-
Paweł Hajdan, Jr authored
This is an exact reland of https://chromium-review.googlesource.com/583617 . One of the main use cases is making it clear which revision hashes need to be changed together. The way it's usually done is one variable referenced several times. With this CL, we preserve the references from original DEPS, as opposed to evaluating them and losing some info. This CL actually makes Var() emit a variable placeholder instead of its value, and adds support for these placeholders to gclient. One of possible next steps might be to deprecate Var(). Bug: 570091, 748486 Change-Id: Id47e3771b7163149a4cd427b84f84ece52772f34 Reviewed-on: https://chromium-review.googlesource.com/586594Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by: William Hesse <whesse@google.com> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
- 26 Jul, 2017 3 commits
-
-
Sergey Berezin authored
The only user of this method needs to apply two patches from two different repos in a try job. Extending the method to handle this. BUG=628259 R=agable@chromium.org Change-Id: Ia119780d1323add0094631e5c291b0e7a573e6e5 Reviewed-on: https://chromium-review.googlesource.com/588008 Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
-
Paweł Hajdan, Jr authored
Bug: 644609 Change-Id: Ie832a443ab9ab2cb8e7a114df67ce665ff6c91f1 Reviewed-on: https://chromium-review.googlesource.com/584877Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
Dirk Pranke authored
This reverts commit 4d92fe43. Reason for revert: This moved the logging from invoking `led` or `vpython` to whenever someone would run something that would end up invoking `update_depot_tools`. It's good that we are calling this when we run update_depot_tools, but we probably should've suppressed the logging there in at least the success case, because now things are even more confusing. See crbug.com/748651. Original change's description: > [bootstraps] Sync at gclient, suppress output. > > Have the "update_depot_tools" script also do a CIPD tool sync. This will > ensure that users and systems have access to tooling at sync-time rather > than just-in-time loading them at execution time. > > Update the tool boostraps to suppress any sort of syncing logic, if it > does happen. This will ensure that users who execute the tools don't se > unexpected output. > > BUG=None > TEST=local > - Tested on Mac and Windows. > > R=dpranke@chromium.org, iannucci@chromium.org > > Change-Id: I8efce8c73cc4e82ffdf5067ba9b917119a81e843 > Reviewed-on: https://chromium-review.googlesource.com/581494 > Commit-Queue: Daniel Jacques <dnj@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> TBR=iannucci@chromium.org,dpranke@chromium.org,dnj@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: None Change-Id: I2485c9dd2e48a8dbdeebfff5da9d4c708e0edcb7 Reviewed-on: https://chromium-review.googlesource.com/585867Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org>
-
- 25 Jul, 2017 2 commits
-
-
Paweł Hajdan Jr authored
This reverts commit e79ddeaa. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=748486 Original change's description: > gclient flatten: preserve variable placeholders > > One of the main use cases is making it clear which revision hashes > need to be changed together. The way it's usually done is one variable > referenced several times. With this CL, we preserve the references > from original DEPS, as opposed to evaluating them and losing some info. > > This CL actually makes Var() emit a variable placeholder > instead of its value, and adds support for these placeholders > to gclient. > > One of possible next steps might be to deprecate Var(). > > Bug: 570091 > Change-Id: I9b13a691b5203cc284c33a59438720e31c9ebf7a > Reviewed-on: https://chromium-review.googlesource.com/583617 > Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> TBR=phajdan.jr@chromium.org,dpranke@chromium.org Change-Id: If9c52ebfa78aba8041ce797ff842d09952d0e2ce No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 570091, 748486 Reviewed-on: https://chromium-review.googlesource.com/584907Reviewed-by: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
-
Paweł Hajdan, Jr authored
One of the main use cases is making it clear which revision hashes need to be changed together. The way it's usually done is one variable referenced several times. With this CL, we preserve the references from original DEPS, as opposed to evaluating them and losing some info. This CL actually makes Var() emit a variable placeholder instead of its value, and adds support for these placeholders to gclient. One of possible next steps might be to deprecate Var(). Bug: 570091 Change-Id: I9b13a691b5203cc284c33a59438720e31c9ebf7a Reviewed-on: https://chromium-review.googlesource.com/583617 Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org>
-
- 24 Jul, 2017 5 commits
-
-
Bruce Dawson authored
With VS 2017 Update 3 Preview 4 the behavior of vswhere was changed so that it only reports on non-prerelease versions by default. This can be overridden by passing -prerelease. This broke our packaging setup. A temporary fix was used to package Preview 4 and this is the permanent. When -prerelease is passed then vswhere will report on all installed versions of VS, whether prerelease or not. The script will package the first one that it encounters. For best results you should only install one copy of VS when packaging it. Trivia: the original RTW version of VS 2017 was incorrectly tagged as isPrerelease: 1 which means that without the -prerelease flag it doesn't show up either! BUG=683729 Change-Id: I98c1acb671dccef7ede4443fbbf498796946c52b Reviewed-on: https://chromium-review.googlesource.com/578767Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Dan Jacques authored
Have the "update_depot_tools" script also do a CIPD tool sync. This will ensure that users and systems have access to tooling at sync-time rather than just-in-time loading them at execution time. Update the tool boostraps to suppress any sort of syncing logic, if it does happen. This will ensure that users who execute the tools don't se unexpected output. BUG=None TEST=local - Tested on Mac and Windows. R=dpranke@chromium.org, iannucci@chromium.org Change-Id: I8efce8c73cc4e82ffdf5067ba9b917119a81e843 Reviewed-on: https://chromium-review.googlesource.com/581494 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Paweł Hajdan, Jr authored
Added a regression test. Simplified some logic - if we don't add os-specific deps and hooks to |dependencies|, we don't need to keep separate original values. Bug: 570091 Change-Id: I5bdd0b6a66df6b3a2b99d0ad9c6e54ee7114f09b Reviewed-on: https://chromium-review.googlesource.com/581687 Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Michael Moss <mmoss@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/8e8339afbdb986a9195a97cb2c173984bdd4b758 [path] Fix root path mocking. (dnj@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If8950391930fc0be941420d403c5f665f25eee5a Reviewed-on: https://chromium-review.googlesource.com/581716Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Robert Iannucci authored
aaf3a2cfc [led] fix retention of luci_project swarming tag. 1048c311a [led] add get-build command for getting buildbucket builds. R=dnj@chromium.org Bug: Change-Id: I3e359a85a0fedfb225cb7c1fe0fc404e5e47f8d8 Reviewed-on: https://chromium-review.googlesource.com/581495 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Daniel Jacques <dnj@chromium.org>
-
- 21 Jul, 2017 2 commits
-
-
John Budorick authored
This reverts commit 06e1aa07. Reason for revert: blocking Skia roll, at least. Original change's description: > Generalize git index refresh to bot_update. > > Bug: 746763 > Change-Id: Id0cc8fd672421fe4049334077c6d1e63800524ee > Reviewed-on: https://chromium-review.googlesource.com/580327 > Commit-Queue: John Budorick <jbudorick@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> TBR=iannucci@chromium.org,dpranke@chromium.org,jbudorick@chromium.org Change-Id: I834e2acd17417c95d42e18fa26bba822c6f67007 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 746763 Reviewed-on: https://chromium-review.googlesource.com/580767Reviewed-by: John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org>
-
John Budorick authored
Bug: 746763 Change-Id: Id0cc8fd672421fe4049334077c6d1e63800524ee Reviewed-on: https://chromium-review.googlesource.com/580327 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
- 20 Jul, 2017 4 commits
-
-
Dan Jacques authored
Roll the bleeding-edge entry batch file into production. This follows successful tested deployment of the batch file on canary systems. BUG=chromium:746602 TEST=canary R=iannucci@chromium.org, smut@chromium.org, vadimsh@chromium.org Change-Id: Iaee2a9b4d178ffff3da9a73f4538465bb5367e84 Reviewed-on: https://chromium-review.googlesource.com/580307Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org>
-
Aaron Gable authored
TBR=tandrii@chromium.org Change-Id: I2feddebee6d667c6c60ec1a306d175adff262be5 Reviewed-on: https://chromium-review.googlesource.com/580362Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
Dan Jacques authored
Using "set /p" to read a file fails when STDOUT is not connected. Replace it with a method of reading using "for". In the Python batch file, we eat up some of our sled buffer in order to accommodate currently-running Python scripts. They should now resume past the end of the file without issue. The sled was oversized, so this shouldn't affect upgrade paths. BUG=chromium:746602 TEST=local - On Windows machine, tested upgrade from pre-rework and current bootstraps. This code works on both, and no running Python processes were disrupted on exit, suggesting the sled change is sound. R=iannucci@chromium.org, smut@chromium.org Change-Id: Ica51999d672dd4e448fdad797bffc06ec9e9febf Reviewed-on: https://chromium-review.googlesource.com/578725 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: smut <smut@google.com>
-
Aaron Gable authored
Using self.GetDescription() uses the description from the web. Given that the user is purposefully disassociating their current branch from the review on the web, they may have already changed the commit message. We shouldn't set it back. Bug: 742730 Change-Id: I0545cb6288c332fd475d1de7fb302f71ee41a415 Reviewed-on: https://chromium-review.googlesource.com/578229Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
- 18 Jul, 2017 4 commits
-
-
Dan Jacques authored
Remove "create-ntfs-junction" code and checked-in binary. Codesearch shows that nothing references this anywhere. BUG=None TEST=None R=dpranke@chromium.org, iannucci@chromium.org Change-Id: I000a5e978bcaa7e4ee40d93a1b7130d818e2b104 Reviewed-on: https://chromium-review.googlesource.com/570268Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Daniel Jacques <dnj@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/00799cc803d08da72548d3a5dc441771576cd72a Add experimental internal downstream recipe trybots (phajdan.jr@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie40b684e2bccc2b5e1d54f30873fd973d1939c61 Reviewed-on: https://chromium-review.googlesource.com/575698Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <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/0ca88ae4d7e3f2ac99528e415a26bdb6d9835d35 Pretty up all recipe_engine documentation. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I88a7bd2e8122fa529a7bbc924b62ae2d4b5c2784 Reviewed-on: https://chromium-review.googlesource.com/575696Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
-
Aaron Gable authored
Change-Id: I872658970c04cdadda2b0eaffd95e10717c09493 Reviewed-on: https://chromium-review.googlesource.com/575009Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-