[roll] Roll fuchsia [scripts] fuchsia-vendored-python update hook

This adds a hook to create //.jiri_root/bin/fuchsia-vendored-python upon
jiri update (per RFC-0129). Verified ops using the following script:

  #!/usr/bin/env fuchsia-vendored-python
  import sys

  if __name__ == '__main__':
    print(sys.executable)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/590172
Original-Revision: 02c472b59b4c2c08d689c25d563e8d67a69220bc
GitOrigin-RevId: f7a15ca56533beba49f9db94e84b62dfaf4b6ea0
Change-Id: I77a2d7be337f6f674224e3192834ea0ece2d73df
1 file changed
tree: 145da77696484ddf7f7d423e85279fc484a5dccd
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.