Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1357 - trunk
Date: Wed, 05 Mar 2008 17:36:25
Message-Id: E1JWxXT-0002vc-4Z@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-03-05 17:36:22 +0000 (Wed, 05 Mar 2008)
3 New Revision: 1357
4
5 Modified:
6 trunk/ChangeLog
7 trunk/README
8 trunk/catalyst
9 Log:
10 Updated README a bit and rolling 2.0.6_pre12 for testing.
11
12 Modified: trunk/ChangeLog
13 ===================================================================
14 --- trunk/ChangeLog 2008-03-05 17:29:47 UTC (rev 1356)
15 +++ trunk/ChangeLog 2008-03-05 17:36:22 UTC (rev 1357)
16 @@ -1,6 +1,9 @@
17 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
18 # $Id: $
19
20 + 05 Mar 2008; Chris Gianelloni <wolf31o2@g.o> README, catalyst:
21 + Updated README a bit and rolling 2.0.6_pre12 for testing.
22 +
23 05 Mar 2008; Chris Gianelloni <wolf31o2@g.o>
24 targets/support/create-iso.sh:
25 Removed any further checks for clst_fstype and making sure everybody is
26
27 Modified: trunk/README
28 ===================================================================
29 --- trunk/README 2008-03-05 17:29:47 UTC (rev 1356)
30 +++ trunk/README 2008-03-05 17:36:22 UTC (rev 1357)
31 @@ -18,11 +18,11 @@
32 =======================
33
34 - Python 2.4 or greater (may still work with 2.3)
35 -- A portage snapshot (or portage tree to make your own)
36 -- A Gentoo generic stage3 tarball
37 +- An ebuild repository snapshot (or an ebuild tree to create one)
38 +- A generic stage3 tarball for your architecture
39 - shash for digest support
40
41 -What is Catalyst?
42 +What is catalyst?
43 ========================
44
45 Catalyst is the Gentoo Linux project's release building tool. With catalyst,
46 @@ -32,9 +32,9 @@
47
48 Catalyst is capable of:
49
50 -- Building installation stages for every architecture supported by Gentoo
51 -- Building bootable LiveCDs for every architecture supported by Gentoo
52 -- Building GRP (Gentoo Reference Platform) sets for every architecture supported by Gentoo
53 +- Building installation stages
54 +- Building bootable LiveCDs
55 +- Building GRP (Gentoo Reference Platform) sets
56 - Setting up a Tinderbox target for test building
57 - Building netboot images
58
59
60 Modified: trunk/catalyst
61 ===================================================================
62 --- trunk/catalyst 2008-03-05 17:29:47 UTC (rev 1356)
63 +++ trunk/catalyst 2008-03-05 17:36:22 UTC (rev 1357)
64 @@ -8,7 +8,7 @@
65 import pdb
66
67 __maintainer__="Chris Gianelloni <wolf31o2@g.o>"
68 -__version__="2.0.6_pre11"
69 +__version__="2.0.6_pre12"
70
71 conf_values={}
72
73
74 --
75 gentoo-commits@l.g.o mailing list