Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/x86: arch-testers-faq.xml
Date: Fri, 08 Jan 2010 09:30:16
Message-Id: E1NTBAc-0002o5-DU@stork.gentoo.org
1 fauli 10/01/08 09:30:14
2
3 Modified: arch-testers-faq.xml
4 Log:
5 AT FAQ: More about how to test a package
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/base/x86/arch-testers-faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?r1=1.11&r2=1.12
13
14 Index: arch-testers-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- arch-testers-faq.xml 8 Jan 2010 09:26:18 -0000 1.11
21 +++ arch-testers-faq.xml 8 Jan 2010 09:30:14 -0000 1.12
22 @@ -2,7 +2,7 @@
23
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.11 2010/01/08 09:26:18 fauli Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.12 2010/01/08 09:30:14 fauli Exp $ -->
28
29 <guide link="/proj/en/base/x86/arch-testers-faq.xml">
30 <title>Gentoo x86 Arch Tester's FAQ</title>
31 @@ -316,10 +316,13 @@
32 Optimization Guide</uri>.
33 </li>
34 <li>
35 - After merging the package, run it and ensure that basic functionality works.
36 - If the package is a library, emerge a couple packages that use the library
37 - to ensure they still work with the new version.
38 - </li>
39 + After merging the package, run it and ensure that basic
40 + functionality works. If the package is a library, emerge a couple
41 + of packages (best: all that depend on it and have stable version)
42 + that use the library to ensure they still work with the new
43 + version. The so-called reverse-dependencies are found in the <uri
44 + link="http://tinderbox.dev.gentoo.org/misc/rindex/">rindex</uri>.
45 + </li>
46 </ol>
47
48 </body>