clr-distro-factory
clr-distro-factory copied to clipboard
Clear Linux* Distro Factory
If the sign_image function is defined, the image certificate needs to be placed in the staged config folder alongside the Swupd_Root.pem.
Add header to license file that contains the following text to make it more clear as to what users are looking at: ``` # This list is automatically generated. #...
A static files repository should be a variable in the config repo. This repository is expected to have the following directory structure: - toplevel - releases That controls which files...
Variables for these guys needs to be defined, but if they exist, they should be staged into the following directory structure: ``` repo/ x86_64/ os/ Packages/ repodata/ debug/* repodata/ source/*...
As a part of release note generation, bundle changes for the local bundles added to the mix should be shown. This means showing added, updated, and removed bundles. For now,...
* Consider the pros and cons of having the orchestration tool (usually Jenkins) to also fetch the config repository * One big con would be the increased reliance on the...
Content needs to be able to be staged on a remote machine. Rather than just moving content into a new location, it should be rsync'd to a path. This path...
Improve the way we use and maintain our workspace to avoid the extreme duplication of artifacts on the disk that we have today. Also, improve the code in such a...
Today, it can be done on Distro-Factory side by handling the bundles repository to fit mixer needs. But the most correct approach is for mixer to support the same layout...
Want to consider using a `run_and_log` approach for these commands because the console output is too large to go through most times. For mixer and clr-installer, we want to archive...