diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-10-10 13:09:26 +0300 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-10-13 15:40:35 +0200 |
commit | 6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab (patch) | |
tree | 9756651a50247a99408d2023f36797f7443dea23 /keywording | |
parent | keywording: wrap text at 80 chars (diff) | |
download | devmanual-6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab.tar.gz devmanual-6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab.tar.bz2 devmanual-6b5ff53adca1ad2fe5b3f9b2bb35245fd507ffab.zip |
keywording: add ekeyword ~all command example
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'keywording')
-rw-r--r-- | keywording/text.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keywording/text.xml b/keywording/text.xml index 74bca5d..cc10166 100644 --- a/keywording/text.xml +++ b/keywording/text.xml @@ -201,9 +201,11 @@ Do <b>not</b> commit straight to <c>arch</c> ("stable"). <p> When upgrading, drop all existing keywords from <c>arch</c> to <c>~arch</c> -("testing"), and leave any existing <c>~arch</c> keywords intact. This must be -done even if you <e>think</e> you're just making a trivial fix <d /> there have -been several examples of the stable tree getting broken this way. +("testing"), and leave any existing <c>~arch</c> keywords intact. It's easiest +and safest to use <c>ekeyword ~all my-new-version.ebuild</c> from the <c> +app-portage/gentoolkit</c> package. This must be done even if you <e>think</e> +you're just making a trivial fix <d /> there have been several examples of the +stable tree getting broken this way. </p> <p> |