/[adm]/puppet/modules/youri-check/templates/cauldron.conf
ViewVC logotype

Contents of /puppet/modules/youri-check/templates/cauldron.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2036 - (show annotations) (download)
Thu Oct 13 10:31:30 2011 UTC (12 years, 6 months ago) by pterjan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 14650 byte(s)
Fix updates_fedora config
1 # vim:ft=yaml:et:sw=4
2
3 # helper variables
4 mirror: /distrib/mageia/distrib/cauldron
5 mirror_i586: ${mirror}/i586/media
6 mirror_x86_64: ${mirror}/x86_64/media
7
8 # resultset definition
9 resultset:
10 class: Youri::Check::Resultset::DBI
11 options:
12 driver: Pg
13 host: <%= pgsql_server %>;sslmode=require
14 base: <%= pgsql_db %>
15 user: <%= pgsql_user %>
16 pass: <%= pgsql_password %>
17
18 resolver:
19 class: Youri::Check::Maintainer::Resolver::CGI
20 options:
21 url: http://pkgsubmit.<%= domain %>/data/maintdb.txt
22 exceptions:
23 - nobody
24
25
26 # checks definitions
27 tests:
28 dependencies:
29 class: Youri::Check::Test::Dependencies
30
31 missing:
32 class: Youri::Check::Test::Missing
33
34 updates:
35 class: Youri::Check::Test::Updates
36 options:
37 aliases:
38 horde-accounts: accounts
39 horde-chora: chora
40 horde-forwards: forwards
41 horde-imp: imp
42 horde-ingo: ingo
43 horde-kronolith: kronolith
44 horde-mnemo: mnemo
45 horde-nag: nag
46 horde-passwd: passwd
47 horde-turba: turba
48 horde-vacation: vacation
49 freetype2: freetype
50 freetype: freetype1
51 gstreamer: ~
52 gstreamer0.10: gstreamer
53 gnupg2: gnupg
54 gnupg: ~
55 gnome-vfs2: gnome-vfs
56 gnome-vfs: ~
57 basesystem: ~
58 sources:
59 cpan:
60 order: 0
61 class: Youri::Check::Test::Updates::Source::CPAN
62 options:
63 aliases:
64 libnet: ~
65 perl-Catalyst-P-S-State-Cookie: Catalyst::Plugin::State::State::Cookie
66 perl-Catalyst-P-S-Store-FastMmap: Catalyst::Plugin::State::Store::FastMmap
67 perl-Catalyst-P-S-Store-File: Catalyst::Plugin::State::Store::File
68 mandriva:
69 class: Youri::Check::Test::Updates::Source::Media::Mandriva
70 order: 0
71 options:
72 aliases:
73 enigma: enigma-freeoxyd
74 # pear:
75 # order: 0
76 # class: Youri::Check::Test::Updates::Source::PEAR
77 # pypi:
78 # order: 0
79 # class: Youri::Check::Test::Updates::Source::PyPI
80 # apache:
81 # order: 0
82 # class: Youri::Check::Test::Updates::Source::Apache
83 debian:
84 order: 1
85 class: Youri::Check::Test::Updates::Source::Debian
86 options:
87 aliases:
88 anjuta2: anjuta
89 anjuta: ~
90 perl-Jcode: libjcode-pm-perl
91 makepasswd: ~
92 sipp: ~
93 zsnes: ~
94 unclutter: ~
95 python-id3: ~
96 freetype: ~
97 openldap2.3: ~
98 git: git-core
99 nilfs-utils: nilfs-tools
100 fedora:
101 order: 1
102 class: Youri::Check::Test::Updates::Source::Fedora
103 options:
104 url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
105 aliases:
106 authd: ~
107 gle: ~
108 gtksourceview-sharp: ~
109 sqlite: sqlite2
110 OpenIPMI: OpenIPMI2
111 ocaml-lablgtk: ~
112 ocaml-lablgtk2: ocaml-lablgtk
113 netcat-openbsd: netcat
114 freetype: ~
115 freetype2: freetype
116 bash: ~
117 # freshmeat:
118 # order: 1
119 # class: Youri::Check::Test::Updates::Source::Freshmeat
120 # options:
121 # preload: 1
122 # aliases:
123 # photon: ~
124 # cmt: ~
125 # boo: ~
126 # db2: ~
127 # dsh: ~
128 # torque: ~
129 # mserver: ~
130 # svl: ~
131 # lam: lammpi
132 # bazaar: baz
133 # db4: berkeleydb
134 # pcp: caltech-pcp
135 # kamikaze: ~
136 # nut: ~
137 # sqlite3: sqlite
138 # sqlite: ~
139 # ruby-evas: ~
140 # acl: ~
141 # listen: ~
142 # knob: ~
143 # dolphin: ~
144 # cheese: ~
145 # dumb: ~
146 # serpentine: ~
147 # mms: ~
148 # tasks: ~
149 # xsp: ~
150 # pd: ~
151 # deluge: deluge-torrent
152 # contacts: ~
153 # rt: requesttracker
154 # psi: psijabberclient
155 # arena: ~
156 # ccp: ~
157 # ocaml-camlpdf: camlpdf
158 # libxml: ~
159 # glib: ~
160
161 gentoo:
162 order: 1
163 class: Youri::Check::Test::Updates::Source::Gentoo
164 options:
165 aliases:
166 beagle: ~
167 makepasswd: ~
168 hibernate: hibernate-script
169 leif: ~
170 sqlite3: sqlite
171 sqlite: ~
172 cfengine3: cfengine
173 cfengine: ~
174 kamikaze: ~
175 knob: ~
176 vertex: ~
177 unclutter: ~
178 pam-krb5: pam_krb5
179 pam_krb5: ~
180 freetype: ~
181 gnome:
182 order: 1
183 class: Youri::Check::Test::Updates::Source::GNOME
184 options:
185 aliases:
186 gnome-desktop: ~
187 gnome-desktop3: gnome-desktop
188 goocanvas: ~
189 goocanvas2: goocanvas
190 libunique: ~
191 libunique3: libunique
192 libwnck: ~
193 libwnck3: libwnck
194 netbsd:
195 order: 1
196 class: Youri::Check::Test::Updates::Source::NetBSD
197 sourceforge:
198 class: Youri::Check::Test::Updates::Source::Sourceforge
199 options:
200 aliases:
201 bigforth: ~
202 gtkmm: ~
203 hydrogen: ~
204 ltp: ~
205 pblogan: ~
206 console-tools: ~
207 maxima: ~
208 clisp: ~
209
210 updates_fedora:
211 class: Youri::Check::Test::Updates
212 options:
213 aliases:
214 basesystem: ~
215 rpm: ~
216 sources:
217 fedora:
218 class: Youri::Check::Test::Updates::Source::Fedora
219
220 updates_mandriva:
221 class: Youri::Check::Test::Updates
222 options:
223 aliases:
224 basesystem: ~
225 rpm: ~
226 sources:
227 mandriva:
228 class: Youri::Check::Test::Updates::Source::Media::Mandriva
229
230 updates_mandriva_2010_2:
231 class: Youri::Check::Test::Updates
232 options:
233 aliases:
234 # Only add exceptions here after making sure that the package has an Epoch
235 basesystem: ~
236 bash-completion: ~
237 sources:
238 mandriva:
239 class: Youri::Check::Test::Updates::Source::Media::Mandriva
240 options:
241 medias:
242 main.sources:
243 class: Youri::Media::URPM
244 options:
245 name: main
246 type: source
247 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz
248 mainupdates.sources:
249 class: Youri::Media::URPM
250 options:
251 name: main-updates
252 type: source
253 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz
254 mainbackports.sources:
255 class: Youri::Media::URPM
256 options:
257 name: main-backports
258 type: source
259 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/backports/media_info/hdlist.cz
260 contrib.sources:
261 class: Youri::Media::URPM
262 options:
263 name: contrib
264 type: source
265 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz
266 contribupdates.sources:
267 class: Youri::Media::URPM
268 options:
269 name: contrib-updates
270 type: source
271 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz
272 contribbackports.sources:
273 class: Youri::Media::URPM
274 options:
275 name: contrib-backports
276 type: source
277 hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/backports/media_info/hdlist.cz
278
279 # reports definitions
280 reports:
281 file:
282 class: Youri::Check::Report::File
283 options:
284 to: <%= outdir %>
285 global: 1
286 individual: 1
287 formats:
288 html:
289 class: Youri::Check::Report::Format::HTML
290 text:
291 class: Youri::Check::Report::Format::Text
292 rss:
293 class: Youri::Check::Report::Format::RSS
294
295 # media definitions
296 medias:
297 core.i586:
298 class: Youri::Media::URPM
299 options:
300 name: core
301 type: binary
302 path: ${mirror_i586}/core
303 hdlist: ${mirror_i586}/media_info/hdlist_core.cz
304 options:
305 dependencies:
306 allowed:
307 - core.i586
308 missing:
309 allowed:
310 - core.sources
311
312 core.x86_64:
313 class: Youri::Media::URPM
314 options:
315 name: core
316 type: binary
317 path: ${mirror_x86_64}/core
318 hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
319 options:
320 dependencies:
321 allowed:
322 - core.x86_64
323 - core.i586
324 missing:
325 allowed:
326 - core.sources
327
328
329 core.sources:
330 class: Youri::Media::URPM
331 options:
332 name: core
333 type: source
334 path: ${mirror_i586}/core
335 hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
336 options:
337 dependencies:
338 allowed:
339 - core.x86_64
340 - core.i586
341
342 nonfree.i586:
343 class: Youri::Media::URPM
344 options:
345 name: nonfree
346 type: binary
347 path: ${mirror_i586}/nonfree/release
348 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
349 options:
350 dependencies:
351 allowed:
352 - core.i586
353 - nonfree.i586
354 missing:
355 allowed:
356 - nonfree.sources
357
358 nonfree.x86_64:
359 class: Youri::Media::URPM
360 options:
361 name: nonfree
362 type: binary
363 path: ${mirror_x86_64}/nonfree/release
364 hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
365 options:
366 dependencies:
367 allowed:
368 - core.x86_64
369 - core.i586
370 - nonfree.x86_64
371 - nonfree.i586
372 missing:
373 allowed:
374 - nonfree.sources
375
376
377 nonfree.sources:
378 class: Youri::Media::URPM
379 options:
380 name: nonfree
381 type: source
382 path: ${mirror_i586}/nonfree/release
383 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
384 options:
385 dependencies:
386 allowed:
387 - core.x86_64
388 - nonfree.x86_64
389 - core.i586
390 - nonfree.i586
391

  ViewVC Help
Powered by ViewVC 1.1.30