From: Prarit Bhargava prarit@redhat.com
redhat: Move update_scripts.sh into redhat/scripts
The redhat/scripts dir is messy and this is just a cleanup.
Move upate_scripts.sh into redhat/scripts.
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 @@ -632,7 +632,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check configs/$(PACKAGE_NAME)-*.config \ configs/partial*.config \ gating.yaml \ - update_scripts.sh \ + scripts/update_scripts.sh \ scripts/mod/mod-denylist.sh \ scripts/mod/mod-internal.list \ scripts/mod/mod-partner.list \ diff --git a/redhat/update_scripts.sh b/redhat/scripts/update_scripts.sh rename from redhat/update_scripts.sh rename to redhat/scripts/update_scripts.sh index blahblah..blahblah 100755 --- a/redhat/update_scripts.sh +++ b/redhat/scripts/update_scripts.sh
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095