| OLD | NEW |
| 1 package: infra/monitoring/dispatcher/${platform} | 1 package: infra/monitoring/dispatcher/${platform} |
| 2 description: dispatcher binary. | 2 description: dispatcher binary. |
| 3 builders: | 3 builders: |
| 4 - infra-continuous-mac-10.9-64 | 4 - infra-continuous-mac-10.9-64 |
| 5 - infra-continuous-precise-32 | 5 - infra-continuous-precise-32 |
| 6 - infra-continuous-precise-64 | 6 - infra-continuous-precise-64 |
| 7 go_packages: |
| 8 - infra/monitoring/dispatcher |
| 7 root: ../../go/bin | 9 root: ../../go/bin |
| 8 data: | 10 data: |
| 9 - file: dispatcher${exe_suffix} | 11 - file: dispatcher${exe_suffix} |
| 10 # TODO: also gatekeeper config etc | 12 # TODO: also gatekeeper config etc |
| OLD | NEW |