diff options
author | 2021-09-07 11:15:01 +0300 | |
---|---|---|
committer | 2021-09-24 14:59:38 +0300 | |
commit | 384ff6b951ddc1ecb29c241b54e96bc4c90bef39 (patch) | |
tree | 9fa04254c545c2fbb1783d087fa57785d13bc162 /general-concepts/ebuild-revisions | |
parent | general-concepts/ebuild-revisions: mention EAPI bump (diff) | |
download | devmanual-384ff6b951ddc1ecb29c241b54e96bc4c90bef39.tar.gz devmanual-384ff6b951ddc1ecb29c241b54e96bc4c90bef39.tar.bz2 devmanual-384ff6b951ddc1ecb29c241b54e96bc4c90bef39.zip |
general-concepts/ebuild-revisions: mention pkgdev as alternative
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Closes: https://github.com/gentoo/devmanual/pull/248
Diffstat (limited to 'general-concepts/ebuild-revisions')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index f5e8be8..55e1387 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -52,8 +52,9 @@ of thumb could be used as a guideline: etc.) and it would not be propagated using other means, then the ebuild should be renamed to a new revision. If the package has stable keywords, they should be moved to the new revision without - dropping. To commit the ebuild, <c>repoman commit - --straight-to-stable</c> option should be used. + dropping. To commit the ebuild, <c>repoman commit --straight-to-stable</c> + option should be used. (Alternatively, <c>pkgdev commit</c> or <c>git + commit</c> paired with <c>pkgcheck scan --commits</c>). </li> <li> |