| OLD | NEW |
| 1 Name: Google code support upload script | 1 Name: Google code support upload script |
| 2 Short Name: googlecode_upload | 2 Short Name: googlecode_upload |
| 3 URL: http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py | 3 URL: http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py |
| 4 Version: r681 | 4 Version: r681 |
| 5 Security Critical: no | 5 Security Critical: no |
| 6 License: Apache 2 | 6 License: Apache 2 |
| 7 License File: NOT_SHIPPED |
| 7 | 8 |
| 8 Description: | 9 Description: |
| 9 A simple script from Google Code support for automating uploads. | 10 A simple script from Google Code support for automating uploads. |
| 10 | 11 |
| 11 Local modifications: | 12 Local modifications: |
| 12 -Added comment describing license. They have a comment about the license, but | 13 -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 it uses an atypical format that isn't recognized by chromium's checklicense |
| 14 script. | 15 script. |
| 15 -Instead of using the default netrc lookup which requires HOME to be set | 16 -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 (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 -Fail instead of prompting for username/password if none is given. |
| OLD | NEW |