]> git.decadent.org.uk Git - dak.git/blob - katie.conf
comment fix
[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 file
217   // as generated by charisma (highest wins).
218   
219   Experimental
220   {
221         Components 
222         {
223           main "";
224           contrib "";
225           non-free "";
226         };
227         Architectures 
228         {
229           "source" ""; 
230           "all" "";
231           "alpha" ""; 
232           "arm" "";
233           "hppa" "";
234           "hurd-i386" "";
235           "i386" "";
236           "ia64" "";
237           "m68k" "";
238           "mips" "";
239           "mipsel" "";
240           "powerpc" "";
241           "s390" "";
242           "sh" "";
243           "sparc" "";
244         };
245         Announce "debian-devel-changes@lists.debian.org";
246         Origin "Debian";
247         Description "Experimental packages - not released; use at your own risk.";
248         CodeName "experimental";
249         NotAutomatic "yes";
250         OverrideCodeName "sid";
251         OverrideSuite "unstable";
252         Priority "0";
253         Tree "project/experimental";
254   };
255
256   Stable
257   {
258         Components 
259         {
260           main "";
261           contrib "";
262           non-free "";
263         };
264         Architectures 
265         {
266           "source" "";  
267           "all" "";
268           "alpha" ""; 
269           "arm" "";
270           "i386" "";
271           "m68k" "";
272           "powerpc" "";
273           "sparc" "";
274         };
275         Announce "debian-changes@lists.debian.org";
276         Version "2.2r3";
277         Origin "Debian";
278         Description "Debian 2.2r3 Released 16th April 2001";
279         CodeName "potato";
280         OverrideCodeName "potato";
281         Priority "1";
282         Untouchable "1";
283         ChangeLogBase "dists/stable/";
284   };
285
286   Proposed-Updates
287   {
288         Architectures 
289         {
290           "source" "";  
291           "all" "";
292           "alpha" ""; 
293           "arm" "";
294           "i386" "";
295           "m68k" "";
296           "powerpc" "";
297           "sparc" "";
298         };
299         Announce "debian-changes@lists.debian.org";
300         CopyChanges "dists/proposed-updates/";
301         Version "2.2r4";
302         Origin "Debian";
303         Description "Proposed Updates for Debian 2.2r4 - Not Released";
304         CodeName "proposed-updates";
305         OverrideCodeName "potato";
306         OverrideSuite "stable";
307         Priority "2";
308   };
309
310   Testing
311   {
312         Components 
313         {
314           main "";
315           contrib "";
316           non-free "";
317         };
318         Architectures 
319         {
320           "source" "";  
321           "all" "";
322           "alpha" ""; 
323           "arm" "";
324           "hppa" "";
325           "i386" "";
326           "ia64" "";
327           "m68k" "";
328           "powerpc" "";
329           "sparc" "";
330         };
331         Origin "Debian";
332         Description "Debian Testing distribution - Not Released";
333         CodeName "woody";
334         OverrideCodeName "woody";
335         Priority "3";
336   };
337
338   Woody-Proposed-Updates
339   {
340         Components 
341         {
342           main "";
343           contrib "";
344           non-free "";
345         };
346         Architectures 
347         {
348           "source" "";  
349           "all" "";
350           "alpha" ""; 
351           "arm" "";
352           "hppa" "";
353           "i386" "";
354           "ia64" "";
355           "m68k" "";
356           "powerpc" "";
357           "sparc" "";
358         };
359         Origin "Debian";
360         Description "Debian Testing distribution updates - Not Released";
361         CodeName "woody-proposed-updates";
362         OverrideCodeName "woody";
363         Priority "4";
364   };
365
366   Unstable
367   {
368         Components 
369         {
370           main "";
371           contrib "";
372           non-free "";
373         };
374         Architectures 
375         {
376           "source" ""; 
377           "all" "";
378           "alpha" ""; 
379           "arm" "";
380           "hppa" "";
381           "hurd-i386" "";
382           "i386" "";
383           "ia64" "";
384           "m68k" "";
385           "mips" "";
386           "mipsel" "";
387           "powerpc" "";
388           "s390" "";
389           "sh" "";
390           "sparc" "";
391         };
392         Announce "debian-devel-changes@lists.debian.org";
393         Origin "Debian";
394         Description "Debian Unstable - Not Released";
395         CodeName "sid";
396         OverrideCodeName "sid";
397         Priority "5";
398   };
399
400 };
401
402 Dir
403 {
404   RootDir "/org/ftp.debian.org/ftp/";
405   PoolDir "/org/ftp.debian.org/ftp/pool/";
406   TemplatesDir "/org/ftp.debian.org/katie/templates/";
407   LockDir "/org/ftp.debian.org/katie/locks/";
408   PoolRoot "pool/";
409   IncomingDir "/org/ftp.debian.org/incoming/";
410   OverrideDir "/org/ftp.debian.org/scripts/override/";
411   ListsDir "/org/ftp.debian.org/database/dists/";
412   LogDir "/org/ftp.debian.org/log/";
413   Morgue "/org/ftp.debian.org/morgue/";
414 };
415
416 DB
417 {
418   Name "projectb";
419   Host ""; 
420   Port -1;
421 };
422
423 Architectures
424 {
425
426   source "Source";
427   all "Architecture Independent";
428   alpha "DEC Alpha";
429   hurd-i386 "Intel ia32 running the HURD";
430   hppa "HP PA RISC";
431   arm "Arm";
432   i386 "Intel ia32";
433   ia64 "Intel ia64";
434   m68k "Motorola Mc680x0";
435   mips "SGI MIPS";
436   mipsel "SGI MIPS (Little Endian)";
437   powerpc "PowerPC";
438   s390 "IBM S/390";
439   sh "Hitatchi SuperH";
440   sparc "Sun SPARC/UltraSPARC";
441
442 };
443
444 Archive
445 {
446
447   ftp-master
448   {
449     OriginServer "ftp-master.debian.org";
450     PrimaryMirror "ftp.debian.org";
451     Description "Master Archive for the Debian project";
452   };
453
454 };
455
456 Component
457 {
458
459   main
460   {
461         Description "Main";
462         MeetsDFSG "true";
463   };
464
465   contrib
466   {
467         Description "Contrib";
468         MeetsDFSG "true";
469   };
470
471   non-free
472   {
473         Description "Software that fails to meet the DFSG";
474         MeetsDFSG "false";
475   };
476
477   mixed  // **NB:** only used for overrides; not yet used in other code
478   {
479         Description "Legacy Mixed";
480         MeetsDFSG "false";
481   };
482
483 };
484
485 Section
486 {
487
488   "admin" "";
489   "base" "";
490   "comm" "";
491   "debian-installer" "";
492   "devel" "";
493   "doc" "";
494   "editors" "";
495   "electronics" "";
496   "games" "";
497   "graphics" "";
498   "hamradio" "";
499   "interpreters" "";
500   "libs" "";
501   "mail" "";
502   "math" "";
503   "misc" "";
504   "net" "";
505   "news" "";
506   "oldlibs" "";
507   "otherosfs" "";
508   "science" "";
509   "shells" "";
510   "sound" "";
511   "tex" "";
512   "text" "";
513   "utils" "";
514   "web" "";
515   "x11" "";
516
517 };
518
519 Priority
520 {
521
522   "required" 1;
523   "important" 2;
524   "standard" 3;
525   "optional" 4;
526   "extra" 5;
527   "source" 0; // i.e. unused
528
529 };
530
531 OverrideType
532 {
533
534   "deb" "";
535   "udeb" "";
536   "dsc" "";
537
538 };
539
540 Location
541 {
542   
543   // Old style locations on ftp-master.debian.org
544
545   /org/ftp.debian.org/ftp/project/experimental/
546     {
547       Archive "ftp-master";
548       Suite "experimental";
549       Type "legacy-mixed";
550     };
551
552   /org/ftp.debian.org/ftp/dists/proposed-updates/
553     {
554       Archive "ftp-master";
555       Suite "proposed-updates";
556       Type "legacy-mixed";
557     };
558
559   /org/ftp.debian.org/ftp/dists/
560     {
561       Archive "ftp-master";
562       Suites 
563         {
564           Stable "";
565           Unstable "";
566         };
567       Type "legacy";
568     };
569
570   // New pool locations on ftp-master.debian.org
571   /org/ftp.debian.org/ftp/pool/
572     {
573       Archive "ftp-master";
574       Type "pool";
575     };
576
577 };