1. 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
  2. 29 Jun, 2015 2 commits
  3. 26 Jun, 2015 1 commit
  4. 25 Jun, 2015 3 commits
  5. 24 Jun, 2015 4 commits
  6. 23 Jun, 2015 5 commits
  7. 22 Jun, 2015 4 commits
  8. 18 Jun, 2015 3 commits
  9. 17 Jun, 2015 4 commits
  10. 15 Jun, 2015 4 commits
  11. 12 Jun, 2015 2 commits
  12. 11 Jun, 2015 5 commits