1. 07 Aug, 2015 1 commit
  2. 06 Aug, 2015 1 commit
  3. 04 Aug, 2015 1 commit
  4. 31 Jul, 2015 2 commits
  5. 29 Jul, 2015 1 commit
  6. 28 Jul, 2015 1 commit
  7. 20 Jul, 2015 1 commit
  8. 17 Jul, 2015 2 commits
  9. 16 Jul, 2015 1 commit
  10. 15 Jul, 2015 2 commits
  11. 13 Jul, 2015 1 commit
  12. 08 Jul, 2015 1 commit
  13. 07 Jul, 2015 1 commit
  14. 02 Jul, 2015 1 commit
  15. 01 Jul, 2015 2 commits
    • iannucci@chromium.org's avatar
      Changes to improve multiprocessing PRESUBMIT support in Windows · d61a4950
      iannucci@chromium.org authored
        * make RunTest's multiprocessing.Pool in the constructor of InputApi
          to avoid getting tripped up by chdir manipulation.
        * Don't do the split cyclic-import check when the invoker of the
          Pylint presubmit checks explicitly sends cyclic import check
          parameters via extra_args
        * fix pseudobug where ownership of the files variable was unclear,
          and pass all arguments on stdin (instead of mix of CLI + stdin).
        * fix bug in pylint which caused it to manipulate sys.path before
          spawning its subprocesses, which caused multiprocessing to fail
          on windows.
          * Note: This may carry a slight semantic change. Before, pylint would
            add all .py files' directories to sys.path while checking any of
            them. Now in parallel mode, pylint will only add the path of the
            single file to sys.path. This behavior actually mirrors Python's
            own behavior, so the check should be more-correct than before (and
            should cut down on pylint import scanning time with very large
            sys.path's).
          * If someone encounters an issue with this, please note that the
            GetPylint check also includes an extra_paths_list which is
            expressly for this purpose.
      
      R=dpranke@chromium.org, kbr@chromium.org, maruel@chromium.org
      BUG=501012
      
      Review URL: https://codereview.chromium.org/1208743002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295908 0039d316-1c4b-4281-b951-d872f2087c98
      d61a4950
    • sergiyb@chromium.org's avatar
      Added default value for the quiet parameter · c6ecea3d
      sergiyb@chromium.org authored
      The activate_end method is used in infra/bootstrap/build_deps.py, which doesn't
      pass the value for this parameter.
      
      R=pgervais@chromium.org
      BUG=503067
      
      Review URL: https://codereview.chromium.org/1213113002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295893 0039d316-1c4b-4281-b951-d872f2087c98
      c6ecea3d
  16. 30 Jun, 2015 3 commits
    • boliu@chromium.org's avatar
      Revert of Add support for tar.gz archive files to download from... · 2aa134c4
      boliu@chromium.org authored
      Revert of Add support for tar.gz archive files to download from download_from_google_storage (patchset #8 id:140001 of https://codereview.chromium.org/807463005/)
      
      Reason for revert:
      This conflicts with (and duplicates?) the -z option below and has broken one of the chrome android downstream bots.
      
      Safer to revert than trying to fix
      
      Original issue's description:
      > Add support for tar.gz archive files to download from download_from_google_storage
      > 
      > Also, add support for directly setting the public read flag on uploaded files.
      > 
      > The support for tar.gz allows the uploaded bundle to be a single tar.gz file instead of a lot of individual files using the directory support already in. The benefit here is that it is much easier to update the dependency. Simply clean out the existing files, copy in the new ones, create a tar.gz file, with the same name as the directory + 'tar.gz'. If the directory name and file name does not match up we will not clean up existing artifacts on download (i.e., there can be left over files after extracting).
      > 
      > I am doing this because I am moving a bunch of the dart dependencies to gcs, and a lot of our dependencies is much easier to manage with this in. If you don't like this, I can simply wrap the download script in another python script and do the logic there, but this may be handy for other people as well.
      > 
      > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295872
      
      TBR=hinoka@google.com,hinoka@chromium.org,azarchs@chromium.org,ricow@google.com
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1209033006
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295883 0039d316-1c4b-4281-b951-d872f2087c98
      2aa134c4
    • akuegel@chromium.org's avatar
      Don't upload correct project name anymore. · 9c8c8d94
      akuegel@chromium.org authored
      All CQ supported projects already have git mirrors. We don't
      want to support svn checkouts anymore.
      
      BUG=503847
      
      Review URL: https://codereview.chromium.org/1213363002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295882 0039d316-1c4b-4281-b951-d872f2087c98
      9c8c8d94
    • ricow@google.com's avatar
      Add support for tar.gz archive files to download from download_from_google_storage · 0c7d94eb
      ricow@google.com authored
      Also, add support for directly setting the public read flag on uploaded files.
      
      The support for tar.gz allows the uploaded bundle to be a single tar.gz file instead of a lot of individual files using the directory support already in. The benefit here is that it is much easier to update the dependency. Simply clean out the existing files, copy in the new ones, create a tar.gz file, with the same name as the directory + 'tar.gz'. If the directory name and file name does not match up we will not clean up existing artifacts on download (i.e., there can be left over files after extracting).
      
      I am doing this because I am moving a bunch of the dart dependencies to gcs, and a lot of our dependencies is much easier to manage with this in. If you don't like this, I can simply wrap the download script in another python script and do the logic there, but this may be handy for other people as well.
      
      Review URL: https://codereview.chromium.org/807463005
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295872 0039d316-1c4b-4281-b951-d872f2087c98
      0c7d94eb
  17. 29 Jun, 2015 2 commits
  18. 26 Jun, 2015 1 commit
  19. 25 Jun, 2015 3 commits
  20. 24 Jun, 2015 4 commits
  21. 23 Jun, 2015 5 commits
  22. 22 Jun, 2015 3 commits