commit: be07d60d328e03200d4864be66782123aad756f1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:36:51 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 16:00:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=be07d60d
ebuild-maintenance/new-ebuild: mention pkgdev as an alternative to repoman Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-maintenance/new-ebuild/text.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ebuild-maintenance/new-ebuild/text.xml b/ebuild-maintenance/new-ebuild/text.xml index ad7f74c..d8608be 100644 --- a/ebuild-maintenance/new-ebuild/text.xml +++ b/ebuild-maintenance/new-ebuild/text.xml @@ -48,9 +48,10 @@ examples. </p> <p> -When committing to git, all developers should use <c>repoman commit</c> -instead of <c>git commit</c> to submit their ebuilds. Before committing, -please run <c>repoman full</c> to make sure you didn't forget something. +When committing to git, all developers should use <c>repoman commit</c> or +<c>pkgdev commit</c> with <c>pkgdev push</c> instead of <c>git commit</c> to +submit their ebuilds. Before committing, please run <c>repoman full</c> or +<c>pkgcheck scan</c> to make sure you didn't forget something. </p> </body>
