[roll] Roll infra/recipes [fuchsia] Rename fuchsia module example to full.py

The vast majority of recipe module example recipes are named "full.py",
so this is more consistent with the rest of the recipes codebase.
Additionally, "fuchsia.py" was the same basename as the main (and much
more commonly edited) "fuchsia/fuchsia.py" recipe. So I would often
accidentally open "recipe_modules/fuchsia/examples/fuchsia.py" when I
was actually trying to open "recipes/fuchsia/fuchsia.py" using a fuzzy
search.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/520583
Original-Revision: 35d300cee76489b1b90860e85d5f2da06e3b0b4c
GitOrigin-RevId: 14a173398960756e3b643bef3225fa7a748e53ca
Change-Id: Ia23cb9b01737bd57aef3e916ed2eb96c80967d98
1 file changed
tree: 46aa0c1c9c91f01e58a7a94797cc960c0fcfb621
  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.