Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r584 - trunk/tools
Date: Sun, 26 Oct 2008 16:26:19
Message-Id: E1Ku8RU-0001GI-Gf@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-10-26 16:26:16 +0000 (Sun, 26 Oct 2008)
3 New Revision: 584
4
5 Added:
6 trunk/tools/catalyst-auto-x86.conf
7 Modified:
8 trunk/tools/ChangeLog
9 trunk/tools/catalyst-auto-amd64.conf
10 Log:
11 Add x86 config and change email to releng@
12
13 Modified: trunk/tools/ChangeLog
14 ===================================================================
15 --- trunk/tools/ChangeLog 2008-10-08 01:24:20 UTC (rev 583)
16 +++ trunk/tools/ChangeLog 2008-10-26 16:26:16 UTC (rev 584)
17 @@ -2,6 +2,10 @@
18 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
19 # $Id$
20
21 + 26 Oct 2008; Andrew Gaffney <agaffney@g.o>
22 + catalyst-auto-amd64.conf, +catalyst-auto-x86.conf:
23 + Add x86 config and change email to releng@
24 +
25 28 Sep 2008; Andrew Gaffney <agaffney@g.o> catalyst-auto:
26 Add --keep-tmpdir option Move tailing of logfile to send_email() function
27
28
29 Modified: trunk/tools/catalyst-auto-amd64.conf
30 ===================================================================
31 --- trunk/tools/catalyst-auto-amd64.conf 2008-10-08 01:24:20 UTC (rev 583)
32 +++ trunk/tools/catalyst-auto-amd64.conf 2008-10-26 16:26:16 UTC (rev 584)
33 @@ -9,8 +9,7 @@
34
35 KCONFIG_DIR=/release/svn-releng/trunk/releases/weekly/kconfig/amd64
36
37 -#EMAIL_TO=releng@g.o
38 -EMAIL_TO=agaffney@g.o
39 +EMAIL_TO=releng@g.o
40 EMAIL_FROM=catalyst@×××××××××××××××××××××××××.org
41 EMAIL_SUBJECT_PREPEND="[amd64-auto]"
42
43
44 Added: trunk/tools/catalyst-auto-x86.conf
45 ===================================================================
46 --- trunk/tools/catalyst-auto-x86.conf (rev 0)
47 +++ trunk/tools/catalyst-auto-x86.conf 2008-10-26 16:26:16 UTC (rev 584)
48 @@ -0,0 +1,20 @@
49 +# This is the config file for the catalyst-auto script. It should be pretty
50 +# self-explanatory.
51 +
52 +SPECS_DIR=/release/svn-releng/trunk/releases/weekly/specs/x86
53 +SPECS="stage1.spec stage2.spec stage3.spec"
54 +SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
55 +#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
56 +#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
57 +
58 +KCONFIG_DIR=/release/svn-releng/trunk/releases/weekly/kconfig/x86
59 +
60 +EMAIL_TO=releng@g.o
61 +EMAIL_FROM=catalyst@×××××××××××××××××××××××××.org
62 +EMAIL_SUBJECT_PREPEND="[x86-auto]"
63 +
64 +CATALYST_CONFIG=/etc/catalyst/x86-auto.conf
65 +
66 +pre_build() {
67 + svn up /release/svn-releng/
68 +}
69
70
71 Property changes on: trunk/tools/catalyst-auto-x86.conf
72 ___________________________________________________________________
73 Name: svn:keywords
74 + Id