[sysadmin/repo-metadata] /: Move branch-groups.yaml outside of kde-dependencies

Andrew Shark <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit ea03f573a59f9a7784a270ef97c7eacf4508e905 by Andrew Shark.
Committed on 18/08/2026 at 23:45.
Pushed by ashark into branch 'master'.

Move branch-groups.yaml outside of kde-dependencies

R  +0    -0    branch-groups.yaml [from: kde-dependencies/branch-groups.yaml - 100% similarity]
M  +2    -2    ci-scripts/check-deprecated-files-changes.sh
M  +1    -1    ci-scripts/verify-branch-groups.py

https://invent.kde.org/sysadmin/repo-metadata/-/commit/ea03f573a59f9a7784a270ef97c7eacf4508e905

diff --git a/kde-dependencies/branch-groups.yaml b/branch-groups.yaml
similarity index 100%
rename from kde-dependencies/branch-groups.yaml
rename to branch-groups.yaml
diff --git a/ci-scripts/check-deprecated-files-changes.sh b/ci-scripts/check-deprecated-files-changes.sh
index 60fc94865..9f1721004 100755
--- a/ci-scripts/check-deprecated-files-changes.sh
+++ b/ci-scripts/check-deprecated-files-changes.sh
@@ -37,11 +37,11 @@ echo -e "Changed files are:\n$(echo "$changed_files" | sed 's/^/  /')"
 echo " "
 
 if [[ "$changed_files" =~ "dependencies/logical-module-structure.json" ]]; then
-  if [[ ! "$changed_files" =~ "kde-dependencies/branch-groups.yaml" ]]; then
+  if [[ ! "$changed_files" =~ "branch-groups.yaml" ]]; then
     echo -e "
 ${YELLOW}WARNING: You have changed legacy files, but did not change modern files.${NC}
 
-  kde-dependencies/branch-groups.yaml - is a modern file used by kde-builder.
+  branch-groups.yaml - is a modern file used by kde-builder.
   dependencies/logical-module-structure.json - is a legacy file, no longer used by kde-builder.
 
 ${YELLOW}Please recheck which files you actually wanted to edit.${NC}
diff --git a/ci-scripts/verify-branch-groups.py b/ci-scripts/verify-branch-groups.py
index 21025ef97..083038213 100644
--- a/ci-scripts/verify-branch-groups.py
+++ b/ci-scripts/verify-branch-groups.py
@@ -13,7 +13,7 @@ parser = argparse.ArgumentParser(description="Verifies the metadata files")
 parser.add_argument("--metadata-path", help="Path to the metadata to check", required=True)
 args = parser.parse_args()
 
-bg_yaml_path = args.metadata_path + "/kde-dependencies/branch-groups.yaml"
+bg_yaml_path = args.metadata_path + "/branch-groups.yaml"
 
 with open(bg_yaml_path, encoding="utf-8") as f:
     bg_yaml_data = yaml.safe_load(f)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.