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