tree: 76f9de64c2318bdaf56a62031ef9e3a5c7b2cf44 [path history] [tgz]
  1. meta/
  2. src/
  3. test_data/
  4. BUILD.gn
  5. OWNERS
  6. README.md
  7. sysmgr.config
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"'