commit: 00c1824be4d4bd2a72a54be9846846478d25ada1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:40:21 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=00c1824b
general-concepts/manifest: mention pkgdev manifest Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> general-concepts/manifest/text.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml index 06fef9a..d4c97d8 100644 --- a/general-concepts/manifest/text.xml +++ b/general-concepts/manifest/text.xml @@ -15,9 +15,10 @@ by the package. This is used to verify integrity upon fetching them. </p> <p> -To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c> -or <c>repoman manifest</c>. You may want to set <c>GENTOO_MIRRORS=</c> while -calling it to fetch distfiles from their original locations immediately. +To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c>, +<c>repoman manifest</c>, or <c>pkgdev manifest -m</c>. You may want to set +<c>GENTOO_MIRRORS=</c> while calling it to fetch distfiles from their original +locations immediately. </p> </body>
