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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30