| package: infra/tools/luci/vpython2.7/${platform} |
| description: LEGACY vpython 2.7 package. Do not depend on this without talking to LUCI team. |
| platforms: |
| - linux-amd64 |
| go_packages: |
| - infra/tools/vpython/legacy/vpython2.7/cmd/vpython2.7 |
| install_mode: copy |
| root: ../../go/bin |
| # We have the vpython2.7 package create a binary called 'vpython2.7' so that |
| # it doesn't collide with the mainline vpython binary in go/bin. However, in |
| # the CIPD package, we want to restore the original 'vpython' binary name. |
| copies: |
| - src: vpython2.7${exe_suffix} |
| dst: vpython${exe_suffix} |
| cipd_export: | |
| @Subdir 2.7 |
| infra/3pp/tools/cpython/${target_platform} version:2@2.7.18.chromium.44 |
| data: |
| - file: vpython${exe_suffix} |
| - dir: "2.7" |
| - version_file: .versions/vpython${exe_suffix}.cipd_version |