Gentoo Archives: gentoo-commits

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Thu, 09 Feb 2012 15:58:58
Message-Id: 8e2a4cec660094a2ae2682fad3658ea5a7456983.armin76@gentoo
1 commit: 8e2a4cec660094a2ae2682fad3658ea5a7456983
2 Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 15:58:30 2012 +0000
4 Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 15:58:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=8e2a4cec
7
8 Update confs to use git
9
10 ---
11 tools/catalyst-auto-alpha.conf | 9 +++++----
12 tools/catalyst-auto-hppa.conf | 7 ++++---
13 tools/catalyst-auto-ia64.conf | 9 +++++----
14 tools/catalyst-auto-ppc.conf | 11 ++++++-----
15 tools/catalyst-auto-ppc64.conf | 11 ++++++-----
16 tools/catalyst-auto-sparc64.conf | 11 +++++++----
17 6 files changed, 33 insertions(+), 25 deletions(-)
18
19 diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
20 index 17231cf..1d1bc2f 100644
21 --- a/tools/catalyst-auto-alpha.conf
22 +++ b/tools/catalyst-auto-alpha.conf
23 @@ -1,9 +1,9 @@
24 # This is the config file for the catalyst-auto script. It should be pretty
25 # self-explanatory.
26
27 -SVNDIR=/home/armin76/releng
28 +GITDIR=/home/armin76/releng
29
30 -SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/alpha
31 +SPECS_DIR=${GITDIR}/releases/weekly/specs/alpha
32
33 SPECS="stage1.spec stage2.spec stage3.spec"
34 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
35 @@ -12,7 +12,7 @@ SPECS="stage1.spec stage2.spec stage3.spec"
36
37 OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
38
39 -KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/alpha
40 +KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/alpha
41
42 EMAIL_TO=releng@g.o,gentoo-releng-autobuilds@l.g.o
43 #EMAIL_FROM=catalyst@×××××××××××××××××××××××××.org
44 @@ -22,7 +22,8 @@ EMAIL_SUBJECT_PREPEND="[alpha-auto]"
45 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
46
47 pre_build() {
48 - svn up ${SVNDIR}
49 + cd ${GITDIR}
50 + git pull
51 }
52
53 post_build() {
54
55 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
56 index 2b873c4..ee8deac 100644
57 --- a/tools/catalyst-auto-hppa.conf
58 +++ b/tools/catalyst-auto-hppa.conf
59 @@ -1,9 +1,9 @@
60 # This is the config file for the catalyst-auto script. It should be pretty
61 # self-explanatory.
62
63 -SVNDIR=/home/armin76/releng
64 +GITDIR=/home/armin76/releng
65
66 -SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/hppa
67 +SPECS_DIR=${GITDIR}/releases/weekly/specs/hppa
68
69 SETS="hppa1_1 hppa2_0"
70
71 @@ -20,7 +20,8 @@ EMAIL_SUBJECT_PREPEND="[hppa-auto]"
72 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
73
74 pre_build() {
75 - svn up ${SVNDIR}
76 + cd ${GITDIR}
77 + git pull
78 }
79
80 post_build() {
81
82 diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
83 index db9ec23..46eae3d 100644
84 --- a/tools/catalyst-auto-ia64.conf
85 +++ b/tools/catalyst-auto-ia64.conf
86 @@ -1,9 +1,9 @@
87 # This is the config file for the catalyst-auto script. It should be pretty
88 # self-explanatory.
89
90 -SVNDIR=/root/releng
91 +GITDIR=/root/releng
92
93 -SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ia64
94 +SPECS_DIR=${GITDIR}/releases/weekly/specs/ia64
95
96 SPECS="stage1.spec stage2.spec stage3.spec"
97 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
98 @@ -12,7 +12,7 @@ SPECS="stage1.spec stage2.spec stage3.spec"
99
100 OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
101
102 -KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/ia64
103 +KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/ia64
104
105 EMAIL_TO=releng@g.o,gentoo-releng-autobuilds@l.g.o
106 EMAIL_FROM=catalyst@×××××××××××××××××××××××.org
107 @@ -21,7 +21,8 @@ EMAIL_SUBJECT_PREPEND="[ia64-auto]"
108 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
109
110 pre_build() {
111 - svn up ${SVNDIR}
112 + cd ${GITDIR}
113 + git pull
114 }
115
116 post_build() {
117
118 diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
119 index 6ca9f54..08d76da 100644
120 --- a/tools/catalyst-auto-ppc.conf
121 +++ b/tools/catalyst-auto-ppc.conf
122 @@ -1,9 +1,9 @@
123 # This is the config file for the catalyst-auto script. It should be pretty
124 # self-explanatory.
125
126 -SVNDIR=/home/armin76/releng
127 +GITDIR=/home/armin76/releng
128
129 -SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc32
130 +SPECS_DIR=${GITDIR}/releases/weekly/specs/ppc/ppc32
131
132 SPECS="stage1.spec stage2.spec stage3.spec"
133 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
134 @@ -12,16 +12,17 @@ SPECS="stage1.spec stage2.spec stage3.spec"
135
136 #OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
137
138 -KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc
139 +KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/powerpc
140
141 EMAIL_TO=releng@g.o,gentoo-releng-autobuilds@l.g.o
142 -EMAIL_FROM=catalyst@××××××××××××××××××××××××.org
143 +EMAIL_FROM=catalyst@×××××××××××××××××××××××××××××.org
144 EMAIL_SUBJECT_PREPEND="[ppc-auto]"
145
146 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
147
148 pre_build() {
149 - svn up ${SVNDIR}
150 + cd ${GITDIR}
151 + git pull
152 }
153
154 post_build() {
155
156 diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
157 index b8bdec6..6888164 100644
158 --- a/tools/catalyst-auto-ppc64.conf
159 +++ b/tools/catalyst-auto-ppc64.conf
160 @@ -1,9 +1,9 @@
161 # This is the config file for the catalyst-auto script. It should be pretty
162 # self-explanatory.
163
164 -SVNDIR=/home/armin76/releng
165 +GITDIR=/home/armin76/releng
166
167 -SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64
168 +SPECS_DIR=${GITDIR}/releases/weekly/specs/ppc/ppc64
169
170 SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec"
171
172 @@ -13,16 +13,17 @@ SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage
173
174 OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
175
176 -KCONFIG_DIR=${SVNDIR}/trunk/releases/weekly/kconfig/powerpc
177 +KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/powerpc
178
179 EMAIL_TO=releng@g.o,gentoo-releng-autobuilds@l.g.o
180 -EMAIL_FROM=catalyst@××××××××××××××××××××××××.org
181 +EMAIL_FROM=catalyst@×××××××××××××××××××××××××××××.org
182 EMAIL_SUBJECT_PREPEND="[ppc64-auto]"
183
184 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
185
186 pre_build() {
187 - svn up ${SVNDIR}
188 + cd ${GITDIR}
189 + git pull
190 }
191
192 post_build() {
193
194 diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
195 index cbe32fe..04e4b81 100644
196 --- a/tools/catalyst-auto-sparc64.conf
197 +++ b/tools/catalyst-auto-sparc64.conf
198 @@ -1,7 +1,9 @@
199 # This is the config file for the catalyst-auto script. It should be pretty
200 # self-explanatory.
201
202 -SPECS_DIR=/root/releng/svn-releng/trunk/releases/weekly/specs/sparc/sparc64
203 +GITDIR=/root/releng/
204 +
205 +SPECS_DIR=${GITDIR}/releases/weekly/specs/sparc/sparc64
206
207 SPECS="stage1.spec stage2.spec stage3.spec"
208 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
209 @@ -10,16 +12,17 @@ SPECS="stage1.spec stage2.spec stage3.spec"
210
211 OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
212
213 -KCONFIG_DIR=/root/releng/svn-releng/trunk/releases/weekly/kconfig/sparc
214 +KCONFIG_DIR=${GITDIR}/releases/weekly/kconfig/sparc
215
216 EMAIL_TO=releng@g.o,gentoo-releng-autobuilds@l.g.o
217 -EMAIL_FROM=catalyst@×××××××××××××××××××××××××.org
218 +EMAIL_FROM=catalyst@×××××××××××××××××××××××.org
219 EMAIL_SUBJECT_PREPEND="[sparc64-auto]"
220
221 CATALYST_CONFIG=/etc/catalyst/catalyst.conf
222
223 pre_build() {
224 - svn up /root/releng/svn-releng/
225 + cd ${GITDIR}
226 + git pull
227 }
228
229 post_build() {