1. 13 Apr, 2018 4 commits
  2. 12 Apr, 2018 5 commits
  3. 11 Apr, 2018 1 commit
  4. 09 Apr, 2018 1 commit
  5. 08 Apr, 2018 1 commit
  6. 06 Apr, 2018 3 commits
  7. 05 Apr, 2018 6 commits
  8. 04 Apr, 2018 3 commits
  9. 03 Apr, 2018 5 commits
  10. 02 Apr, 2018 10 commits
  11. 31 Mar, 2018 1 commit
    • Sergio Villar Senin's avatar
      git cl believes I'm working inside GCE · 0d466d22
      Sergio Villar Senin authored
      Looks like the error codes issued by python's http library might vary
      between versions/distros. The code tries to reach an URL which is only valid
      inside GCE and in the event of getting an error it assumes the user is
      a non-googler.
      
      At least in this case, we're seeing:
      
        third_party.httplib2.socks.HTTPError: (404, 'No such domain')
      
      Adding this exception type allows the function to work correctly.
      
      Change-Id: I08d3656b25d9046f8b2fc0da2a2b7c7a698c1d92
      Reviewed-on: https://chromium-review.googlesource.com/978212
      Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      0d466d22