From: Prarit Bhargava prarit@redhat.com
redhat: Move yaml files into their own directory
The redhat/scripts dir is messy and this is just a cleanup.
Move the yaml files into their own directory.
Signed-off-by: Prarit Bhargava prarit@redhat.com
diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -623,7 +623,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check @cat configs/flavors | while read flavor; do echo "Copying sources for $${flavor}"; [ -e $${flavor}_files ] && cp $${flavor}_files/* $(SOURCES); done @sed -e "s/%%SPECKVERSION%%/$(SPECKVERSION)/" \ -e "s/%%SPECKPATCHLEVEL%%/$(SPECKPATCHLEVEL)/" \ - rpminspect.yaml > $(SOURCES)/rpminspect.yaml + scripts/gating/rpminspect.yaml > $(SOURCES)/rpminspect.yaml @cp scripts/kernel-tools/cpupower.config \ scripts/kernel-tools/cpupower.service \ scripts/kernel-tools/kvm_stat.logrotate \ @@ -631,7 +631,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check kabi/check-kabi \ configs/$(PACKAGE_NAME)-*.config \ configs/partial*.config \ - gating.yaml \ + scripts/gating/gating.yaml \ scripts/update_scripts.sh \ scripts/mod/mod-denylist.sh \ scripts/mod/mod-internal.list \ diff --git a/redhat/gating.yaml b/redhat/scripts/gating/gating.yaml rename from redhat/gating.yaml rename to redhat/scripts/gating/gating.yaml index blahblah..blahblah 100644 --- a/redhat/gating.yaml +++ b/redhat/scripts/gating/gating.yaml diff --git a/redhat/rpminspect.yaml b/redhat/scripts/gating/rpminspect.yaml rename from redhat/rpminspect.yaml rename to redhat/scripts/gating/rpminspect.yaml index blahblah..blahblah 100644 --- a/redhat/rpminspect.yaml +++ b/redhat/scripts/gating/rpminspect.yaml
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095