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: general-concepts/manifest/
Date: Tue, 30 Mar 2021 16:10:11
Message-Id: 1617120054.00c1824be4d4bd2a72a54be9846846478d25ada1.ulm@gentoo
1 commit: 00c1824be4d4bd2a72a54be9846846478d25ada1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 04:40:21 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=00c1824b
7
8 general-concepts/manifest: mention pkgdev manifest
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 general-concepts/manifest/text.xml | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml
17 index 06fef9a..d4c97d8 100644
18 --- a/general-concepts/manifest/text.xml
19 +++ b/general-concepts/manifest/text.xml
20 @@ -15,9 +15,10 @@ by the package. This is used to verify integrity upon fetching them.
21 </p>
22
23 <p>
24 -To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c>
25 -or <c>repoman manifest</c>. You may want to set <c>GENTOO_MIRRORS=</c> while
26 -calling it to fetch distfiles from their original locations immediately.
27 +To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c>,
28 +<c>repoman manifest</c>, or <c>pkgdev manifest -m</c>. You may want to set
29 +<c>GENTOO_MIRRORS=</c> while calling it to fetch distfiles from their original
30 +locations immediately.
31 </p>
32 </body>