Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/new-ebuild/
Date: Tue, 30 Mar 2021 16:10:11
Message-Id: 1617120054.be07d60d328e03200d4864be66782123aad756f1.ulm@gentoo
1 commit: be07d60d328e03200d4864be66782123aad756f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 04:36:51 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 16:00:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=be07d60d
7
8 ebuild-maintenance/new-ebuild: mention pkgdev as an alternative to repoman
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-maintenance/new-ebuild/text.xml | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/ebuild-maintenance/new-ebuild/text.xml b/ebuild-maintenance/new-ebuild/text.xml
17 index ad7f74c..d8608be 100644
18 --- a/ebuild-maintenance/new-ebuild/text.xml
19 +++ b/ebuild-maintenance/new-ebuild/text.xml
20 @@ -48,9 +48,10 @@ examples.
21 </p>
22
23 <p>
24 -When committing to git, all developers should use <c>repoman commit</c>
25 -instead of <c>git commit</c> to submit their ebuilds. Before committing,
26 -please run <c>repoman full</c> to make sure you didn't forget something.
27 +When committing to git, all developers should use <c>repoman commit</c> or
28 +<c>pkgdev commit</c> with <c>pkgdev push</c> instead of <c>git commit</c> to
29 +submit their ebuilds. Before committing, please run <c>repoman full</c> or
30 +<c>pkgcheck scan</c> to make sure you didn't forget something.
31 </p>
32
33 </body>