1. 10 Dec, 2019 3 commits
  2. 05 Dec, 2019 1 commit
  3. 12 Nov, 2019 1 commit
  4. 28 Oct, 2019 1 commit
  5. 25 Oct, 2019 1 commit
    • Yura Yaroshevich's avatar
      Specify open file encoding explicitly. · 48614441
      Yura Yaroshevich authored
      This fixes an error on some Windows installations:
      ```
      fetch webrtc
      Traceback (most recent call last):
        File "googlesource.com\depot_tools\bootstrap\bootstrap.py", line 365, in <module>
          sys.exit(main(sys.argv[1:]))
        File "googlesource.com\depot_tools\bootstrap\bootstrap.py", line 324, in main
          git_postprocess(template, os.path.join(bootstrap_dir, 'git'))
        File "googlesource.com\depot_tools\bootstrap\bootstrap.py", line 264, in git_postprocess
          maybe_copy(
        File "googlesource.com\depot_tools\bootstrap\bootstrap.py", line 108, in maybe_copy
          content = fd.read()
        File "googlesource.com\depot_tools\bootstrap-3_8_0b1_chromium_1_bin\python3\bin\lib\encodings\cp1251.py", line 23, in decode
          return codecs.charmap_decode(input,self.errors,decoding_table)[0]
      
      UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 18734: character maps to <undefined>
      ```
      Bug: None
      Change-Id: I43cf7b51879ac9a66c33566536dcdcb4c93e0fc0
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1881227Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
      Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
      48614441
  6. 18 Sep, 2019 1 commit
  7. 16 Sep, 2019 1 commit
  8. 11 Sep, 2019 2 commits
  9. 10 Sep, 2019 1 commit
  10. 21 Aug, 2019 1 commit
  11. 20 Aug, 2019 1 commit
  12. 19 Jun, 2019 1 commit
  13. 13 Jun, 2019 1 commit
  14. 10 May, 2019 1 commit
  15. 22 Mar, 2019 1 commit
  16. 18 Mar, 2019 1 commit
  17. 15 Mar, 2019 1 commit
  18. 18 Jan, 2019 1 commit
  19. 16 Jan, 2019 1 commit
  20. 16 Aug, 2018 1 commit
  21. 09 Aug, 2018 2 commits
  22. 08 Aug, 2018 1 commit
  23. 29 May, 2018 1 commit
  24. 07 May, 2018 1 commit
  25. 04 May, 2018 1 commit
  26. 27 Feb, 2018 2 commits
  27. 12 Dec, 2017 1 commit
  28. 06 Dec, 2017 1 commit
  29. 04 Dec, 2017 1 commit
  30. 08 Nov, 2017 1 commit
  31. 02 Nov, 2017 1 commit
  32. 11 Aug, 2017 2 commits
  33. 28 Jul, 2017 1 commit
    • Dan Jacques's avatar
      [cipd] Bump version, log at warning (#2). · eb1feb90
      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: 's avatarRobbie Iannucci <iannucci@chromium.org>
      eb1feb90
  34. 27 Jul, 2017 1 commit
    • Daniel Jacques's avatar
      Revert "[cipd] Bump version, log at warning." · 9f9d82ac
      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: 's avatarDaniel Jacques <dnj@chromium.org>
      Commit-Queue: Daniel Jacques <dnj@chromium.org>
      9f9d82ac