108ea96349
This adds support for discovery of repo build servers for multiple CPU architectures. When multiple architectures are detected among the repo servers, this patch allows repo-install to assign and store a list of 'master' build servers for each CPU architecture, then use this to build artifacts independently for each CPU architecture in the deployment. Partially-Implements: bp/multi-arch-repo Change-Id: Ibfb77cc4ce87c9064f9af84946c5a9bbba5e1fb4
9 lines
464 B
YAML
9 lines
464 B
YAML
---
|
|
features:
|
|
- The repo install process is now able to support building and synchronizing
|
|
artifacts for multiple CPU architectures. To support multiple architectures,
|
|
one or more repo servers must be created for each CPU architecture in the
|
|
deployment. When multiple CPU architectures are detected among the repo
|
|
servers, the repo-discovery process will automatically assign a repo
|
|
master to perform the build process for each architecture.
|