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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2447 - (hide annotations) (download)
Sat Feb 18 23:03:05 2012 UTC (12 years, 2 months ago) by pterjan
File size: 14553 byte(s)
Add exceptions for software forked from Mandriva (Bug #2756)
1 pterjan 1364 # 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 pterjan 1447 driver: Pg
13 pterjan 1454 host: <%= pgsql_server %>;sslmode=require
14 pterjan 1447 base: <%= pgsql_db %>
15     user: <%= pgsql_user %>
16 pterjan 1451 pass: <%= pgsql_password %>
17 pterjan 1364
18 misc 1868 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 pterjan 1364 # checks definitions
27     tests:
28     dependencies:
29     class: Youri::Check::Test::Dependencies
30    
31     missing:
32     class: Youri::Check::Test::Missing
33    
34 pterjan 1508 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 pterjan 1519 basesystem: ~
58 pterjan 2043 vte: ~
59     vte3: vte
60 pterjan 1508 sources:
61     cpan:
62     order: 0
63     class: Youri::Check::Test::Updates::Source::CPAN
64     options:
65     aliases:
66     libnet: ~
67     perl-Catalyst-P-S-State-Cookie: Catalyst::Plugin::State::State::Cookie
68     perl-Catalyst-P-S-Store-FastMmap: Catalyst::Plugin::State::Store::FastMmap
69     perl-Catalyst-P-S-Store-File: Catalyst::Plugin::State::Store::File
70 pterjan 1520 mandriva:
71     class: Youri::Check::Test::Updates::Source::Media::Mandriva
72     order: 0
73 misc 1846 options:
74     aliases:
75 pterjan 2447 basesystem: ~
76     drakxtools: ~
77     drakx-installer-advertising: ~
78     drakx-installer-binaries: ~
79     drakx-installer-images: ~
80     drakx-installer-rescue: ~
81     drakx-installer-stage2: ~
82 misc 1846 enigma: enigma-freeoxyd
83 pterjan 2447 ldetect: ~
84     ldetect-lst: ~
85     perl-URPM: ~
86     rpm: ~
87     rpmdrake: ~
88     rpmstats: ~
89     rpmtools: ~
90     urpmi: ~
91 pterjan 1509 # pear:
92     # order: 0
93     # class: Youri::Check::Test::Updates::Source::PEAR
94     # pypi:
95     # order: 0
96     # class: Youri::Check::Test::Updates::Source::PyPI
97     # apache:
98     # order: 0
99     # class: Youri::Check::Test::Updates::Source::Apache
100 pterjan 1508 debian:
101     order: 1
102     class: Youri::Check::Test::Updates::Source::Debian
103     options:
104     aliases:
105     anjuta2: anjuta
106     anjuta: ~
107     perl-Jcode: libjcode-pm-perl
108     makepasswd: ~
109     sipp: ~
110     zsnes: ~
111     unclutter: ~
112     python-id3: ~
113     freetype: ~
114     openldap2.3: ~
115     git: git-core
116     nilfs-utils: nilfs-tools
117     fedora:
118     order: 1
119     class: Youri::Check::Test::Updates::Source::Fedora
120     options:
121     url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
122     aliases:
123     authd: ~
124     gle: ~
125     gtksourceview-sharp: ~
126     sqlite: sqlite2
127     OpenIPMI: OpenIPMI2
128     ocaml-lablgtk: ~
129     ocaml-lablgtk2: ocaml-lablgtk
130     netcat-openbsd: netcat
131     freetype: ~
132     freetype2: freetype
133 misc 1792 bash: ~
134 pterjan 1509 # freshmeat:
135     # order: 1
136     # class: Youri::Check::Test::Updates::Source::Freshmeat
137     # options:
138     # preload: 1
139     # aliases:
140     # photon: ~
141     # cmt: ~
142     # boo: ~
143     # db2: ~
144     # dsh: ~
145     # torque: ~
146     # mserver: ~
147     # svl: ~
148     # lam: lammpi
149     # bazaar: baz
150     # db4: berkeleydb
151     # pcp: caltech-pcp
152     # kamikaze: ~
153     # nut: ~
154     # sqlite3: sqlite
155     # sqlite: ~
156     # ruby-evas: ~
157     # acl: ~
158     # listen: ~
159     # knob: ~
160     # dolphin: ~
161     # cheese: ~
162     # dumb: ~
163     # serpentine: ~
164     # mms: ~
165     # tasks: ~
166     # xsp: ~
167     # pd: ~
168     # deluge: deluge-torrent
169     # contacts: ~
170     # rt: requesttracker
171     # psi: psijabberclient
172     # arena: ~
173     # ccp: ~
174     # ocaml-camlpdf: camlpdf
175     # libxml: ~
176     # glib: ~
177 dmorgan 1709
178 dmorgan 1715 gentoo:
179     order: 1
180     class: Youri::Check::Test::Updates::Source::Gentoo
181     options:
182     aliases:
183     beagle: ~
184     makepasswd: ~
185     hibernate: hibernate-script
186     leif: ~
187     sqlite3: sqlite
188     sqlite: ~
189     cfengine3: cfengine
190     cfengine: ~
191     kamikaze: ~
192     knob: ~
193     vertex: ~
194     unclutter: ~
195     pam-krb5: pam_krb5
196     pam_krb5: ~
197     freetype: ~
198 dmorgan 2114 akonadi: akonadi-server
199 dmorgan 2115 attica: libattica
200 dmorgan 2114 raptor2: raptor
201     raptor: ~
202 pterjan 1508 gnome:
203     order: 1
204     class: Youri::Check::Test::Updates::Source::GNOME
205 misc 1907 options:
206     aliases:
207     gnome-desktop: ~
208     gnome-desktop3: gnome-desktop
209     goocanvas: ~
210     goocanvas2: goocanvas
211     libunique: ~
212     libunique3: libunique
213     libwnck: ~
214     libwnck3: libwnck
215 pterjan 1508 netbsd:
216     order: 1
217     class: Youri::Check::Test::Updates::Source::NetBSD
218     sourceforge:
219     class: Youri::Check::Test::Updates::Source::Sourceforge
220     options:
221     aliases:
222     bigforth: ~
223     gtkmm: ~
224     hydrogen: ~
225     ltp: ~
226     pblogan: ~
227     console-tools: ~
228     maxima: ~
229     clisp: ~
230    
231 dmorgan 1715 updates_fedora:
232     class: Youri::Check::Test::Updates
233     options:
234     aliases:
235     basesystem: ~
236     rpm: ~
237     sources:
238     fedora:
239 pterjan 2042 order: 1
240 pterjan 2036 class: Youri::Check::Test::Updates::Source::Fedora
241 pterjan 2042 options:
242     url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
243     aliases:
244     authd: ~
245     gle: ~
246     gtksourceview-sharp: ~
247     sqlite: sqlite2
248     OpenIPMI: OpenIPMI2
249     ocaml-lablgtk: ~
250     ocaml-lablgtk2: ocaml-lablgtk
251     netcat-openbsd: netcat
252     freetype: ~
253     freetype2: freetype
254     bash: ~
255 dmorgan 1698
256 pterjan 2042 updates_gnome:
257     class: Youri::Check::Test::Updates
258     options:
259     sources:
260     gnome:
261     order: 1
262     class: Youri::Check::Test::Updates::Source::GNOME
263     options:
264     aliases:
265     gnome-desktop: ~
266     gnome-desktop3: gnome-desktop
267     goocanvas: ~
268     goocanvas2: goocanvas
269     libunique: ~
270     libunique3: libunique
271     libwnck: ~
272     libwnck3: libwnck
273 pterjan 2043 vte: ~
274     vte3: vte
275 pterjan 1521 updates_mandriva:
276 pterjan 1520 class: Youri::Check::Test::Updates
277     options:
278     aliases:
279     basesystem: ~
280 pterjan 2447 drakxtools: ~
281     drakx-installer-advertising: ~
282     drakx-installer-binaries: ~
283     drakx-installer-images: ~
284     drakx-installer-rescue: ~
285     drakx-installer-stage2: ~
286     enigma: enigma-freeoxyd
287     ldetect: ~
288     ldetect-lst: ~
289     perl-URPM: ~
290 misc 1522 rpm: ~
291 pterjan 2447 rpmdrake: ~
292     rpmstats: ~
293     rpmtools: ~
294     urpmi: ~
295 pterjan 1520 sources:
296     mandriva:
297     class: Youri::Check::Test::Updates::Source::Media::Mandriva
298    
299 pterjan 1364 # reports definitions
300     reports:
301     file:
302     class: Youri::Check::Report::File
303     options:
304     to: <%= outdir %>
305     global: 1
306     individual: 1
307     formats:
308     html:
309     class: Youri::Check::Report::Format::HTML
310     text:
311     class: Youri::Check::Report::Format::Text
312     rss:
313     class: Youri::Check::Report::Format::RSS
314    
315     # media definitions
316     medias:
317     core.i586:
318     class: Youri::Media::URPM
319     options:
320     name: core
321     type: binary
322     path: ${mirror_i586}/core
323     hdlist: ${mirror_i586}/media_info/hdlist_core.cz
324     options:
325     dependencies:
326     allowed:
327     - core.i586
328     missing:
329     allowed:
330     - core.sources
331    
332     core.x86_64:
333     class: Youri::Media::URPM
334     options:
335     name: core
336     type: binary
337     path: ${mirror_x86_64}/core
338     hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
339     options:
340     dependencies:
341     allowed:
342     - core.x86_64
343     - core.i586
344     missing:
345     allowed:
346     - core.sources
347    
348    
349     core.sources:
350     class: Youri::Media::URPM
351     options:
352     name: core
353     type: source
354     path: ${mirror_i586}/core
355     hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
356     options:
357     dependencies:
358     allowed:
359 pterjan 1480 - core.x86_64
360 pterjan 1518 - core.i586
361 pterjan 1480
362     nonfree.i586:
363     class: Youri::Media::URPM
364     options:
365     name: nonfree
366     type: binary
367     path: ${mirror_i586}/nonfree/release
368     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
369     options:
370     dependencies:
371     allowed:
372 pterjan 1364 - core.i586
373 pterjan 1480 - nonfree.i586
374     missing:
375     allowed:
376     - nonfree.sources
377 pterjan 1364
378 pterjan 1480 nonfree.x86_64:
379     class: Youri::Media::URPM
380     options:
381     name: nonfree
382     type: binary
383     path: ${mirror_x86_64}/nonfree/release
384     hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
385     options:
386     dependencies:
387     allowed:
388     - core.x86_64
389     - core.i586
390     - nonfree.x86_64
391     - nonfree.i586
392     missing:
393     allowed:
394     - nonfree.sources
395    
396    
397     nonfree.sources:
398     class: Youri::Media::URPM
399     options:
400     name: nonfree
401     type: source
402     path: ${mirror_i586}/nonfree/release
403     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
404     options:
405     dependencies:
406     allowed:
407 pterjan 1483 - core.x86_64
408 pterjan 1480 - nonfree.x86_64
409 pterjan 1518 - core.i586
410     - nonfree.i586
411 pterjan 1480

  ViewVC Help
Powered by ViewVC 1.1.30