/[adm]/puppet/deployment/lists/manifests/init.pp
ViewVC logotype

Contents of /puppet/deployment/lists/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3396 - (show annotations) (download)
Thu Jan 23 18:05:36 2014 UTC (10 years, 2 months ago) by tmb
File size: 10316 byte(s)
add backports-announce ml
1 class lists {
2 # When adding a new list, also add it to the wiki page :
3 # https://wiki.mageia.org/en/Mailing_lists
4
5 sympa::list::announce { 'announce':
6 subject => 'Mageia announces',
7 reply_to => "discuss@ml.$::domain",
8 sender_email => [ "sysadmin@group.$::domain", 'ennael1@gmail.com' ],
9 }
10
11 sympa::list::announce {'atelier-bugs':
12 subject => 'Atelier bug reports from bugzilla',
13 reply_to => "atelier-discuss@ml.$::domain",
14 sender_email => [ "bugzilla-daemon@$::domain" ],
15 topics => 'atelier',
16 }
17
18 sympa::list::announce {'atelier-commits':
19 subject => 'Commits on atelier repositories (Artwork, Web, etc ...)',
20 reply_to => "atelier-discuss@ml.$::domain",
21 sender_email => [ "root@$::domain" ],
22 topics => 'atelier',
23 }
24
25 sympa::list::public {'atelier-discuss':
26 subject => 'Discussions about artwork, web, marketing, communication',
27 topics => 'atelier',
28 }
29
30 sympa::list::private { 'blog-moderation':
31 subject => 'Blog comments moderation',
32 subscriber_ldap_group => 'mga-blog-moderators',
33 sender_email => [ 'wordpress@blog.mageia.org' ],
34 topics => 'atelier',
35 }
36
37 sympa::list::public {'bugsquad-discuss':
38 subject => 'Bugsquad team discussions',
39 topics => 'bugsquad',
40 }
41
42 sympa::list::public {'dev':
43 subject => 'Developement discussion list',
44 topics => 'developers',
45 }
46
47 sympa::list::public {'discuss':
48 subject => 'General discussion list',
49 topics => 'users',
50 }
51
52 sympa::list::public {'i18n-discuss':
53 subject => 'Translation team discussions',
54 topics => 'i18n',
55 }
56
57 sympa::list::announce { 'i18n-bugs':
58 subject => 'Translation bug reports from bugzilla',
59 reply_to => "i18n-discuss@ml.$::domain",
60 sender_email => [ "bugzilla-daemon@$::domain" ],
61 topics => 'i18n',
62 }
63
64 sympa::list {'i18n-reports':
65 subject => 'Automated reports for translations',
66 reply_to => "i18n-discuss@$ml.::domain",
67 sender_subscriber => true,
68 sender_email => [
69 'r2d2@vargas.calenco.com',
70 'blog@mageia.org',
71 ],
72 topics => 'i18n',
73 }
74
75 # please check that the list use the proper code for
76 # language ( not to be confused with tld or country code )
77 sympa::list::public {'i18n-af':
78 subject => 'Translation to Afrikaans',
79 topics => 'i18n',
80 }
81
82 sympa::list::public {'i18n-ar':
83 subject => 'Translation to Arabic',
84 topics => 'i18n',
85 }
86
87 sympa::list::public {'i18n-de':
88 subject => 'Translation to German',
89 topics => 'i18n',
90 }
91
92 sympa::list::public {'i18n-et':
93 subject => 'Translation to Estonian',
94 topics => 'i18n',
95 }
96
97 sympa::list::public {'i18n-fr':
98 subject => 'Translation to French',
99 topics => 'i18n',
100 }
101
102 sympa::list::public {'i18n-el':
103 subject => 'Translation to Greek',
104 topics => 'i18n',
105 }
106
107 sympa::list::public {'i18n-nl':
108 subject => 'Translation to Dutch',
109 topics => 'i18n',
110 }
111
112 sympa::list::public {'i18n-pt_br':
113 subject => 'Translation to Brazilian Portuguese',
114 topics => 'i18n',
115 }
116
117 sympa::list::public {'i18n-pl':
118 subject => 'Translation to Polish',
119 topics => 'i18n',
120 }
121
122 sympa::list::public {'i18n-ru':
123 subject => 'Translation to Russian',
124 topics => 'i18n',
125 }
126
127 sympa::list::public {'i18n-tr':
128 subject => 'Translation to Turkish',
129 topics => 'i18n',
130 }
131
132 sympa::list::public {'i18n-it':
133 subject => 'Translation to Italian',
134 topics => 'i18n',
135 }
136
137 sympa::list::public {'i18n-en':
138 subject => 'Translation to English',
139 topics => 'i18n',
140 }
141
142 sympa::list::public {'i18n-ro':
143 subject => 'Translation to Romanian',
144 topics => 'i18n',
145 }
146
147 sympa::list::public {'i18n-zh_tw':
148 subject => 'Translation to Taiwanese',
149 topics => 'i18n',
150 }
151
152 sympa::list::public {'qa-discuss':
153 subject => 'Discussions about QA tasks and requests',
154 topics => 'qa',
155 }
156
157 sympa::list::announce {'qa-bugs':
158 subject => 'QA bug reports from bugzilla',
159 reply_to => "qa-discuss@ml.$::domain",
160 sender_email => [ "bugzilla-daemon@$::domain" ],
161 topics => 'qa',
162 }
163
164 sympa::list::announce {'qa-reports':
165 subject => 'Automated reports from QA tools',
166 reply_to => "qa-discuss@ml.$::domain",
167 sender_email => [ "buildsystem-daemon@mageia.org" ],
168 topics => 'qa',
169 }
170
171 sympa::list::announce {'qa-commits':
172 subject => 'Update advisories commits',
173 reply_to => "qa-discuss@ml.$::domain",
174 sender_email => [ "root@$::domain" ],
175 topics => 'qa',
176 }
177
178 sympa::list::public {'forums-discuss':
179 subject => 'Discuss forums matters, policies and processes, as well as publish summaries of notable events/feedback',
180 topics => 'forums',
181 }
182
183 sympa::list::announce {'forums-bugs':
184 subject => 'Forums bug reports from bugzilla',
185 reply_to => "forums-discuss@ml.$::domain",
186 sender_email => [ "bugzilla-daemon@$::domain" ],
187 topics => 'forums',
188 }
189
190 sympa::list::public {'doc-discuss':
191 subject => 'Discussions about Mageia documentation',
192 topics => 'doc',
193 }
194
195 sympa::list::announce { 'doc-bugs':
196 subject => 'Documentation bug reports from bugzilla',
197 reply_to => "doc-discuss@ml.$::domain",
198 sender_email => [ "bugzilla-daemon@$::domain" ],
199 topics => 'doc',
200 }
201
202 sympa::list::announce { 'packages-commits':
203 subject => 'Commits on packages repository',
204 reply_to => "dev@ml.$::domain",
205 sender_email => [ "root@$::domain" ],
206 topics => 'developers',
207 }
208
209 sympa::list::announce { 'mirrors-announce':
210 subject => 'Important announces about mirrors updates',
211 reply_to => "sysadmin-discuss@ml.$::domain",
212 sender_email => [ "root@$::domain" ],
213 topics => 'sysadmin',
214 }
215
216 sympa::list::announce {'sysadmin-commits':
217 subject => 'Commits on sysadmin repository',
218 reply_to => "sysadmin-discuss@ml.$::domain",
219 sender_email => [ "root@$::domain" ],
220 topics => 'sysadmin',
221 }
222
223 sympa::list::public {'sysadmin-discuss':
224 subject => 'Sysadmin team discussions',
225 topics => 'sysadmin',
226 }
227
228 sympa::list::announce {'sysadmin-reports':
229 subject => 'Automated reports from various pieces of infrastructure',
230 reply_to => "sysadmin-discuss@ml.$::domain",
231 sender_email => [ "root@$::domain" ],
232 topics => 'sysadmin',
233 }
234
235 sympa::list::announce { 'sysadmin-bugs':
236 subject => 'Sysadmin bug reports from bugzilla',
237 reply_to => "sysadmin-discuss@ml.$::domain",
238 sender_email => [ "bugzilla-daemon@$::domain" ],
239 topics => 'sysadmin',
240 }
241
242 sympa::list::announce { 'soft-commits':
243 subject => 'Commits on soft repository',
244 reply_to => "dev@ml.$::domain",
245 sender_email => [ "root@$::domain" ],
246 topics => 'developers',
247 }
248
249 sympa::list::announce { 'bugs':
250 subject => 'Bug reports from bugzilla',
251 reply_to => "dev@ml.$::domain",
252 sender_email => [ "bugzilla-daemon@$::domain" ],
253 topics => 'developers',
254 }
255
256 sympa::list::announce { 'updates-announce':
257 subject => 'Packages update for stable release',
258 reply_to => "dev@ml.$::domain",
259 sender_email => [ "buildsystem-daemon@$::domain" ],
260 topics => 'developers',
261 }
262
263 sympa::list::announce { 'backports-announce':
264 subject => 'Package backports for stable release',
265 reply_to => "dev@ml.$::domain",
266 sender_email => [ "buildsystem-daemon@$::domain" ],
267 topics => 'developers',
268 }
269
270 sympa::list::announce { 'changelog':
271 subject => 'Announces for new packages uploaded',
272 reply_to => "dev@ml.$::domain",
273 sender_email => [ "buildsystem-daemon@$::domain" ],
274 topics => 'developers',
275 }
276
277 sympa::list::announce { 'board-commits':
278 subject => 'Commits on Mageia.Org status and organisation documents',
279 reply_to => "board-public@ml.$::domain",
280 sender_email => [ "root@$::domain" ],
281 topics => 'governance',
282 subscriber_ldap_group => 'mga-board',
283 }
284
285 sympa::list::public_restricted { 'board-public':
286 subject => 'Public board discussion',
287 subscriber_ldap_group => 'mga-board',
288 topics => 'governance',
289 }
290
291 sympa::list::private { 'board-private':
292 subject => 'Private board discussion',
293 subscriber_ldap_group => 'mga-board',
294 topics => 'governance',
295 }
296
297 sympa::list::announce {'treasurer-commits':
298 subject => 'Commits on Mageia.Org association treasurer repository',
299 reply_to => "treasurer@$::domain",
300 sender_email => [ "root@$::domain" ],
301 topics => 'governance',
302 }
303
304 sympa::list::public_restricted { 'council':
305 subject => 'Council discussions',
306 subscriber_ldap_group => 'mga-council',
307 topics => 'governance',
308 }
309
310 sympa::list::public {'local-discuss':
311 subject => 'Discussions about Local Community Team',
312 topics => 'local',
313 }
314
315 sympa::list::public {'discuss-fr':
316 subject => 'French discussions about Mageia',
317 topics => 'users',
318 }
319
320 sympa::list::public {'discuss-pt-br':
321 subject => 'Discussions about Mageia in Brazilian Portuguese',
322 topics => 'users',
323 }
324 }
325

  ViewVC Help
Powered by ViewVC 1.1.30