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