Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r747 - in trunk: . tools
Date: Mon, 06 Sep 2010 17:22:49
Message-Id: 20100906172239.0DF7320051@flycatcher.gentoo.org
1 Author: armin76
2 Date: 2010-09-06 17:22:38 +0000 (Mon, 06 Sep 2010)
3 New Revision: 747
4
5 Added:
6 trunk/tools/catalyst-auto-ppc.conf
7 trunk/tools/catalyst-auto-ppc64.conf
8 Modified:
9 trunk/ChangeLog
10 Log:
11 Add ppc configs
12
13 Modified: trunk/ChangeLog
14 ===================================================================
15 --- trunk/ChangeLog 2010-09-06 17:12:43 UTC (rev 746)
16 +++ trunk/ChangeLog 2010-09-06 17:22:38 UTC (rev 747)
17 @@ -1,7 +1,11 @@
18 # ChangeLog for releng repo
19 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
20 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 06 Sep 2010; Raúl Porcel <armin76@g.o>
24 + +tools/catalyst-auto-ppc.conf, +tools/catalyst-auto-ppc64.conf:
25 + Add ppc configs
26 +
27 22 Dec 2008; Andrew Gaffney <agaffney@g.o> tools/catalyst-auto:
28 Uncomment section to run catalyst with --purgeonly
29
30
31 Added: trunk/tools/catalyst-auto-ppc.conf
32 ===================================================================
33 --- trunk/tools/catalyst-auto-ppc.conf (rev 0)
34 +++ trunk/tools/catalyst-auto-ppc.conf 2010-09-06 17:22:38 UTC (rev 747)
35 @@ -0,0 +1,29 @@
36 +# This is the config file for the catalyst-auto script. It should be pretty
37 +# self-explanatory.
38 +
39 +SVNDIR=/home/armin76/releng
40 +
41 +SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc32
42 +
43 +SPECS="stage1.spec stage2.spec stage3.spec"
44 +#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
45 +#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
46 +#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
47 +
48 +#OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
49 +
50 +KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc
51 +
52 +EMAIL_TO=releng@g.o
53 +EMAIL_FROM=catalyst@××××××××××××××××××××××××.org
54 +EMAIL_SUBJECT_PREPEND="[ppc-auto]"
55 +
56 +CATALYST_CONFIG=/etc/catalyst/catalyst.conf
57 +
58 +pre_build() {
59 + svn up ${SVNDIR}
60 +}
61 +
62 +post_build() {
63 + rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* buildsync@×××××××××××××××××××××××××.org:/home/buildsync/builds/ppc
64 +}
65
66 Added: trunk/tools/catalyst-auto-ppc64.conf
67 ===================================================================
68 --- trunk/tools/catalyst-auto-ppc64.conf (rev 0)
69 +++ trunk/tools/catalyst-auto-ppc64.conf 2010-09-06 17:22:38 UTC (rev 747)
70 @@ -0,0 +1,29 @@
71 +# This is the config file for the catalyst-auto script. It should be pretty
72 +# self-explanatory.
73 +
74 +SVNDIR=/home/armin76/releng
75 +
76 +SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64
77 +
78 +SPECS="stage1.spec stage2.spec stage3.spec"
79 +#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
80 +#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
81 +#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
82 +
83 +OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
84 +
85 +KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc
86 +
87 +EMAIL_TO=releng@g.o
88 +EMAIL_FROM=catalyst@××××××××××××××××××××××××.org
89 +EMAIL_SUBJECT_PREPEND="[ppc64-auto]"
90 +
91 +CATALYST_CONFIG=/etc/catalyst/catalyst.conf
92 +
93 +pre_build() {
94 + svn up ${SVNDIR}
95 +}
96 +
97 +post_build() {
98 + rsync -e 'ssh -i /home/armin76/buildsync.key' /var/tmp/catalyst/builds/default/stage3-*${DATESTAMP}*.bz2* /var/tmp/catalyst/builds/default/*${DATESTAMP}*.iso* buildsync@×××××××××××××××××××××××××.org:/home/buildsync/builds/ppc
99 +}