tree: 1f20a81131958f83db7567839d2a89bd03341bc4 [path history] [tgz]
  1. configs/
  2. meta/
  3. src/
  4. test_data/
  5. BUILD.gn
  6. OWNERS
  7. README.md
src/sys/pkg/bin/omaha-client/README.md

Omaha Client

Omaha Client is a service that checks for new update with Omaha server.

Requirement

Omaha Client requires app id and version to run.

The default app id is fuchsia-test:no-update, it can be overridden with --args omaha_app_id='"appid"' appended to your fx set arguments.

The default version for local build is a date string, it needs to be set to a version number in Omaha format, for example: --args build_info_version='"0.0.0.1"'