Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r592 - trunk/tools
Date: Sun, 30 Nov 2008 15:49:26
Message-Id: E1L6oY0-0008JV-Rq@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-11-30 15:49:24 +0000 (Sun, 30 Nov 2008)
3 New Revision: 592
4
5 Added:
6 trunk/tools/catalyst-auto-sparc64.conf
7 Modified:
8 trunk/tools/ChangeLog
9 Log:
10 Add config file for sparc64
11
12 Modified: trunk/tools/ChangeLog
13 ===================================================================
14 --- trunk/tools/ChangeLog 2008-11-29 02:15:02 UTC (rev 591)
15 +++ trunk/tools/ChangeLog 2008-11-30 15:49:24 UTC (rev 592)
16 @@ -2,6 +2,10 @@
17 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
18 # $Id$
19
20 + 30 Nov 2008; Andrew Gaffney <agaffney@g.o>
21 + +catalyst-auto-sparc64.conf:
22 + Add config file for sparc64
23 +
24 29 Nov 2008; Andrew Gaffney <agaffney@g.o> catalyst-auto,
25 catalyst-auto-amd64.conf, catalyst-auto-x86.conf:
26 Add support for OPTIONAL_SPECS and purging
27
28 Added: trunk/tools/catalyst-auto-sparc64.conf
29 ===================================================================
30 --- trunk/tools/catalyst-auto-sparc64.conf (rev 0)
31 +++ trunk/tools/catalyst-auto-sparc64.conf 2008-11-30 15:49:24 UTC (rev 592)
32 @@ -0,0 +1,27 @@
33 +# This is the config file for the catalyst-auto script. It should be pretty
34 +# self-explanatory.
35 +
36 +SPECS_DIR=/release/svn-releng/trunk/releases/weekly/specs/sparc64
37 +
38 +SPECS="stage1.spec stage2.spec stage3.spec"
39 +#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
40 +#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
41 +#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
42 +
43 +OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
44 +
45 +KCONFIG_DIR=/release/svn-releng/trunk/releases/weekly/kconfig/sparc64
46 +
47 +EMAIL_TO=releng@g.o
48 +EMAIL_FROM=catalyst@×××××××××××××××××××××××××.org
49 +EMAIL_SUBJECT_PREPEND="[sparc64-auto]"
50 +
51 +CATALYST_CONFIG=/etc/catalyst/catalyst.conf
52 +
53 +pre_build() {
54 + svn up /release/svn-releng/
55 +}
56 +
57 +post_build() {
58 + rsync -e 'ssh -i /root/.ssh/id_rsa' /var/tmp/catalyst/builds/default/*${DATESTAMP}* buildsync@×××××××××××××××××××××××××.org:/home/buildsync/builds/sparc64/
59 +}
60
61
62 Property changes on: trunk/tools/catalyst-auto-sparc64.conf
63 ___________________________________________________________________
64 Name: svn:keywords
65 + Id