• Home
  • History
  • Annotate
  • only in /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
NameDateSize

..11-Jul-20144 KiB

googlecode_upload.py11-Jul-20148.4 KiB

LICENSE11-Jul-201411.1 KiB

README.chromium11-Jul-2014679

README.chromium

1Name: Google code support upload script
2Short Name: googlecode_upload
3URL: http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py
4Version: r681
5Security Critical: no
6License: Apache 2
7
8Description:
9A simple script from Google Code support for automating uploads.
10
11Local modifications:
12-Added comment describing license. They have a comment about the license, but
13it uses an atypical format that isn't recognized by chromium's checklicense
14script.
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.
18