/[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 1518 - (show annotations) (download)
Wed Apr 13 06:59:50 2011 UTC (13 years ago) by pterjan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 10250 byte(s)
Allow build dependcies to be on any arch, may miss problems but better than false positives
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 # checks definitions
19 tests:
20 dependencies:
21 class: Youri::Check::Test::Dependencies
22
23 missing:
24 class: Youri::Check::Test::Missing
25
26 updates:
27 class: Youri::Check::Test::Updates
28 options:
29 aliases:
30 horde-accounts: accounts
31 horde-chora: chora
32 horde-forwards: forwards
33 horde-imp: imp
34 horde-ingo: ingo
35 horde-kronolith: kronolith
36 horde-mnemo: mnemo
37 horde-nag: nag
38 horde-passwd: passwd
39 horde-turba: turba
40 horde-vacation: vacation
41 freetype2: freetype
42 freetype: freetype1
43 gstreamer: ~
44 gstreamer0.10: gstreamer
45 gnupg2: gnupg
46 gnupg: ~
47 gnome-vfs2: gnome-vfs
48 gnome-vfs: ~
49 sources:
50 cpan:
51 order: 0
52 class: Youri::Check::Test::Updates::Source::CPAN
53 options:
54 aliases:
55 libnet: ~
56 perl-Catalyst-P-S-State-Cookie: Catalyst::Plugin::State::State::Cookie
57 perl-Catalyst-P-S-Store-FastMmap: Catalyst::Plugin::State::Store::FastMmap
58 perl-Catalyst-P-S-Store-File: Catalyst::Plugin::State::Store::File
59 # pear:
60 # order: 0
61 # class: Youri::Check::Test::Updates::Source::PEAR
62 # pypi:
63 # order: 0
64 # class: Youri::Check::Test::Updates::Source::PyPI
65 # apache:
66 # order: 0
67 # class: Youri::Check::Test::Updates::Source::Apache
68 debian:
69 order: 1
70 class: Youri::Check::Test::Updates::Source::Debian
71 options:
72 aliases:
73 anjuta2: anjuta
74 anjuta: ~
75 perl-Jcode: libjcode-pm-perl
76 makepasswd: ~
77 sipp: ~
78 zsnes: ~
79 unclutter: ~
80 python-id3: ~
81 freetype: ~
82 openldap2.3: ~
83 git: git-core
84 nilfs-utils: nilfs-tools
85 fedora:
86 order: 1
87 class: Youri::Check::Test::Updates::Source::Fedora
88 options:
89 url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
90 aliases:
91 authd: ~
92 gle: ~
93 gtksourceview-sharp: ~
94 sqlite: sqlite2
95 OpenIPMI: OpenIPMI2
96 ocaml-lablgtk: ~
97 ocaml-lablgtk2: ocaml-lablgtk
98 netcat-openbsd: netcat
99 freetype: ~
100 freetype2: freetype
101 # freshmeat:
102 # order: 1
103 # class: Youri::Check::Test::Updates::Source::Freshmeat
104 # options:
105 # preload: 1
106 # aliases:
107 # photon: ~
108 # cmt: ~
109 # boo: ~
110 # db2: ~
111 # dsh: ~
112 # torque: ~
113 # mserver: ~
114 # svl: ~
115 # lam: lammpi
116 # bazaar: baz
117 # db4: berkeleydb
118 # pcp: caltech-pcp
119 # kamikaze: ~
120 # nut: ~
121 # sqlite3: sqlite
122 # sqlite: ~
123 # ruby-evas: ~
124 # acl: ~
125 # listen: ~
126 # knob: ~
127 # dolphin: ~
128 # cheese: ~
129 # dumb: ~
130 # serpentine: ~
131 # mms: ~
132 # tasks: ~
133 # xsp: ~
134 # pd: ~
135 # deluge: deluge-torrent
136 # contacts: ~
137 # rt: requesttracker
138 # psi: psijabberclient
139 # arena: ~
140 # ccp: ~
141 # ocaml-camlpdf: camlpdf
142 # libxml: ~
143 # glib: ~
144 gentoo:
145 order: 1
146 class: Youri::Check::Test::Updates::Source::Gentoo
147 options:
148 aliases:
149 beagle: ~
150 makepasswd: ~
151 hibernate: hibernate-script
152 leif: ~
153 sqlite3: sqlite
154 sqlite: ~
155 cfengine3: cfengine
156 cfengine: ~
157 kamikaze: ~
158 knob: ~
159 vertex: ~
160 unclutter: ~
161 pam-krb5: pam_krb5
162 pam_krb5: ~
163 freetype: ~
164 gnome:
165 order: 1
166 class: Youri::Check::Test::Updates::Source::GNOME
167 netbsd:
168 order: 1
169 class: Youri::Check::Test::Updates::Source::NetBSD
170 sourceforge:
171 class: Youri::Check::Test::Updates::Source::Sourceforge
172 options:
173 aliases:
174 bigforth: ~
175 gtkmm: ~
176 hydrogen: ~
177 ltp: ~
178 pblogan: ~
179 console-tools: ~
180 maxima: ~
181 clisp: ~
182
183 # reports definitions
184 reports:
185 file:
186 class: Youri::Check::Report::File
187 options:
188 to: <%= outdir %>
189 global: 1
190 individual: 1
191 formats:
192 html:
193 class: Youri::Check::Report::Format::HTML
194 text:
195 class: Youri::Check::Report::Format::Text
196 rss:
197 class: Youri::Check::Report::Format::RSS
198
199 # media definitions
200 medias:
201 core.i586:
202 class: Youri::Media::URPM
203 options:
204 name: core
205 type: binary
206 path: ${mirror_i586}/core
207 hdlist: ${mirror_i586}/media_info/hdlist_core.cz
208 options:
209 dependencies:
210 allowed:
211 - core.i586
212 missing:
213 allowed:
214 - core.sources
215
216 core.x86_64:
217 class: Youri::Media::URPM
218 options:
219 name: core
220 type: binary
221 path: ${mirror_x86_64}/core
222 hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
223 options:
224 dependencies:
225 allowed:
226 - core.x86_64
227 - core.i586
228 missing:
229 allowed:
230 - core.sources
231
232
233 core.sources:
234 class: Youri::Media::URPM
235 options:
236 name: core
237 type: source
238 path: ${mirror_i586}/core
239 hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
240 options:
241 dependencies:
242 allowed:
243 - core.x86_64
244 - core.i586
245
246 nonfree.i586:
247 class: Youri::Media::URPM
248 options:
249 name: nonfree
250 type: binary
251 path: ${mirror_i586}/nonfree/release
252 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
253 options:
254 dependencies:
255 allowed:
256 - core.i586
257 - nonfree.i586
258 missing:
259 allowed:
260 - nonfree.sources
261
262 nonfree.x86_64:
263 class: Youri::Media::URPM
264 options:
265 name: nonfree
266 type: binary
267 path: ${mirror_x86_64}/nonfree/release
268 hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
269 options:
270 dependencies:
271 allowed:
272 - core.x86_64
273 - core.i586
274 - nonfree.x86_64
275 - nonfree.i586
276 missing:
277 allowed:
278 - nonfree.sources
279
280
281 nonfree.sources:
282 class: Youri::Media::URPM
283 options:
284 name: nonfree
285 type: source
286 path: ${mirror_i586}/nonfree/release
287 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
288 options:
289 dependencies:
290 allowed:
291 - core.x86_64
292 - nonfree.x86_64
293 - core.i586
294 - nonfree.i586
295

  ViewVC Help
Powered by ViewVC 1.1.30