Parent Directory
|
Revision Log
Add check fixes from mikala
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 | vte: ~ |
59 | vte3: vte |
60 | 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 | mandriva: |
71 | class: Youri::Check::Test::Updates::Source::Media::Mandriva |
72 | order: 0 |
73 | options: |
74 | aliases: |
75 | enigma: enigma-freeoxyd |
76 | # pear: |
77 | # order: 0 |
78 | # class: Youri::Check::Test::Updates::Source::PEAR |
79 | # pypi: |
80 | # order: 0 |
81 | # class: Youri::Check::Test::Updates::Source::PyPI |
82 | # apache: |
83 | # order: 0 |
84 | # class: Youri::Check::Test::Updates::Source::Apache |
85 | debian: |
86 | order: 1 |
87 | class: Youri::Check::Test::Updates::Source::Debian |
88 | options: |
89 | aliases: |
90 | anjuta2: anjuta |
91 | anjuta: ~ |
92 | perl-Jcode: libjcode-pm-perl |
93 | makepasswd: ~ |
94 | sipp: ~ |
95 | zsnes: ~ |
96 | unclutter: ~ |
97 | python-id3: ~ |
98 | freetype: ~ |
99 | openldap2.3: ~ |
100 | git: git-core |
101 | nilfs-utils: nilfs-tools |
102 | fedora: |
103 | order: 1 |
104 | class: Youri::Check::Test::Updates::Source::Fedora |
105 | options: |
106 | url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/ |
107 | aliases: |
108 | authd: ~ |
109 | gle: ~ |
110 | gtksourceview-sharp: ~ |
111 | sqlite: sqlite2 |
112 | OpenIPMI: OpenIPMI2 |
113 | ocaml-lablgtk: ~ |
114 | ocaml-lablgtk2: ocaml-lablgtk |
115 | netcat-openbsd: netcat |
116 | freetype: ~ |
117 | freetype2: freetype |
118 | bash: ~ |
119 | # freshmeat: |
120 | # order: 1 |
121 | # class: Youri::Check::Test::Updates::Source::Freshmeat |
122 | # options: |
123 | # preload: 1 |
124 | # aliases: |
125 | # photon: ~ |
126 | # cmt: ~ |
127 | # boo: ~ |
128 | # db2: ~ |
129 | # dsh: ~ |
130 | # torque: ~ |
131 | # mserver: ~ |
132 | # svl: ~ |
133 | # lam: lammpi |
134 | # bazaar: baz |
135 | # db4: berkeleydb |
136 | # pcp: caltech-pcp |
137 | # kamikaze: ~ |
138 | # nut: ~ |
139 | # sqlite3: sqlite |
140 | # sqlite: ~ |
141 | # ruby-evas: ~ |
142 | # acl: ~ |
143 | # listen: ~ |
144 | # knob: ~ |
145 | # dolphin: ~ |
146 | # cheese: ~ |
147 | # dumb: ~ |
148 | # serpentine: ~ |
149 | # mms: ~ |
150 | # tasks: ~ |
151 | # xsp: ~ |
152 | # pd: ~ |
153 | # deluge: deluge-torrent |
154 | # contacts: ~ |
155 | # rt: requesttracker |
156 | # psi: psijabberclient |
157 | # arena: ~ |
158 | # ccp: ~ |
159 | # ocaml-camlpdf: camlpdf |
160 | # libxml: ~ |
161 | # glib: ~ |
162 | |
163 | gentoo: |
164 | order: 1 |
165 | class: Youri::Check::Test::Updates::Source::Gentoo |
166 | options: |
167 | aliases: |
168 | beagle: ~ |
169 | makepasswd: ~ |
170 | hibernate: hibernate-script |
171 | leif: ~ |
172 | sqlite3: sqlite |
173 | sqlite: ~ |
174 | cfengine3: cfengine |
175 | cfengine: ~ |
176 | kamikaze: ~ |
177 | knob: ~ |
178 | vertex: ~ |
179 | unclutter: ~ |
180 | pam-krb5: pam_krb5 |
181 | pam_krb5: ~ |
182 | freetype: ~ |
183 | akonadi: akonadi-server |
184 | raptor2: raptor |
185 | raptor: ~ |
186 | gnome: |
187 | order: 1 |
188 | class: Youri::Check::Test::Updates::Source::GNOME |
189 | options: |
190 | aliases: |
191 | gnome-desktop: ~ |
192 | gnome-desktop3: gnome-desktop |
193 | goocanvas: ~ |
194 | goocanvas2: goocanvas |
195 | libunique: ~ |
196 | libunique3: libunique |
197 | libwnck: ~ |
198 | libwnck3: libwnck |
199 | netbsd: |
200 | order: 1 |
201 | class: Youri::Check::Test::Updates::Source::NetBSD |
202 | sourceforge: |
203 | class: Youri::Check::Test::Updates::Source::Sourceforge |
204 | options: |
205 | aliases: |
206 | bigforth: ~ |
207 | gtkmm: ~ |
208 | hydrogen: ~ |
209 | ltp: ~ |
210 | pblogan: ~ |
211 | console-tools: ~ |
212 | maxima: ~ |
213 | clisp: ~ |
214 | |
215 | updates_fedora: |
216 | class: Youri::Check::Test::Updates |
217 | options: |
218 | aliases: |
219 | basesystem: ~ |
220 | rpm: ~ |
221 | sources: |
222 | fedora: |
223 | order: 1 |
224 | class: Youri::Check::Test::Updates::Source::Fedora |
225 | options: |
226 | url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/ |
227 | aliases: |
228 | authd: ~ |
229 | gle: ~ |
230 | gtksourceview-sharp: ~ |
231 | sqlite: sqlite2 |
232 | OpenIPMI: OpenIPMI2 |
233 | ocaml-lablgtk: ~ |
234 | ocaml-lablgtk2: ocaml-lablgtk |
235 | netcat-openbsd: netcat |
236 | freetype: ~ |
237 | freetype2: freetype |
238 | bash: ~ |
239 | |
240 | updates_gnome: |
241 | class: Youri::Check::Test::Updates |
242 | options: |
243 | sources: |
244 | gnome: |
245 | order: 1 |
246 | class: Youri::Check::Test::Updates::Source::GNOME |
247 | options: |
248 | aliases: |
249 | gnome-desktop: ~ |
250 | gnome-desktop3: gnome-desktop |
251 | goocanvas: ~ |
252 | goocanvas2: goocanvas |
253 | libunique: ~ |
254 | libunique3: libunique |
255 | libwnck: ~ |
256 | libwnck3: libwnck |
257 | vte: ~ |
258 | vte3: vte |
259 | updates_mandriva: |
260 | class: Youri::Check::Test::Updates |
261 | options: |
262 | aliases: |
263 | basesystem: ~ |
264 | rpm: ~ |
265 | sources: |
266 | mandriva: |
267 | class: Youri::Check::Test::Updates::Source::Media::Mandriva |
268 | |
269 | updates_mandriva_2010_2: |
270 | class: Youri::Check::Test::Updates |
271 | options: |
272 | aliases: |
273 | # Only add exceptions here after making sure that the package has an Epoch |
274 | basesystem: ~ |
275 | bash-completion: ~ |
276 | sources: |
277 | mandriva: |
278 | class: Youri::Check::Test::Updates::Source::Media::Mandriva |
279 | options: |
280 | medias: |
281 | main.sources: |
282 | class: Youri::Media::URPM |
283 | options: |
284 | name: main |
285 | type: source |
286 | hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/release/media_info/hdlist.cz |
287 | mainupdates.sources: |
288 | class: Youri::Media::URPM |
289 | options: |
290 | name: main-updates |
291 | type: source |
292 | hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/updates/media_info/hdlist.cz |
293 | mainbackports.sources: |
294 | class: Youri::Media::URPM |
295 | options: |
296 | name: main-backports |
297 | type: source |
298 | hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/main/backports/media_info/hdlist.cz |
299 | contrib.sources: |
300 | class: Youri::Media::URPM |
301 | options: |
302 | name: contrib |
303 | type: source |
304 | hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/release/media_info/hdlist.cz |
305 | contribupdates.sources: |
306 | class: Youri::Media::URPM |
307 | options: |
308 | name: contrib-updates |
309 | type: source |
310 | hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/updates/media_info/hdlist.cz |
311 | contribbackports.sources: |
312 | class: Youri::Media::URPM |
313 | options: |
314 | name: contrib-backports |
315 | type: source |
316 | hdlist: http://ftp.free.fr/pub/Distributions_Linux/MandrivaLinux/official/2010.2/SRPMS/contrib/backports/media_info/hdlist.cz |
317 | |
318 | # reports definitions |
319 | reports: |
320 | file: |
321 | class: Youri::Check::Report::File |
322 | options: |
323 | to: <%= outdir %> |
324 | global: 1 |
325 | individual: 1 |
326 | formats: |
327 | html: |
328 | class: Youri::Check::Report::Format::HTML |
329 | text: |
330 | class: Youri::Check::Report::Format::Text |
331 | rss: |
332 | class: Youri::Check::Report::Format::RSS |
333 | |
334 | # media definitions |
335 | medias: |
336 | core.i586: |
337 | class: Youri::Media::URPM |
338 | options: |
339 | name: core |
340 | type: binary |
341 | path: ${mirror_i586}/core |
342 | hdlist: ${mirror_i586}/media_info/hdlist_core.cz |
343 | options: |
344 | dependencies: |
345 | allowed: |
346 | - core.i586 |
347 | missing: |
348 | allowed: |
349 | - core.sources |
350 | |
351 | core.x86_64: |
352 | class: Youri::Media::URPM |
353 | options: |
354 | name: core |
355 | type: binary |
356 | path: ${mirror_x86_64}/core |
357 | hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz |
358 | options: |
359 | dependencies: |
360 | allowed: |
361 | - core.x86_64 |
362 | - core.i586 |
363 | missing: |
364 | allowed: |
365 | - core.sources |
366 | |
367 | |
368 | core.sources: |
369 | class: Youri::Media::URPM |
370 | options: |
371 | name: core |
372 | type: source |
373 | path: ${mirror_i586}/core |
374 | hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz |
375 | options: |
376 | dependencies: |
377 | allowed: |
378 | - core.x86_64 |
379 | - core.i586 |
380 | |
381 | nonfree.i586: |
382 | class: Youri::Media::URPM |
383 | options: |
384 | name: nonfree |
385 | type: binary |
386 | path: ${mirror_i586}/nonfree/release |
387 | hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz |
388 | options: |
389 | dependencies: |
390 | allowed: |
391 | - core.i586 |
392 | - nonfree.i586 |
393 | missing: |
394 | allowed: |
395 | - nonfree.sources |
396 | |
397 | nonfree.x86_64: |
398 | class: Youri::Media::URPM |
399 | options: |
400 | name: nonfree |
401 | type: binary |
402 | path: ${mirror_x86_64}/nonfree/release |
403 | hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz |
404 | options: |
405 | dependencies: |
406 | allowed: |
407 | - core.x86_64 |
408 | - core.i586 |
409 | - nonfree.x86_64 |
410 | - nonfree.i586 |
411 | missing: |
412 | allowed: |
413 | - nonfree.sources |
414 | |
415 | |
416 | nonfree.sources: |
417 | class: Youri::Media::URPM |
418 | options: |
419 | name: nonfree |
420 | type: source |
421 | path: ${mirror_i586}/nonfree/release |
422 | hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz |
423 | options: |
424 | dependencies: |
425 | allowed: |
426 | - core.x86_64 |
427 | - nonfree.x86_64 |
428 | - core.i586 |
429 | - nonfree.i586 |
430 |
ViewVC Help | |
Powered by ViewVC 1.1.28 |