Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap.xml
Date: Wed, 29 Oct 2014 17:30:44
Message-Id: 20141029173040.B96AE903B@oystercatcher.gentoo.org
1 grobian 14/10/29 17:30:40
2
3 Modified: bootstrap.xml
4 Log:
5 don't require hg, or a specific server
6
7 Revision Changes Path
8 1.57 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.57&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.57&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?r1=1.56&r2=1.57
13
14 Index: bootstrap.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- bootstrap.xml 18 Oct 2014 18:52:43 -0000 1.56
21 +++ bootstrap.xml 29 Oct 2014 17:30:40 -0000 1.57
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.56 2014/10/18 18:52:43 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.57 2014/10/29 17:30:40 grobian Exp $ -->
27
28 <guide lang="en">
29 <title>Gentoo Prefix Bootstrap Process</title>
30 @@ -19,7 +19,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.97</version>
35 + <version>1.98</version>
36 <date>2014-10-18</date>
37
38 <chapter>
39 @@ -93,7 +93,7 @@
40 <c>bash</c> are the *BSD systems such as FreeBSD.
41 If you don't have <c>bash</c> installed, download the
42 <c>bootstrap-bash.sh</c> script from
43 - <uri>http://rsync8.prefix.bitzolder.nl/hg/prefix-tree/raw-file/default/scripts/bootstrap-bash.sh</uri>.
44 + <uri>http://rsync.prefix.bitzolder.nl/scripts/bootstrap-bash.sh</uri>.
45 You can use <c>wget</c>, <c>curl</c>, <c>fetch</c> or
46 <c>ftp</c> if they are available. Downloading the script with
47 a web-browser, and/or copying via scp/ftp/NFS is also fine.
48 @@ -113,7 +113,7 @@
49
50 <p>
51 Download the Gentoo Prefix bootstrap script from
52 - <uri>http://rsync8.prefix.bitzolder.nl/hg/prefix-tree/raw-file/default/scripts/bootstrap-prefix.sh</uri>.
53 + <uri>http://rsync.prefix.bitzolder.nl/scripts/bootstrap-prefix.sh</uri>.
54 Like mentioned above, you can use various ways to obtain the
55 script and get it to a place where you can execute it. Once
56 in position, preform the following commands: