Home | History | Annotate | only in /external/chromium_org/chrome/test/chromedriver/third_party/googlecode
Up to higher level directory
NameDateSize
googlecode_upload.py04-Nov-20148.4K
LICENSE04-Nov-201411.1K
README.chromium04-Nov-2014679

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.
     18