Skip to content

Remove unused ci scripts

Don Zickus requested to merge remove-ci-scripts into os-build

The ARK CI process has changed over time and the following scripts are no longer used. Remove them to avoid confusion for future contributors.

  • ark-rebase-patches.sh used to rebase patches for ark-patches. ark-patches was replaced by the current merge based workflow.

  • ark-update-changelog.sh a legacy implementation to update the changelog on os-build from ark-latest when ark-patches was being used. This has been replaced by the current merge based workflow.

  • sign_off_check.py used by ci scripts to verify every MR had a signed-off-by line. Replaced with kernel-webhooks implementation of the same idea.

Signed-off-by: Don Zickus dzickus@redhat.com

Merge request reports