1. 19 Feb, 2019 1 commit
  2. 18 Feb, 2019 1 commit
  3. 17 Feb, 2019 1 commit
  4. 16 Feb, 2019 1 commit
  5. 15 Feb, 2019 2 commits
  6. 14 Feb, 2019 4 commits
  7. 13 Feb, 2019 1 commit
  8. 12 Feb, 2019 6 commits
  9. 11 Feb, 2019 2 commits
  10. 10 Feb, 2019 1 commit
  11. 08 Feb, 2019 5 commits
  12. 07 Feb, 2019 5 commits
  13. 06 Feb, 2019 5 commits
  14. 05 Feb, 2019 2 commits
  15. 04 Feb, 2019 2 commits
  16. 01 Feb, 2019 1 commit
    • Yuwei Huang's avatar
      Fix filename sorting logic in git_cache.py · a1fbdff1
      Yuwei Huang authored
      We have trouble rolling dep of the grpc library. It looks like buildbots
      use git_cache to download cache of the library from cloud storage, but
      the way it picks up the latest cache is to do a string sort on the
      filenames then pick the last one. This won't work if the filenames have
      digit carrying, say you have both 9999.zip and 10000.zip, then 9999.zip
      will get picked up.
      
      This CL fixes this by implementing a new filename sorting logic that
      extracts the numeral part of the filename and sort on it.
      
      Bug: 927154
      Change-Id: I68fce3fe67e55ce5092e7e9dc1dca606b427fe87
      Reviewed-on: https://chromium-review.googlesource.com/c/1448954
      Commit-Queue: Yuwei Huang <yuweih@chromium.org>
      Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      a1fbdff1