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