diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-15 08:20:25 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-15 08:20:25 +0100 |
commit | 5914e1444dccfb9229bd5f7973070dc825a621c8 (patch) | |
tree | 877989d557c8a30e3df19704f33b41c0d0e233b3 /keywording | |
parent | general-concepts/licenses: LICENSE should include build scripts (diff) | |
download | devmanual-5914e1444dccfb9229bd5f7973070dc825a621c8.tar.gz devmanual-5914e1444dccfb9229bd5f7973070dc825a621c8.tar.bz2 devmanual-5914e1444dccfb9229bd5f7973070dc825a621c8.zip |
keywording: Fix coding style
Fixes: 9c2e6f500a276b974bc2e2bd476d8423f113dbb2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'keywording')
-rw-r--r-- | keywording/text.xml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/keywording/text.xml b/keywording/text.xml index b151e26..bf924af 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -334,25 +334,25 @@ So packages are not to be marked stable for one of these architectures. <subsection> <title>Simultaneous stabilization on all architectures</title> - <body> - <p> - If you maintain an architecture-independent package (data files, - icons, pure Perl,...) then you may request that your - package be stabilized on all arches at once. To do this <d/> when - you are filing the stabilization bug <d/> please add the keyword - <c>ALLARCHES</c> in addition to <c>STABLEREQ</c> and CC the - arches that you would like to stabilize. - </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 everything works, stabilize not only the - arch that was used during testing, but also all of the other - arches in CC on the bug. Afterwards, the CC field can be cleared - and the bug closed if appropriate. - </p> - </body> +<body> + +<p> +If you maintain an architecture-independent package (data files, icons, pure +Perl, ...) then you may request that your package be stabilized on all arches +at once. To do this <d/> when you are filing the stabilization bug <d/> please +add the keyword <c>ALLARCHES</c> in addition to <c>STABLEREQ</c> and CC the +arches that you would like to stabilize. +</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 +everything works, stabilize not only the arch that was used during testing, +but also all of the other arches in CC on the bug. Afterwards, the CC field can +be cleared and the bug closed if appropriate. +</p> + +</body> </subsection> </section> |