| OLD | NEW |
| 1 URL: http://buildbot.net/trac | 1 URL: http://buildbot.net/trac |
| 2 Version: 0.7.11 at revision 210dcf66260cb2ca77ecd0992f4274b4994302f6 | 2 Version: 0.7.11 at revision 210dcf66260cb2ca77ecd0992f4274b4994302f6 |
| 3 License: GNU General Public License (GPL) Version 2 | 3 License: GNU General Public License (GPL) Version 2 |
| 4 | 4 |
| 5 Local modifications: | 5 Local modifications: |
| 6 | 6 |
| 7 process/builder.py | 7 process/builder.py |
| 8 Support property-selected slavename for slave selection on multi-slave | 8 Support property-selected slavename for slave selection on multi-slave |
| 9 builder. | 9 builder. |
| 10 Original version saved as builder_orig.py | 10 Original version saved as builder_orig.py |
| 11 | 11 |
| 12 process/buildstep.py | 12 process/buildstep.py |
| 13 Add **kwargs at the end of the __init__ for RemoteShellCommand since | 13 Add **kwargs at the end of the __init__ for RemoteShellCommand since |
| 14 we pass more parameters. | 14 we pass more parameters. |
| 15 Change "slave lost" to be an exception instead of a failure. |
| 15 | 16 |
| 16 slave/commands.py | 17 slave/commands.py |
| 17 Use os.path.normpath when calling os.makedirs when it might be called with | 18 Use os.path.normpath when calling os.makedirs when it might be called with |
| 18 trailing '..' components. | 19 trailing '..' components. |
| 19 Original version saved as commands_orig.py | 20 Original version saved as commands_orig.py |
| 20 | 21 |
| 21 status/web/base.py | 22 status/web/base.py |
| 22 Changed the http headers emitted so browsers won't cache changing status | 23 Changed the http headers emitted so browsers won't cache changing status |
| 23 pages. Original version saved as base_orig.py | 24 pages. Original version saved as base_orig.py |
| 24 | 25 |
| 25 status/web/console*.py | 26 status/web/console*.py |
| 26 Add support for caching, json output and merge/collapsed view. | 27 Add support for caching, json output and merge/collapsed view. |
| 27 | 28 |
| 28 status/web/stats.py | 29 status/web/stats.py |
| 29 Add new status page to show the cycle time stats for the builders. | 30 Add new status page to show the cycle time stats for the builders. |
| OLD | NEW |