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