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