commit: de435d26ee4d040969db12d59ff103e8b7cd75a6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 20:18:37 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Feb 17 09:29:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=de435d26
keywording: Encourage setting ALLARCHES metadata tag Closes: https://github.com/gentoo/devmanual/pull/188 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> keywording/text.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/keywording/text.xml b/keywording/text.xml index 9c88cf1..391f2d6 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -346,6 +346,12 @@ add the keyword <c>ALLARCHES</c> in addition to <c>STABLEREQ</c> and CC the arches that you would like to stabilize. </p> +<p> +If your package is architecture-independent, you should add the +<c><stabilize-allarches></c> tag to metadata.xml. This allows consistency +in future stabilizations and saves arch teams considerable work. +</p> + <p> The arch teams, when encountering the <c>ALLARCHES</c> keyword, should perform their usual set of tests on a single convenient architecture. Then, if
