diff options
author | 2022-03-11 13:12:26 -0800 | |
---|---|---|
committer | 2022-03-14 10:05:41 -0700 | |
commit | c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8 (patch) | |
tree | fb8524353e72455b4b840c78ba95f00bdc499230 /general-concepts/ebuild-revisions | |
parent | quickstart: make blocker non-pure-DEPEND (diff) | |
download | devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.tar.gz devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.tar.bz2 devmanual-c2c0b163b73c53d8aa65ed6403bdf8f116ef45b8.zip |
Remove references to repoman
Bug: https://bugs.gentoo.org/835013
Closes: https://github.com/gentoo/devmanual/pull/274
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'general-concepts/ebuild-revisions')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index 755e0cf..4e78e80 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -52,9 +52,8 @@ 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. (Alternatively, <c>pkgdev commit</c> or <c>git - commit</c> paired with <c>pkgcheck scan --commits</c>). + dropping. To commit the ebuild, <c>pkgdev commit</c> or <c>git + commit</c> paired with <c>pkgcheck scan --commits</c> should be used). </li> <li> |