[sysadmin/repo-metadata] /: Move ignore-kde-projects outside of kde-dependencies
Andrew Shark <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c5ae1984da06257760281ca6816e286f31db002f by Andrew Shark. Committed on 18/08/2026 at 23:45. Pushed by ashark into branch 'master'. Move ignore-kde-projects outside of kde-dependencies M +9 -0 README.md R +0 -0 ignore-kde-projects [from: kde-dependencies/ignore-kde-projects - 100% similarity] M +0 -7 kde-dependencies/README.md https://invent.kde.org/sysadmin/repo-metadata/-/commit/c5ae1984da06257760281ca6816e286f31db002f diff --git a/README.md b/README.md index 6980d3e20..4faa6f80c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ This repository holds metadata about KDE's projects and their organisation. +--- + +The `ignore-kde-projects` lists active repositories that are "software" "kind" in metadata, +but that should be always ignored. + +It is a newline-separated list of KDE's repopath paths to ignore. + +--- + ## Managing Projects All projects live as individual directories inside the `projects-invent/` directory. Inside `projects-invent/` are the top-level groups, matching those you'll find on Gitlab. diff --git a/kde-dependencies/ignore-kde-projects b/ignore-kde-projects similarity index 100% rename from kde-dependencies/ignore-kde-projects rename to ignore-kde-projects diff --git a/kde-dependencies/README.md b/kde-dependencies/README.md index ec7610635..ed39177be 100644 --- a/kde-dependencies/README.md +++ b/kde-dependencies/README.md @@ -7,13 +7,6 @@ you use --include-dependencies. --- -The `ignore-kde-projects` lists active repositories that are "software" "kind" in metadata, -but that should be always ignored. - -It is a newline-separated list of KDE's repopath paths to ignore. - ---- - The `kde-dependencies-*` files provide dependency data to show which KDE projects depend on others, so that projects could be built in the right order.