]> git.decadent.org.uk Git - dak.git/blob - katie.conf
sync
[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 "archive@ftp-master.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     Architecture "";
99     Debug "";
100     Help "";
101     Maintainer "";
102     Suite "";
103     Version "";
104    };
105
106 };
107
108 Julia
109 {
110
111   Options
112   {
113     Quiet "";
114     Verbose "";
115     Debug "";
116     Help "";
117     Version "";
118    };
119
120   ValidGID "800";
121   // Comma seperated list of users who are in Postgres but not the passwd file
122   KnownPostgres "postgres,katie";
123     
124
125 };
126
127 Shania
128 {
129
130   Options
131   {
132     Debug "";
133     Help "";
134     Version "";
135     Days 14;
136     Incoming "";
137     Mail "";
138     No-Action "";
139     Verbose "";
140    };
141
142  MorgueSubDir "shania";
143 };
144
145 Natalie
146 {
147
148   Options
149   {
150     Debug "";
151     Help "";
152     Version "";
153     Component "main";
154     List "";
155     Suite "unstable";
156     Set "";
157     Type "deb";
158    };
159
160  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
161  LockFile "natalie";
162 };
163
164 Melanie
165 {
166
167   Options
168   {
169     Debug "";
170     Help "";
171     Version "";
172     Architecture "";
173     Binary-Only "";
174     Carbon-Copy "";
175     Component "";
176     Done "";
177     No-Action "";
178     Partial "";
179     Reason "";
180     Source-Only "";
181     Suite "unstable";
182    };
183
184    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
185    LogFile "/org/ftp.debian.org/web/removals.txt";
186    Bcc "removed-packages@qa.debian.org";
187 };
188
189 Neve
190 {
191
192   ExportDir "/org/ftp.debian.org/katie/neve-files/";
193
194 };
195
196 Rhona
197 {
198
199   Options
200   {
201         Debug "";
202         Help "";
203         No-Action "";
204         Version "";
205    };
206
207   // How long (in seconds) dead packages are left before being killed
208   StayOfExecution 129600; // 1.5 days
209   MorgueSubDir "rhona";
210   OverrideFilename "override.source-only";
211 };
212
213 Suite
214 {
215
216   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
217   
218   Experimental
219   {
220         Components 
221         {
222           main "";
223           contrib "";
224           non-free "";
225         };
226         Architectures 
227         {
228           "source" ""; 
229           "all" "";
230           "alpha" ""; 
231           "arm" "";
232           "hppa" "";
233           "hurd-i386" "";
234           "i386" "";
235           "ia64" "";
236           "m68k" "";
237           "mips" "";
238           "mipsel" "";
239           "powerpc" "";
240           "s390" "";
241           "sh" "";
242           "sparc" "";
243         };
244         Announce "debian-devel-changes@lists.debian.org";
245         Origin "Debian";
246         Description "Experimental packages - not released; use at your own risk.";
247         CodeName "experimental";
248         NotAutomatic "yes";
249         OverrideCodeName "sid";
250         OverrideSuite "unstable";
251         Priority "0";
252         Tree "project/experimental";
253   };
254
255   Stable
256   {
257         Components 
258         {
259           main "";
260           contrib "";
261           non-free "";
262         };
263         Architectures 
264         {
265           "source" "";  
266           "all" "";
267           "alpha" ""; 
268           "arm" "";
269           "i386" "";
270           "m68k" "";
271           "powerpc" "";
272           "sparc" "";
273         };
274         Announce "debian-changes@lists.debian.org";
275         Version "2.2r3";
276         Origin "Debian";
277         Description "Debian 2.2r3 Released 16th April 2001";
278         CodeName "potato";
279         OverrideCodeName "potato";
280         Priority "1";
281         Untouchable "1";
282         ChangeLogBase "dists/stable/";
283   };
284
285   Proposed-Updates
286   {
287         Architectures 
288         {
289           "source" "";  
290           "all" "";
291           "alpha" ""; 
292           "arm" "";
293           "i386" "";
294           "m68k" "";
295           "powerpc" "";
296           "sparc" "";
297         };
298         Announce "debian-changes@lists.debian.org";
299         CopyChanges "dists/proposed-updates/";
300         Version "2.2r4";
301         Origin "Debian";
302         Description "Proposed Updates for Debian 2.2r4 - Not Released";
303         CodeName "proposed-updates";
304         OverrideCodeName "potato";
305         OverrideSuite "stable";
306         Priority "2";
307   };
308
309   Testing
310   {
311         Components 
312         {
313           main "";
314           contrib "";
315           non-free "";
316         };
317         Architectures 
318         {
319           "source" "";  
320           "all" "";
321           "alpha" ""; 
322           "arm" "";
323           "hppa" "";
324           "i386" "";
325           "ia64" "";
326           "m68k" "";
327           "powerpc" "";
328           "sparc" "";
329         };
330         Origin "Debian";
331         Description "Debian Testing distribution - Not Released";
332         CodeName "woody";
333         OverrideCodeName "woody";
334         Priority "3";
335   };
336
337   Woody-Proposed-Updates
338   {
339         Components 
340         {
341           main "";
342           contrib "";
343           non-free "";
344         };
345         Architectures 
346         {
347           "source" "";  
348           "all" "";
349           "alpha" ""; 
350           "arm" "";
351           "hppa" "";
352           "i386" "";
353           "ia64" "";
354           "m68k" "";
355           "powerpc" "";
356           "sparc" "";
357         };
358         Origin "Debian";
359         Description "Debian Testing distribution updates - Not Released";
360         CodeName "woody-proposed-updates";
361         OverrideCodeName "woody";
362         Priority "4";
363   };
364
365   Unstable
366   {
367         Components 
368         {
369           main "";
370           contrib "";
371           non-free "";
372         };
373         Architectures 
374         {
375           "source" ""; 
376           "all" "";
377           "alpha" ""; 
378           "arm" "";
379           "hppa" "";
380           "hurd-i386" "";
381           "i386" "";
382           "ia64" "";
383           "m68k" "";
384           "mips" "";
385           "mipsel" "";
386           "powerpc" "";
387           "s390" "";
388           "sh" "";
389           "sparc" "";
390         };
391         Announce "debian-devel-changes@lists.debian.org";
392         Origin "Debian";
393         Description "Debian Unstable - Not Released";
394         CodeName "sid";
395         OverrideCodeName "sid";
396         Priority "5";
397   };
398
399 };
400
401 Dir
402 {
403   RootDir "/org/ftp.debian.org/ftp/";
404   PoolDir "/org/ftp.debian.org/ftp/pool/";
405   TemplatesDir "/org/ftp.debian.org/katie/templates/";
406   LockDir "/org/ftp.debian.org/katie/locks/";
407   PoolRoot "pool/";
408   IncomingDir "/org/ftp.debian.org/incoming/";
409   OverrideDir "/org/ftp.debian.org/scripts/override/";
410   ListsDir "/org/ftp.debian.org/database/dists/";
411   LogDir "/org/ftp.debian.org/log/";
412   Morgue "/org/ftp.debian.org/morgue/";
413 };
414
415 DB
416 {
417   Name "projectb";
418   Host ""; 
419   Port -1;
420 };
421
422 Architectures
423 {
424
425   source "Source";
426   all "Architecture Independent";
427   alpha "DEC Alpha";
428   hurd-i386 "Intel ia32 running the HURD";
429   hppa "HP PA RISC";
430   arm "Arm";
431   i386 "Intel ia32";
432   ia64 "Intel ia64";
433   m68k "Motorola Mc680x0";
434   mips "SGI MIPS";
435   mipsel "SGI MIPS (Little Endian)";
436   powerpc "PowerPC";
437   s390 "IBM S/390";
438   sh "Hitatchi SuperH";
439   sparc "Sun SPARC/UltraSPARC";
440
441 };
442
443 Archive
444 {
445
446   ftp-master
447   {
448     OriginServer "ftp-master.debian.org";
449     PrimaryMirror "ftp.debian.org";
450     Description "Master Archive for the Debian project";
451   };
452
453 };
454
455 Component
456 {
457
458   main
459   {
460         Description "Main";
461         MeetsDFSG "true";
462   };
463
464   contrib
465   {
466         Description "Contrib";
467         MeetsDFSG "true";
468   };
469
470   non-free
471   {
472         Description "Software that fails to meet the DFSG";
473         MeetsDFSG "false";
474   };
475
476   mixed  // **NB:** only used for overrides; not yet used in other code
477   {
478         Description "Legacy Mixed";
479         MeetsDFSG "false";
480   };
481
482 };
483
484 Section
485 {
486
487   "admin" "";
488   "base" "";
489   "comm" "";
490   "debian-installer" "";
491   "devel" "";
492   "doc" "";
493   "editors" "";
494   "electronics" "";
495   "games" "";
496   "graphics" "";
497   "hamradio" "";
498   "interpreters" "";
499   "libs" "";
500   "mail" "";
501   "math" "";
502   "misc" "";
503   "net" "";
504   "news" "";
505   "oldlibs" "";
506   "otherosfs" "";
507   "science" "";
508   "shells" "";
509   "sound" "";
510   "tex" "";
511   "text" "";
512   "utils" "";
513   "web" "";
514   "x11" "";
515
516 };
517
518 Priority
519 {
520
521   "required" 1;
522   "important" 2;
523   "standard" 3;
524   "optional" 4;
525   "extra" 5;
526   "source" 0; // i.e. unused
527
528 };
529
530 OverrideType
531 {
532
533   "deb" "";
534   "udeb" "";
535   "dsc" "";
536
537 };
538
539 Location
540 {
541   
542   // Old style locations on ftp-master.debian.org
543
544   /org/ftp.debian.org/ftp/project/experimental/
545     {
546       Archive "ftp-master";
547       Suite "experimental";
548       Type "legacy-mixed";
549     };
550
551   /org/ftp.debian.org/ftp/dists/proposed-updates/
552     {
553       Archive "ftp-master";
554       Suite "proposed-updates";
555       Type "legacy-mixed";
556     };
557
558   /org/ftp.debian.org/ftp/dists/
559     {
560       Archive "ftp-master";
561       Suites 
562         {
563           Stable "";
564           Unstable "";
565         };
566       Type "legacy";
567     };
568
569   // New pool locations on ftp-master.debian.org
570   /org/ftp.debian.org/ftp/pool/
571     {
572       Archive "ftp-master";
573       Type "pool";
574     };
575
576 };