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: Sun, 27 Jun 2010 08:09:43
Message-Id: 20100627080940.51A952CF8C@corvid.gentoo.org
1 fauli 10/06/27 08:09:40
2
3 Modified: arch-testers-faq.xml
4 Log:
5 AT FAQ: Mention virtual machines as proposed by Thomas Kahle
6
7 Revision Changes Path
8 1.24 xml/htdocs/proj/en/base/x86/arch-testers-faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml?r1=1.23&r2=1.24
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.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- arch-testers-faq.xml 11 Jan 2010 21:47:52 -0000 1.23
21 +++ arch-testers-faq.xml 27 Jun 2010 08:09:40 -0000 1.24
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.23 2010/01/11 21:47:52 fauli Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/arch-testers-faq.xml,v 1.24 2010/06/27 08:09:40 fauli Exp $ -->
28
29 <guide link="/proj/en/base/x86/arch-testers-faq.xml">
30 <title>Gentoo x86 Arch Tester's FAQ</title>
31 @@ -25,8 +25,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>1.4</version>
36 -<date>2010-01-10</date>
37 +<version>1.5</version>
38 +<date>2010-06-27</date>
39
40 <chapter>
41 <title>Introduction</title>
42 @@ -181,9 +181,12 @@
43 <body>
44
45 <p>
46 -You'll need a system or chroot, which only uses packages marked "x86". This is
47 -so we actually use stable libraries to test packages against, and can find bugs
48 -in packages marked stable.
49 +You'll need a system or chroot, which only uses packages marked
50 +"x86". This is so we actually use stable libraries to test packages
51 +against, and can find bugs in packages marked stable. Alternatively
52 +you can run Gentoo on a dedicated machine for testing only or in a
53 +virtual machine. Suitable programs for the latter are VirtualBox,
54 +VMWare or QEmu/KVM.
55 </p>
56
57 </body>