1. 26 Apr, 2019 9 commits
  2. 25 Apr, 2019 3 commits
  3. 24 Apr, 2019 5 commits
  4. 23 Apr, 2019 3 commits
  5. 22 Apr, 2019 1 commit
  6. 18 Apr, 2019 3 commits
    • btolsch's avatar
      Add openscreen gclient config copy-pasta · 8dfc0bce
      btolsch authored
      This change should hopefully enable the openscreen repo to use the
      run_presubmit recipe.
      
      Bug: openscreen:43
      Change-Id: I672cddfeddd09ccc25ca851c0b613293191f17f9
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1574189
      Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
      Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
      8dfc0bce
    • Elly Fong-Jones's avatar
      depot_tools: bail out if $PATH contains tildes · 7b294392
      Elly Fong-Jones authored
      Bash and its descendants allow having $PATH entries containing literal tildes,
      like:
        ...:~/depot_tools:...
      If the user has their shell configured this way, their shell will be able to
      invoke `fetch` and other depot_tools commands, but depot_tools will not in turn
      be able to invoke subcommands via popen because popen does not have this
      bash-specific behavior when not in shell mode.
      
      This change has gclient detect this configuration problem and error out with a
      descriptive error message. Not doing so leads to a puzzling condition where
      gclient complains about being unable to find a program that (from the user's
      perspective) is in their $PATH and invokable interactively.
      
      It also has 'fetch' suppress its own failure stack trace if it runs gclient and
      gclient fails; the 'fetch' stack trace pushes the messages from gclient (which
      are actually diagnostic) off the screen.
      
      Bug: chromium:952865
      Change-Id: Ibba4d2fccee405aa68392ce141493f1de21ec018
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1573204
      Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
      Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
      7b294392
    • Aaron Gable's avatar
      Restore py2/py3 compatibility with basestring · ac9b0f37
      Aaron Gable authored
      A previous CL replaced "basestring" with "str", because basestring
      does not exist in Python 3. However, this broke Python 2's ability
      to interoperate with unicode strings. This CL introduces a workaround
      (defining basestring to be equivalent to string, if it doesn't exist
      already), and restores the references to basestring. This workaround
      can be fixed when we're 100% on Python 3.
      
      It also undoes some unnecessary and harder-to-read formatting changes.
      
      Bug: 942522
      Change-Id: I4a31ee46dc048134c2e4832b6c44ea00ce341899
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1572441
      Commit-Queue: Aaron Gable <agable@chromium.org>
      Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
      ac9b0f37
  7. 17 Apr, 2019 2 commits
  8. 16 Apr, 2019 1 commit
    • Vadim Shtayura's avatar
      [lucicfg] Bump lucicfg version v1.6.0 -> v1.7.0. · 7e7523be
      Vadim Shtayura authored
      Changes:
      2019-04-16 vadimsh@chromium.org [lucicfg] Allow to use relative paths in load(...) and exec(...).
      2019-04-16 vadimsh@chromium.org [lucicfg] Remove config_set meta option, finish declare_config_set.
      2019-04-13 vadimsh@chromium.org [lucicfg] Parallel validation of multiple config sets.
      2019-04-12 vadimsh@chromium.org [lucicfg] Add ctx.declare_config_set(...) API.
      2019-04-12 vadimsh@chromium.org [lucicfg] Convert Output from a map alias to a struct.
      2019-04-12 vadimsh@chromium.org [lucicfg] Use ctx.output instead of ctx.config_set in generators.
      2019-04-11 vadimsh@chromium.org [lucicfg] Start refactoring to support multiple output config sets.
      2019-04-11 vadimsh@chromium.org [starlark] Fix tests after recent go.starlark.net roll.
      2019-04-10 vadimsh@chromium.org [lucicfg] Finish the doc.
      2019-04-09 vadimsh@chromium.org [lucicfg] Add a doc for "migrating from existing configs".
      2019-04-09 vadimsh@chromium.org [lucicfg] Add examples of realistic lucicfg configs.
      2019-04-05 vadimsh@chromium.org [lucicfg] Write an introduction doc.
      2019-04-05 vadimsh@chromium.org [lucicfg] Write "Defining cron schedules" doc.
      2019-04-05 seanabraham@chromium.org Improve emit_defaults documentation.
      2019-04-04 nodir@google.com [buildbucket] Move config protos
      
      R=tandrii@chromium.org
      BUG=945048
      
      Change-Id: I250c13fee50fbc963d44fccef1cba3510e834905
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1570412
      Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
      Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
      Auto-Submit: Vadim Shtayura <vadimsh@chromium.org>
      Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
      7e7523be
  9. 15 Apr, 2019 1 commit
  10. 12 Apr, 2019 2 commits
  11. 11 Apr, 2019 4 commits
  12. 10 Apr, 2019 5 commits
  13. 09 Apr, 2019 1 commit