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