- 29 Mar, 2016 9 commits
-
-
iannucci@chromium.org authored
R=dnj@chromium.org, maruel@chromium.org BUG=595883 Review URL: https://codereview.chromium.org/1843843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299547 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1837323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299542 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1839863004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299535 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
R=ukai@chromium.org BUG=579172 Review URL: https://codereview.chromium.org/1834133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299532 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
This adds pluggable codereview-specific implementations into Changelist class. The specific implementation is chosen at Changelist automatically, with Rietveld being default for backwards compatibility. Gerrit implementation for Gerrit is incomplete, and will be added in later CLs. However, it is sufficient to ensure current functionality of this tool is not diminished. Sadly, the base class isn't completely free from Rietveld assumptions because of presubmit_support. Apparently, PRESUBMIT scripts can make use of Rietveld instance for RPCs directly. This use doesn't make sense for Gerrit, which substitutes rietveld instance with a dummy object, which raises exception on any attribute access with a diagnostic message. This also includes refactoring of some related code which (ab)used ChangeList. Overall, this CL adds a few extra call to git config in order to determine which codereview to use, but but it shouldn't have any performance impact. These is a reland of these 4 CLs + with several fixes. patch from issue 1827523003 at patchset 20001 (http://crrev.com/1827523003#ps20001) patch from issue 1830703004 at patchset 1 (http://crrev.com/1830703004#ps1) patch from issue 1830923002 at patchset 60001 (http://crrev.com/1830923002#ps60001) patch from issue 1805193002 at patchset 380001 (http://crrev.com/1805193002#ps380001) This CL without a fix was also committed and reverted as patch from issue 1830973003 at patchset 40001 (http://crrev.com/1830973003#ps40001) R=machenbach@chromium.org,sergiyb@chromium.org,andybons@chromium.org BUG=579160,597638 Review URL: https://codereview.chromium.org/1838143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299530 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #1 id:1 of https://codereview.chromium.org/1844523002/ ) Reason for revert: argh, CQ is way too quick. Original issue's description: > Reland of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #1 id:1 of https://codereview.chromium.org/1840833002/ ) > > Reason for revert: > with a fix. > > Original issue's description: > > Revert of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #3 id:40001 of https://codereview.chromium.org/1830973003/ ) > > > > Reason for revert: > > Speculative revert, see crbug.com/598428. > > > > Original issue's description: > > > git cl: Rework Changelist class for Rietveld/Gerrit use. > > > > > > This adds pluggable codereview-specific implementations into > > > Changelist class. The specific implementation is chosen at > > > Changelist automatically, with Rietveld being default for > > > backwards compatibility. > > > > > > Gerrit implementation for Gerrit is incomplete, and will be > > > added in later CLs. However, it is sufficient to ensure > > > current functionality of this tool is not diminished. > > > > > > Sadly, the base class isn't completely free from Rietveld > > > assumptions because of presubmit_support. Apparently, PRESUBMIT > > > scripts can make use of Rietveld instance for RPCs directly. > > > This use doesn't make sense for Gerrit, which substitutes > > > rietveld instance with a dummy object, which raises exception > > > on any attribute access with a diagnostic message. > > > > > > This also includes refactoring of some related code which > > > (ab)used ChangeList. Overall, this CL adds a few extra call to > > > git config in order to determine which codereview to use, but > > > but it shouldn't have any performance impact. > > > > > > > > > > > > These is a reland of these 4 CLs + a fix. > > > patch from issue 1827523003 at patchset 20001 (http://crrev.com/1827523003#ps20001) > > > patch from issue 1830703004 at patchset 1 (http://crrev.com/1830703004#ps1) > > > patch from issue 1830923002 at patchset 60001 (http://crrev.com/1830923002#ps60001) > > > patch from issue 1805193002 at patchset 380001 (http://crrev.com/1805193002#ps380001) > > > > > > > > > > > > R=machenbach@chromium.org,sergiyb@chromium.org,andybons@chromium.org > > > BUG=579160,597638 > > > > > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299506 > > > > TBR=andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,tandrii@chromium.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=579160,597638 > > > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299515 > > TBR=andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,dnj@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=579160,597638 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299528 TBR=andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,dnj@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160,597638 Review URL: https://codereview.chromium.org/1839973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299529 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Reland of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #1 id:1 of https://codereview.chromium.org/1840833002/ ) Reason for revert: with a fix. Original issue's description: > Revert of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #3 id:40001 of https://codereview.chromium.org/1830973003/ ) > > Reason for revert: > Speculative revert, see crbug.com/598428. > > Original issue's description: > > git cl: Rework Changelist class for Rietveld/Gerrit use. > > > > This adds pluggable codereview-specific implementations into > > Changelist class. The specific implementation is chosen at > > Changelist automatically, with Rietveld being default for > > backwards compatibility. > > > > Gerrit implementation for Gerrit is incomplete, and will be > > added in later CLs. However, it is sufficient to ensure > > current functionality of this tool is not diminished. > > > > Sadly, the base class isn't completely free from Rietveld > > assumptions because of presubmit_support. Apparently, PRESUBMIT > > scripts can make use of Rietveld instance for RPCs directly. > > This use doesn't make sense for Gerrit, which substitutes > > rietveld instance with a dummy object, which raises exception > > on any attribute access with a diagnostic message. > > > > This also includes refactoring of some related code which > > (ab)used ChangeList. Overall, this CL adds a few extra call to > > git config in order to determine which codereview to use, but > > but it shouldn't have any performance impact. > > > > > > > > These is a reland of these 4 CLs + a fix. > > patch from issue 1827523003 at patchset 20001 (http://crrev.com/1827523003#ps20001) > > patch from issue 1830703004 at patchset 1 (http://crrev.com/1830703004#ps1) > > patch from issue 1830923002 at patchset 60001 (http://crrev.com/1830923002#ps60001) > > patch from issue 1805193002 at patchset 380001 (http://crrev.com/1805193002#ps380001) > > > > > > > > R=machenbach@chromium.org,sergiyb@chromium.org,andybons@chromium.org > > BUG=579160,597638 > > > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299506 > > TBR=andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,tandrii@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=579160,597638 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299515 TBR=andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,dnj@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160,597638 Review URL: https://codereview.chromium.org/1844523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299528 0039d316-1c4b-4281-b951-d872f2087c98
-
dsansome@chromium.org authored
Fixes this flake: https://build.chromium.org/p/chromium.infra/builders/infra-continuous-mac-10.9-64/builds/1729/steps/upload%20go%20bin/logs/stdio BUG= Review URL: https://codereview.chromium.org/1824223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299525 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=dnj@chromium.org, mmoss@chromium.org, vadimsh@chromium.org BUG=595883 Review URL: https://codereview.chromium.org/1827403003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299520 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Mar, 2016 3 commits
-
-
dnj@chromium.org authored
Revert of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #3 id:40001 of https://codereview.chromium.org/1830973003/ ) Reason for revert: Speculative revert, see crbug.com/598428. Original issue's description: > git cl: Rework Changelist class for Rietveld/Gerrit use. > > This adds pluggable codereview-specific implementations into > Changelist class. The specific implementation is chosen at > Changelist automatically, with Rietveld being default for > backwards compatibility. > > Gerrit implementation for Gerrit is incomplete, and will be > added in later CLs. However, it is sufficient to ensure > current functionality of this tool is not diminished. > > Sadly, the base class isn't completely free from Rietveld > assumptions because of presubmit_support. Apparently, PRESUBMIT > scripts can make use of Rietveld instance for RPCs directly. > This use doesn't make sense for Gerrit, which substitutes > rietveld instance with a dummy object, which raises exception > on any attribute access with a diagnostic message. > > This also includes refactoring of some related code which > (ab)used ChangeList. Overall, this CL adds a few extra call to > git config in order to determine which codereview to use, but > but it shouldn't have any performance impact. > > > > These is a reland of these 4 CLs + a fix. > patch from issue 1827523003 at patchset 20001 (http://crrev.com/1827523003#ps20001) > patch from issue 1830703004 at patchset 1 (http://crrev.com/1830703004#ps1) > patch from issue 1830923002 at patchset 60001 (http://crrev.com/1830923002#ps60001) > patch from issue 1805193002 at patchset 380001 (http://crrev.com/1805193002#ps380001) > > > > R=machenbach@chromium.org,sergiyb@chromium.org,andybons@chromium.org > BUG=579160,597638 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299506 TBR=andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org,tandrii@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160,597638 Review URL: https://codereview.chromium.org/1840833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299515 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of Use tracking remote name for gerrit upload. (patchset #1 id:1 of https://codereview.chromium.org/1830313002/ ) Reason for revert: Argh, this has broken uploading track-ed branches. Repro: git new-branch base-feature touch x1 && git add x1 && git commit -m "x1" git cl upload git new-branch --upstream_current dep-feature touch y1 && git add y1 && git commit -m "y1" git cl upload -v -v # fails. the verbose output produces this: ---cut--- DEBUG:root:git push . 7079b1682431184375b62e7e81ce10a02171aa0d:refs/for/refs/heads/master To . ! [rejected] 7079b1682431184375b62e7e81ce10a02171aa0d -> refs/for/refs/heads/master (non-fast-forward) error: failed to push some refs to '.' ---cut--- Original issue's description: > Use tracking remote name for gerrit upload. > > This patch replaces the hard-coded remote name 'origin' with the > one obtained by git-remote. > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299491 TBR=iannucci@chromium.org,ukai@chromium.org,alokp@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. Review URL: https://codereview.chromium.org/1835923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299509 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
This adds pluggable codereview-specific implementations into Changelist class. The specific implementation is chosen at Changelist automatically, with Rietveld being default for backwards compatibility. Gerrit implementation for Gerrit is incomplete, and will be added in later CLs. However, it is sufficient to ensure current functionality of this tool is not diminished. Sadly, the base class isn't completely free from Rietveld assumptions because of presubmit_support. Apparently, PRESUBMIT scripts can make use of Rietveld instance for RPCs directly. This use doesn't make sense for Gerrit, which substitutes rietveld instance with a dummy object, which raises exception on any attribute access with a diagnostic message. This also includes refactoring of some related code which (ab)used ChangeList. Overall, this CL adds a few extra call to git config in order to determine which codereview to use, but but it shouldn't have any performance impact. These is a reland of these 4 CLs + a fix. patch from issue 1827523003 at patchset 20001 (http://crrev.com/1827523003#ps20001) patch from issue 1830703004 at patchset 1 (http://crrev.com/1830703004#ps1) patch from issue 1830923002 at patchset 60001 (http://crrev.com/1830923002#ps60001) patch from issue 1805193002 at patchset 380001 (http://crrev.com/1805193002#ps380001) R=machenbach@chromium.org,sergiyb@chromium.org,andybons@chromium.org BUG=579160,597638 Review URL: https://codereview.chromium.org/1830973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299506 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Mar, 2016 1 commit
-
-
alokp@chromium.org authored
This patch replaces the hard-coded remote name 'origin' with the one obtained by git-remote. Review URL: https://codereview.chromium.org/1830313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299491 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Mar, 2016 12 commits
-
-
jsbell@google.com authored
Logic for highlighting "origin/master" (etc) just looked for "origin" as a prefix. Add the slash since "origin-foo" is a boring old valid topic branch name. R=iannucci@chromium.org, iannucci@google.com Review URL: https://codereview.chromium.org/1832973002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299486 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1833573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299479 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of git cl: Rework Changelist class for Rietveld/Gerrit use. (patchset #8 id:380001 of https://codereview.chromium.org/1805193002/ ) Reason for revert: Broke one project presubmit. Original issue's description: > git cl: Rework Changelist class for Rietveld/Gerrit use. > > This adds pluggable codereview-specific implementations into > Changelist class. The specific implementation is chosen at > Changelist automatically, with Rietveld being default for > backwards compatibility. > > Gerrit implementation for Gerrit is incomplete, and will be > added in later CLs. However, it is sufficient to ensure > current functionality of this tool is not diminished. > > Sadly, the base class isn't completely free from Rietveld > assumptions because of presubmit_support. Apparently, PRESUBMIT > scripts can make use of Rietveld instance for RPCs directly. > This use doesn't make sense for Gerrit, which substitutes > rietveld instance with a dummy object, which raises exception > on any attribute access with a diagnostic message. > > This also includes refactoring of some related code which > (ab)used ChangeList. Overall, this CL adds a few extra call to > git config in order to determine which codereview to use, but > but it shouldn't have any performance impact. > > > BUG=579160 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299462 TBR=phajdan.jr@chromium.org,andybons@chromium.org,machenbach@chromium.org,sergiyb@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160,597638 Review URL: https://codereview.chromium.org/1831813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299476 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of git cl: refactor Changelist codereview detection. (patchset #4 id:60001 of https://codereview.chromium.org/1830923002/ ) Reason for revert: broke presubmit Original issue's description: > git cl: refactor Changelist codereview detection. > > BUG=579160 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299464 TBR=sergiyb@chromium.org,machenbach@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160,597638 Review URL: https://codereview.chromium.org/1826203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299475 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of Gerrit: make git cl close working. (patchset #2 id:20001 of https://codereview.chromium.org/1827523003/ ) Reason for revert: broke presubmit Original issue's description: > Gerrit: make git cl close working. > > BUG=579160 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299465 TBR=machenbach@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160 Review URL: https://codereview.chromium.org/1829083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299474 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of git cl: follow up indentation fix. (patchset #1 id:1 of https://codereview.chromium.org/1830703004/ ) Reason for revert: http://crbug.com/597638 Original issue's description: > git cl: follow up indentation fix. > > TBR=machenbach@chromium.org > BUG=579160 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299466 TBR=machenbach@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160 Review URL: https://codereview.chromium.org/1834583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299473 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
TBR=machenbach@chromium.org BUG=579160 Review URL: https://codereview.chromium.org/1830703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299466 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
BUG=579160 Review URL: https://codereview.chromium.org/1827523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299465 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
BUG=579160 Review URL: https://codereview.chromium.org/1830923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299464 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
This adds pluggable codereview-specific implementations into Changelist class. The specific implementation is chosen at Changelist automatically, with Rietveld being default for backwards compatibility. Gerrit implementation for Gerrit is incomplete, and will be added in later CLs. However, it is sufficient to ensure current functionality of this tool is not diminished. Sadly, the base class isn't completely free from Rietveld assumptions because of presubmit_support. Apparently, PRESUBMIT scripts can make use of Rietveld instance for RPCs directly. This use doesn't make sense for Gerrit, which substitutes rietveld instance with a dummy object, which raises exception on any attribute access with a diagnostic message. This also includes refactoring of some related code which (ab)used ChangeList. Overall, this CL adds a few extra call to git config in order to determine which codereview to use, but but it shouldn't have any performance impact. BUG=579160 Review URL: https://codereview.chromium.org/1805193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299462 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1833623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299460 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Gerrit requires Content-Length to be set for POST requests. httplib Python library has a bug which doesn't set Content-Length if the body is empty. Python BUGS: https://bugs.python.org/issue14721 (partial fix) https://bugs.python.org/issue23539 (full fix) The full fix only appears in 2.7.11 release changelog (technically, it's been fixed in 2.7.10 rc1, but 2.7.10 was not released): https://hg.python.org/cpython/raw-file/53d30ab403f1/Misc/NEWS R=andybons@chromium.org,szager@chromium.org BUG=579160 Review URL: https://codereview.chromium.org/1827653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299459 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Mar, 2016 4 commits
-
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1821393005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299446 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1832523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299445 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org 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 as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1825843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299443 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
It was added in https://codereview.chromium.org/112503005 for https://bugs.chromium.org/p/chromium/issues/detail?id=278558 , but we ended up implementing the functionality in different way. BUG=583578 Review URL: https://codereview.chromium.org/1825063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299433 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Mar, 2016 2 commits
-
-
brucedawson@chromium.org authored
Toolchain crashes on build machines are an ongoing problem, particularly with the VC++ 2015 migration. Setting this registry key tells Windows Error Reporting to record minidumps (a few MB typically) to a local directory, up to a maximum of ten. This should help with investigations. This change also suppresses Windows Error Reporting dialogs with the DontShowUI registry value, to avoid builder hangs on crashes. See also crrev.com/1816333002 BUG=440500 Review URL: https://codereview.chromium.org/1825163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299426 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1819233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299417 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Mar, 2016 1 commit
-
-
tandrii@chromium.org authored
R=szager@chromium.org,sergiyb@chromium.org BUG=579160 Review URL: https://codereview.chromium.org/1820923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299408 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Mar, 2016 3 commits
-
-
martiniss@chromium.org authored
Also makes bot_update use this. This allows for clank to manually set the gclient config. BUG=590788 Review URL: https://codereview.chromium.org/1815863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299398 0039d316-1c4b-4281-b951-d872f2087c98
-
nodir@chromium.org authored
gclient-sync + git-cache are racy because if two different DEPS files dependent on the same repo URL, even if depsed to different checkout dirs, they use same git cache dir. If both checkout dirs are synced at the same time, one of them cannot acquire a lock. This is a cheap solution to change --lock_timeout option default value from 0 to 5m. R=hinoka@chromium.org BUG=593468 Review URL: https://codereview.chromium.org/1785083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299386 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
R=andybons@chromium.org BUG= Review URL: https://codereview.chromium.org/1813813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299383 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Mar, 2016 2 commits
-
-
tandrii@chromium.org authored
Reason: it breaks re-upload. R=andybons@chromium.org,machenbach@chromiu.org,mmentovai@chromium.org BUG= Review URL: https://codereview.chromium.org/1810683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299354 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Special case when the change description has no footers, but looks like a footer. R=machenbach@chromium.org,andybons@chromium.org BUG=579176 Review URL: https://codereview.chromium.org/1812803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299343 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Mar, 2016 3 commits
-
-
martiniss@chromium.org authored
Depends on https://codereview.chromium.org/1755593003 BUG=591172 Review URL: https://codereview.chromium.org/1741983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299332 0039d316-1c4b-4281-b951-d872f2087c98
-
martiniss@chromium.org authored
R=iannucci@chromium.org BUG=591172 Review URL: https://codereview.chromium.org/1805113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299329 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/1777603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299312 0039d316-1c4b-4281-b951-d872f2087c98
-