- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / chromedriver / third_party / googlecode / README.chromium
1 Name: Google code support upload script
2 Short Name: googlecode_upload
3 URL: http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py
4 Version: r681
5 Security Critical: no
6 License: Apache 2
7
8 Description:
9 A simple script from Google Code support for automating uploads.
10
11 Local modifications:
12 -Added comment describing license. They have a comment about the license, but
13 it uses an atypical format that isn't recognized by chromium's checklicense
14 script.
15 -Instead of using the default netrc lookup which requires HOME to be set
16 (which normally isn't on Windows), specify the file using os.path.expanduser.
17 -Fail instead of prompting for username/password if none is given.