/[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 1868 - (hide annotations) (download)
Wed Jul 20 00:07:19 2011 UTC (12 years, 9 months ago) by misc
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 14225 byte(s)
add configuration to youri to get maintainers
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 1508 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 pterjan 1520 mandriva:
69     class: Youri::Check::Test::Updates::Source::Media::Mandriva
70     order: 0
71 misc 1846 options:
72     aliases:
73     enigma: enigma-freeoxyd
74 pterjan 1509 # 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 pterjan 1508 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 misc 1792 bash: ~
117 pterjan 1509 # 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 dmorgan 1709
161 dmorgan 1715 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 pterjan 1508 gnome:
182     order: 1
183     class: Youri::Check::Test::Updates::Source::GNOME
184     netbsd:
185     order: 1
186     class: Youri::Check::Test::Updates::Source::NetBSD
187     sourceforge:
188     class: Youri::Check::Test::Updates::Source::Sourceforge
189     options:
190     aliases:
191     bigforth: ~
192     gtkmm: ~
193     hydrogen: ~
194     ltp: ~
195     pblogan: ~
196     console-tools: ~
197     maxima: ~
198     clisp: ~
199    
200 dmorgan 1715 updates_fedora:
201     class: Youri::Check::Test::Updates
202     options:
203     aliases:
204     basesystem: ~
205     rpm: ~
206     sources:
207     fedora:
208     class: Youri::Check::Test::Updates::Source::Media::Fedora
209 dmorgan 1698
210 pterjan 1521 updates_mandriva:
211 pterjan 1520 class: Youri::Check::Test::Updates
212     options:
213     aliases:
214     basesystem: ~
215 misc 1522 rpm: ~
216 pterjan 1520 sources:
217     mandriva:
218     class: Youri::Check::Test::Updates::Source::Media::Mandriva
219    
220 pterjan 1521 updates_mandriva_2010_2:
221 pterjan 1520 class: Youri::Check::Test::Updates
222     options:
223     aliases:
224     # Only add exceptions here after making sure that the package has an Epoch
225     basesystem: ~
226     bash-completion: ~
227     sources:
228     mandriva:
229     class: Youri::Check::Test::Updates::Source::Media::Mandriva
230     options:
231     medias:
232     main.sources:
233     class: Youri::Media::URPM
234     options:
235     name: main
236     type: source
237     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz
238     mainupdates.sources:
239     class: Youri::Media::URPM
240     options:
241     name: main-updates
242     type: source
243     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz
244 pterjan 1551 mainbackports.sources:
245     class: Youri::Media::URPM
246     options:
247     name: main-backports
248     type: source
249     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/backports/media_info/hdlist.cz
250 pterjan 1520 contrib.sources:
251     class: Youri::Media::URPM
252     options:
253     name: contrib
254     type: source
255     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz
256 pterjan 1551 contribupdates.sources:
257 pterjan 1520 class: Youri::Media::URPM
258     options:
259     name: contrib-updates
260     type: source
261     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz
262 pterjan 1551 contribbackports.sources:
263     class: Youri::Media::URPM
264     options:
265     name: contrib-backports
266     type: source
267     hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/backports/media_info/hdlist.cz
268 pterjan 1520
269 pterjan 1364 # reports definitions
270     reports:
271     file:
272     class: Youri::Check::Report::File
273     options:
274     to: <%= outdir %>
275     global: 1
276     individual: 1
277     formats:
278     html:
279     class: Youri::Check::Report::Format::HTML
280     text:
281     class: Youri::Check::Report::Format::Text
282     rss:
283     class: Youri::Check::Report::Format::RSS
284    
285     # media definitions
286     medias:
287     core.i586:
288     class: Youri::Media::URPM
289     options:
290     name: core
291     type: binary
292     path: ${mirror_i586}/core
293     hdlist: ${mirror_i586}/media_info/hdlist_core.cz
294     options:
295     dependencies:
296     allowed:
297     - core.i586
298     missing:
299     allowed:
300     - core.sources
301    
302     core.x86_64:
303     class: Youri::Media::URPM
304     options:
305     name: core
306     type: binary
307     path: ${mirror_x86_64}/core
308     hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
309     options:
310     dependencies:
311     allowed:
312     - core.x86_64
313     - core.i586
314     missing:
315     allowed:
316     - core.sources
317    
318    
319     core.sources:
320     class: Youri::Media::URPM
321     options:
322     name: core
323     type: source
324     path: ${mirror_i586}/core
325     hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
326     options:
327     dependencies:
328     allowed:
329 pterjan 1480 - core.x86_64
330 pterjan 1518 - core.i586
331 pterjan 1480
332     nonfree.i586:
333     class: Youri::Media::URPM
334     options:
335     name: nonfree
336     type: binary
337     path: ${mirror_i586}/nonfree/release
338     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
339     options:
340     dependencies:
341     allowed:
342 pterjan 1364 - core.i586
343 pterjan 1480 - nonfree.i586
344     missing:
345     allowed:
346     - nonfree.sources
347 pterjan 1364
348 pterjan 1480 nonfree.x86_64:
349     class: Youri::Media::URPM
350     options:
351     name: nonfree
352     type: binary
353     path: ${mirror_x86_64}/nonfree/release
354     hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
355     options:
356     dependencies:
357     allowed:
358     - core.x86_64
359     - core.i586
360     - nonfree.x86_64
361     - nonfree.i586
362     missing:
363     allowed:
364     - nonfree.sources
365    
366    
367     nonfree.sources:
368     class: Youri::Media::URPM
369     options:
370     name: nonfree
371     type: source
372     path: ${mirror_i586}/nonfree/release
373     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
374     options:
375     dependencies:
376     allowed:
377 pterjan 1483 - core.x86_64
378 pterjan 1480 - nonfree.x86_64
379 pterjan 1518 - core.i586
380     - nonfree.i586
381 pterjan 1480

  ViewVC Help
Powered by ViewVC 1.1.30