clr-distro-factory
clr-distro-factory copied to clipboard
Clear Linux* Distro Factory
Today when packages are published, all ~85GB of content is copied and synced for each build. Over time, this accumulates a high amount of disk space and requires a robust...
Remove the reference to the local-yum directory as it is not being used anywhere in the codebase. Signed-off-by: Reagan Lopez
Have a flag for the release workflow that would allow a format bump to be triggered by necessity of the Downstream itself instead of only tracking Upstream's format bumps. This...
A docker folder should be made in the config repository containing folders for each image name. Each image folder name should have the following files inside of it: - Dockerfile...
There are one or two find command that become expensive as debuginfo build up over time. If we know the packages from the previous build, we might be able to...
You can use "mixer repo add " command to add new repos. Add the repo url with file:// , http or https protocol You can remove the "clear" repo from...
When using the `--no-signing` option on mixer, mixer will not sign the latest file. This is not being done today by our process and is required for supporting future enhancements...
A file named `os-core-update-extra-files` needs to be created in mixer's server state directory containing the paths that need to be added to the os-core-update manifest. These files need to be...
Prior to doing releases of tools on which the clr-distro-factory build process is dependent, those tools should be tested in this environment to identify any changes needed to the build...
This should be done in a separate pipeline running on an agent different than the build agent. Do not want debuginfo generation to be in the critical path of the...