| OLD | NEW |
| 1 package: infra/tools/cipd/${platform} | 1 package: infra/tools/cipd/${platform} |
| 2 description: CIPD client binary. | 2 description: CIPD client 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 - infra-continuous-win-32 | 7 - infra-continuous-win-32 |
| 8 - infra-continuous-win-64 | 8 - infra-continuous-win-64 |
| 9 supports_cross_compilation: true | 9 supports_cross_compilation: true |
| 10 go_packages: | 10 go_packages: |
| 11 - github.com/luci/luci-go/client/cmd/cipd | 11 - github.com/luci/luci-go/cipd/client/cmd/cipd |
| 12 root: ../../go/bin | 12 root: ../../go/bin |
| 13 data: | 13 data: |
| 14 - file: cipd${exe_suffix} | 14 - file: cipd${exe_suffix} |
| 15 - version_file: .versions/cipd${exe_suffix}.cipd_version | 15 - version_file: .versions/cipd${exe_suffix}.cipd_version |
| OLD | NEW |