commit: 06b5627ebc2bc051d83a00cc739f7886f85dcff8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 28 20:01:18 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 29 04:57:57 2025 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=06b5627e
repositories: Lower "quality" of non-::gentoo repos to experimental Set the "quality" of all repositories but ::gentoo to "experimental". The quality tag has not been used consistently in the past, and at this point it is entirely meaningless. Ref: https://archives.gentoo.org/gentoo-dev/2be12a7bb9f390ca5c6462b02daea4b4c5cf6e5c.camel <AT> gentoo.org/T/ Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 4c9822d9..5d63dd9c 100755 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2068,7 +2068,7 @@ <source type="git">git+ssh://[email protected]/TomHotston/hotstoast-overlay.git</source> <feed>https://github.com/TomHotston/hotstoast-overlay/commits/master.atom</feed> </repo> - <repo quality="testing" status="unofficial"> + <repo quality="experimental" status="unofficial"> <name>hyprland-overlay</name> <description lang="en">An unofficial Gentoo overlay related to all Hyprland utilities</description> <description lang="fr">Un overlay Gentoo non officiel lié à tous les utilitaires Hyprland</description> @@ -2820,7 +2820,7 @@ <source type="git">https://source.mnt.re/vimja/mnt-reform-overlay.git</source> <feed>https://source.mnt.re/vimja/mnt-reform-overlay.atom</feed> </repo> - <repo quality="testing" status="unofficial"> + <repo quality="experimental" status="unofficial"> <name>moexiami</name> <description lang="en">Contains updated ebuilds (w/ more feature/control) for packages in the Gentoo tree, latest version ebuilds and newpackages @@ -3187,7 +3187,7 @@ <source type="git">git+ssh://[email protected]/jcaesar/openclonk-overlay.git</source> <feed>https://github.com/jcaesar/openclonk-overlay/commits/master.atom</feed> </repo> - <repo quality="stable" status="unofficial"> + <repo quality="experimental" status="unofficial"> <name>opentransactions</name> <description lang="en">Open-Transactions Gentoo Overlay</description> <homepage>https://github.com/Open-Transactions/gentoo-overlay</homepage>
