From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2518
These changes remove a lot of legacy cruft and simplify reading of the code. The goal is to make it easier to understand what is going on and run things locally. Because of the code removal (which should be unused), there is a slight risk I broke something subtle. Dependent on part1. Signed-off-by: Don Zickus <[email protected]> --- redhat/scripts/ci/ark-ci-env.sh | 30 +++++++++++ redhat/scripts/ci/ark-create-release.sh | 74 +++++++++++----------------- redhat/scripts/ci/ark-update-configs.sh | 85 ++++++++++++++++++-------------- .gitlab-ci.yml | 2 +- 4 files changed, 108 insertions(+), 83 deletions(-) _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
