1. 01 Jun, 2017 6 commits
  2. 31 May, 2017 9 commits
  3. 30 May, 2017 2 commits
  4. 29 May, 2017 3 commits
  5. 27 May, 2017 3 commits
  6. 25 May, 2017 1 commit
  7. 24 May, 2017 2 commits
    • Dan Jacques's avatar
      Remove special Cygwin PATH manipulation from .bat. · 1b9a43aa
      Dan Jacques authored
      Several boilerplate batch files include a provision to prepend
      "depot_tools" to PATH prior to running those tools. This undermines
      the utility of PATH overrides, since these tools specifically force their
      "depot_tools" sub-paths to be used regardless of environment.
      
      The origin of this behavior is likely limited to a specific fix for a
      specific problem, but was then perpetuated by the copy/paste of
      boilerplate bootstrap code as more bootstraps were added.
      
      This is important in upcoming configurations, where core tools such as
      Python and Git will be overridden via PATH on the bots.
      
      Cygwin users who depended on this behavior should just add "depot_tools"
      to their PATH in the appropriate location (i.e. in their .bashrc).
      
      BUG=chromium:714293, chromium:724902
      TEST=None
      
      Change-Id: Ie948a430847d20326d2411e9296cacd02f83a537
      Reviewed-on: https://chromium-review.googlesource.com/510290
      Commit-Queue: Daniel Jacques <dnj@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      1b9a43aa
    • Wei-Yin Chen (陳威尹)'s avatar
      Support btrfs snapshot in gclient-new-workdir.py · 56664461
      Wei-Yin Chen (陳威尹) authored
      If the repo is a btrfs subvolume, take a snapshot instead of using
      "cp --reflink". Taking a snapshot is much faster, and uses less
      disk space for metadata.
      
      Bug: 721585
      Change-Id: I97753dc30d46ff56d84d65f8d815c19d09cf104b
      Reviewed-on: https://chromium-review.googlesource.com/513586Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
      56664461
  8. 23 May, 2017 13 commits
  9. 22 May, 2017 1 commit