https://github.com/lygstate/cros-manifests
https://github.com/lygstate/cros-manifests
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lygstate/cros-manifests
- Owner: lygstate
- Created: 2021-09-01T11:51:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T22:14:43.000Z (over 3 years ago)
- Last Synced: 2025-01-04T07:47:32.854Z (5 months ago)
- Language: HTML
- Size: 1.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*** note
**IMPORTANT**: Do *not* make changes to full.xml in this repo. This repo
automatically syncs with the private manifest repo
. If you do
not have access to the private repo, please ask a Googler to update the manifest
on your behalf.
The changes must be synced to the infra/config file
chromeos\_repos.star. Without this, the repo will never be picked up by CQ.
***# Repo Groups
Repo is the tool that we use to manage our local checkouts. It parses the
manifest specified by the `default.xml` file. The name of the manifest can be
overridden using `-m`. One could also check out a subset of the manifest using
the repo `groups` feature. This section documents the important groups that are
part of the default chromiumos manifest.## minilayout
This group is the minimum subset of repos needed to do a full build of Chrome
OS. It doesn't include all of the repos to necessarily test the OS image but
does include all those needed to create an image.## buildtools
The subset of repos needed to perform release actions i.e. payload generation,
etc. Used by release engineers, TPMs, and Infra team members. Note this group
isn't useful without a checkout of manifest-internal.## labtools
Tools needed to perform routine lab administrative actions like DUT
re-allocation or lab server management.