[roll] Roll fuchsia [assembly] `create-update` can optionally rewrite default repo

This changes `ffx assembly create-update` to add a
`--rewrite-default-repo` argument that edit's the update package's
`packages.json` to use a different repository hostname. This was then
used to change scrutiny to use this to switch all the update package
urls to `test.fuchsia.com`.

This begins a graceful transition for the security pkg test to migrate
to passing in the `update_domain` rather than passing in a test
configuration.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/833516
Original-Revision: 58a67f6fe52c1309ca9da302d4e62fb189952988
GitOrigin-RevId: 6ff104c44a3e66f8a1eca89a2a2e7c013009a640
Change-Id: I34a56904f4767f83c461c94a2aa0c8b92cbdb09d
1 file changed
tree: 4e180a019d69d2e6b623e1c3d47042eb14534797
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.