Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 01/19] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642
Date: Sun, 24 Jan 2016 08:47:01
Message-Id: 1453625173-9505-2-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v2 00/19] devmanual: update the docs for post git-migration by Gokturk Yuksek
1 With the git migration no CVS keyword expansions are happening. However,
2 Manifest file may still need to be regenerated.
3
4 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
5 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
6 ---
7 general-concepts/manifest/text.xml | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml
11 index 27ebdef..12961da 100644
12 --- a/general-concepts/manifest/text.xml
13 +++ b/general-concepts/manifest/text.xml
14 @@ -18,8 +18,8 @@ The <c>Manifest</c> may also be digitally signed.
15
16 <p>
17 To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c>. When
18 -committing, the <c>Manifest</c> file must be regenerated to handle any CVS keyword
19 -expansion changes <d/> <c>repoman</c> will do this automatically.
20 +committing, the <c>Manifest</c> file must be regenerated to handle any
21 +changes <d/> <c>repoman</c> will do this automatically.
22 </p>
23 </body>
24 </section>
25 --
26 2.4.10