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