]> git.decadent.org.uk Git - dak.git/blob - katie.conf
multiple maintainer and QA support.
[dak.git] / katie.conf
1 Dinstall
2 {
3   Options
4   {
5         Automatic "";
6         Debug "";
7         Help "";
8         Ack-New "";
9         Manual-Reject "";
10         No-Action "";
11         No-Lock "";
12         No-Mail "";
13         Override-Distribution "";
14         Version "";
15    };
16
17    PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
18    GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
19    SigningKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
20    SendmailCommand "/usr/sbin/sendmail -oi -t";
21    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
22    MyAdminAddress "ftpmaster@debian.org";
23    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
24    MyDistribution "Debian"; // Used in emails
25    BugServer "bugs.debian.org";
26    PackagesServer "packages.debian.org";
27    NewAckList "/org/ftp.debian.org/katie/log";
28    LockFile "/org/ftp.debian.org/katie/lock";
29    Bcc "troup@auric.debian.org";
30    GroupOverrideFilename "override.group-maint";
31
32 };
33
34 Heidi
35 {
36
37   Options
38   {
39     Add "";
40     Debug "";
41     Help "";
42     List "";
43     Remove "";
44     Set "";
45     Version "";
46    };
47
48 };
49
50 Catherine
51 {
52
53   Options
54   {
55     Debug "";
56     Help "";
57     Limit "";
58     No-Action "";
59     Verbose "";
60     Version "";
61    };
62
63 };
64
65 Tea
66 {
67
68   Options
69   {
70     Debug "";
71     Help "";
72     Version "";
73    };
74
75 };
76
77 Jenna
78 {
79
80   Options
81   {
82     Architecture "";
83     Component "";
84     Debug "";
85     Help "";
86     Suite "";
87     Verbose "";
88     Version "";
89    };
90
91 };
92
93 Madison
94 {
95
96   Options
97   {
98     Debug "";
99     Help "";
100     Suite "";
101     Version "";
102    };
103
104 };
105
106 Shania
107 {
108
109   Options
110   {
111     Debug "";
112     Help "";
113     Version "";
114     Days 14;
115     Incoming "";
116     Mail "";
117     No-Action "";
118     Verbose "";
119    };
120
121  MorgueSubDir "shania";
122 };
123
124 Natalie
125 {
126
127   Options
128   {
129     Debug "";
130     Help "";
131     Version "";
132     Component "main";
133     List "";
134     Suite "unstable";
135     Set "";
136     Type "deb";
137    };
138
139  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
140  LockFile "natalie";
141 };
142
143 Melanie
144 {
145
146   Options
147   {
148     Debug "";
149     Help "";
150     Version "";
151     Architecture "";
152     Binary-Only "";
153     Carbon-Copy "";
154     Component "";
155     Done "";
156     No-Action "";
157     Partial "";
158     Reason "";
159     Source-Only "";
160     Suite "unstable";
161    };
162
163    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
164    LogFile "/org/ftp.debian.org/web/removals.txt";
165    Bcc "removed-packages@qa.debian.org";
166 };
167
168 Neve
169 {
170
171   ExportDir "/org/ftp.debian.org/katie/neve-files/";
172
173 };
174
175 Rhona
176 {
177
178   Options
179   {
180         Debug "";
181         Help "";
182         No-Action "";
183         Version "";
184    };
185
186   // How long (in seconds) dead packages are left before being killed
187   StayOfExecution 129600; // 1.5 days
188   MorgueSubDir "rhona";
189   OverrideFilename "override.source-only";
190 };
191
192 Suite
193 {
194
195   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
196   
197   Experimental
198   {
199         Components 
200         {
201           main "";
202           contrib "";
203           non-free "";
204         };
205         Architectures 
206         {
207           "source" ""; 
208           "all" "";
209           "alpha" ""; 
210           "arm" "";
211           "hppa" "";
212           "hurd-i386" "";
213           "i386" "";
214           "ia64" "";
215           "m68k" "";
216           "mips" "";
217           "mipsel" "";
218           "powerpc" "";
219           "s390" "";
220           "sh" "";
221           "sparc" "";
222         };
223         Announce "debian-devel-changes@lists.debian.org";
224         Origin "Debian";
225         Description "Experimental packages - not released; use at your own risk.";
226         CodeName "experimental";
227         NotAutomatic "yes";
228         OverrideCodeName "sid";
229         OverrideSuite "unstable";
230         Priority "0";
231         Tree "project/experimental";
232   };
233
234   Stable
235   {
236         Components 
237         {
238           main "";
239           contrib "";
240           non-free "";
241         };
242         Architectures 
243         {
244           "source" "";  
245           "all" "";
246           "alpha" ""; 
247           "arm" "";
248           "i386" "";
249           "m68k" "";
250           "powerpc" "";
251           "sparc" "";
252         };
253         Announce "debian-changes@lists.debian.org";
254         Version "2.2r3";
255         Origin "Debian";
256         Description "Debian 2.2r3 Released 16th April 2001";
257         CodeName "potato";
258         OverrideCodeName "potato";
259         Priority "1";
260         Untouchable "1";
261         ChangeLogBase "dists/stable/";
262   };
263
264   Proposed-Updates
265   {
266         Architectures 
267         {
268           "source" "";  
269           "all" "";
270           "alpha" ""; 
271           "arm" "";
272           "i386" "";
273           "m68k" "";
274           "powerpc" "";
275           "sparc" "";
276         };
277         Announce "debian-changes@lists.debian.org";
278         CopyChanges "dists/proposed-updates/";
279         Version "2.2r4";
280         Origin "Debian";
281         Description "Proposed Updates for Debian 2.2r4 - Not Released";
282         CodeName "proposed-updates";
283         OverrideCodeName "potato";
284         OverrideSuite "stable";
285         Priority "2";
286   };
287
288   Testing
289   {
290         Components 
291         {
292           main "";
293           contrib "";
294           non-free "";
295         };
296         Architectures 
297         {
298           "source" "";  
299           "all" "";
300           "alpha" ""; 
301           "arm" "";
302           "i386" "";
303           "m68k" "";
304           "powerpc" "";
305           "sparc" "";
306         };
307         Origin "Debian";
308         Description "Debian Testing distribution - Not Released";
309         CodeName "woody";
310         OverrideCodeName "woody";
311         Priority "3";
312   };
313
314   Unstable
315   {
316         Components 
317         {
318           main "";
319           contrib "";
320           non-free "";
321         };
322         Architectures 
323         {
324           "source" ""; 
325           "all" "";
326           "alpha" ""; 
327           "arm" "";
328           "hppa" "";
329           "hurd-i386" "";
330           "i386" "";
331           "ia64" "";
332           "m68k" "";
333           "mips" "";
334           "mipsel" "";
335           "powerpc" "";
336           "s390" "";
337           "sh" "";
338           "sparc" "";
339         };
340         Announce "debian-devel-changes@lists.debian.org";
341         Origin "Debian";
342         Description "Debian Unstable - Not Released";
343         CodeName "sid";
344         OverrideCodeName "sid";
345         Priority "4";
346   };
347
348 };
349
350 Dir
351 {
352   RootDir "/org/ftp.debian.org/ftp/";
353   PoolDir "/org/ftp.debian.org/ftp/pool/";
354   TemplatesDir "/org/ftp.debian.org/katie/templates/";
355   LockDir "/org/ftp.debian.org/katie/locks/";
356   PoolRoot "pool/";
357   IncomingDir "/org/ftp.debian.org/incoming/";
358   OverrideDir "/org/ftp.debian.org/scripts/override/";
359   ListsDir "/org/ftp.debian.org/database/dists/";
360   Morgue "/org/ftp.debian.org/morgue/";
361 };
362
363 DB
364 {
365   Name "projectb";
366   Host ""; 
367   Port -1;
368   ROUser "nobody";
369 };
370
371 Architectures
372 {
373
374   source "Source";
375   all "Architecture Independent";
376   alpha "DEC Alpha";
377   hurd-i386 "Intel ia32 running the HURD";
378   hppa "HP PA RISC";
379   arm "Arm";
380   i386 "Intel ia32";
381   ia64 "Intel ia64";
382   m68k "Motorola Mc680x0";
383   mips "SGI MIPS";
384   mipsel "SGI MIPS (Little Endian)";
385   powerpc "PowerPC";
386   s390 "IBM S/390";
387   sh "Hitatchi SuperH";
388   sparc "Sun SPARC/UltraSPARC";
389
390 };
391
392 Archive
393 {
394
395   ftp-master
396   {
397     OriginServer "ftp-master.debian.org";
398     PrimaryMirror "ftp.debian.org";
399     Description "Master Archive for the Debian project";
400   };
401
402 };
403
404 Component
405 {
406
407   main
408   {
409         Description "Main";
410         MeetsDFSG "true";
411   };
412
413   contrib
414   {
415         Description "Contrib";
416         MeetsDFSG "true";
417   };
418
419   non-free
420   {
421         Description "Software that fails to meet the DFSG";
422         MeetsDFSG "false";
423   };
424
425   mixed  // **NB:** only used for overrides; not yet used in other code
426   {
427         Description "Legacy Mixed";
428         MeetsDFSG "false";
429   };
430
431 };
432
433 Section
434 {
435
436   "admin" "";
437   "base" "";
438   "comm" "";
439   "debian-installer" "";
440   "devel" "";
441   "doc" "";
442   "editors" "";
443   "electronics" "";
444   "games" "";
445   "graphics" "";
446   "hamradio" "";
447   "interpreters" "";
448   "libs" "";
449   "mail" "";
450   "math" "";
451   "misc" "";
452   "net" "";
453   "news" "";
454   "oldlibs" "";
455   "otherosfs" "";
456   "science" "";
457   "shells" "";
458   "sound" "";
459   "tex" "";
460   "text" "";
461   "utils" "";
462   "web" "";
463   "x11" "";
464
465 };
466
467 Priority
468 {
469
470   "required" 1;
471   "important" 2;
472   "standard" 3;
473   "optional" 4;
474   "extra" 5;
475   "source" 0; // i.e. unused
476
477 };
478
479 OverrideType
480 {
481
482   "deb" "";
483   "udeb" "";
484   "dsc" "";
485
486 };
487
488 Location
489 {
490   
491   // Old style locations on ftp-master.debian.org
492
493   /org/ftp.debian.org/ftp/project/experimental/
494     {
495       Archive "ftp-master";
496       Suite "experimental";
497       Type "legacy-mixed";
498     };
499
500   /org/ftp.debian.org/ftp/dists/proposed-updates/
501     {
502       Archive "ftp-master";
503       Suite "proposed-updates";
504       Type "legacy-mixed";
505     };
506
507   /org/ftp.debian.org/ftp/dists/
508     {
509       Archive "ftp-master";
510       Suites 
511         {
512           Stable "";
513           Unstable "";
514         };
515       Type "legacy";
516     };
517
518   // New pool locations on ftp-master.debian.org
519   /org/ftp.debian.org/ftp/pool/
520     {
521       Archive "ftp-master";
522       Type "pool";
523     };
524
525 };