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