1. 30 May, 2014 2 commits
  2. 29 May, 2014 1 commit
  3. 27 May, 2014 1 commit
  4. 23 May, 2014 1 commit
  5. 22 May, 2014 2 commits
  6. 20 May, 2014 1 commit
  7. 16 May, 2014 2 commits
  8. 15 May, 2014 4 commits
  9. 14 May, 2014 2 commits
  10. 13 May, 2014 3 commits
  11. 12 May, 2014 1 commit
  12. 11 May, 2014 1 commit
  13. 10 May, 2014 5 commits
  14. 09 May, 2014 1 commit
  15. 08 May, 2014 4 commits
  16. 07 May, 2014 5 commits
  17. 06 May, 2014 3 commits
  18. 02 May, 2014 1 commit
    • hinoka@chromium.org's avatar
      Remove prompt for default project ID · d5a1ab12
      hinoka@chromium.org authored
      The "What is your project ID" has confused about every user of gsutil that I've
      talked to, and isn't even useful in the context of download_from_google_storage
      because its only good for "mb" on a bucket and "ls" without specifying a bucket,
      neither of which this version of gsutil should ever do.
      
      This CL:
      * Removes the prompt for project ID
      * Removes the 2 second delay which was meant for autolaunching a browser
        * We don't want this behavior anyways because most of our devs have multiple
          browser profiles open and they need to paste the URL into the correct profile.
      * Removes support to autolaunch a broswer.
      * Removes a lot of the extra messages.  The prompt now looks like:
      ===
      $ download_from_google_storage -g
      Please navigate your browser to the following URL:
      https://accounts.google.com/o/oauth2/auth?.....
      
      Enter the authorization code: <code>
      
      Boto config file "/usr/local/google/home/hinoka/.boto.depot_tools" created.
      $ 
      ===
      BUG=351015
      
      Review URL: https://codereview.chromium.org/222973002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@267973 0039d316-1c4b-4281-b951-d872f2087c98
      d5a1ab12