Skip to content

Export ark infrastructure files

Don Zickus requested to merge redhatexport into os-build

Allow developers to use the ark infrastructure work on upstream git trees. This change saves the redhat/ plus supporting files on top of the 'master' branch.

A developer can then 'git merge ark-infra' to apply this infrastructure.

"NO_CONFIGCHECKS make dist-configs" to create the configs. And away they go.

Utilize the daily rawhide_release builds to create this branch. It fits with the theme and is quick and easy to do in this job. Note I use the 'ark-latest' as the source of the export. This should include any environment fixes for the developer.

Tested by copy-n-pasting manual each step in the script to generate the original ark-infra branch. The gitlab-ci.yml change should be intuitive enough to skip testing.

Merge request reports