You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party
hinoka@chromium.org d5a1ab12ef Remove prompt for default project ID
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
11 years ago
..
boto Replaced boto certificate 11 years ago
colorama Update colorama from upstream to 5a3100113a3a. 12 years ago
coverage Add python coverage 3.7 to depot tools. 12 years ago
fancy_urllib Added gsutil/ to depot_tools/third_party/ 12 years ago
gsutil Remove prompt for default project ID 11 years ago
httplib2 Added OAuth2 authentication to apply_issue 11 years ago
logilab Fix Pylint presubmit check. 13 years ago
oauth2client Added OAuth2 authentication to apply_issue 11 years ago
pylint Presubmit check improvements. 11 years ago
pymox Fix licensing headers and move most third party code to third_party/ 15 years ago
repo Revamped terminal output for update. 11 years ago
retry_decorator Added gsutil/ to depot_tools/third_party/ 12 years ago
simplejson Add simplejson 2.1.0 and use it when it's not already installed. 15 years ago
__init__.py Fix licensing headers and move most third party code to third_party/ 15 years ago
pylint.py Pass arguments to pylint child process via a pipe. 13 years ago
upload.py Fix upload.py to properly use a local logger 11 years ago