]> git.decadent.org.uk Git - dak.git/blob - katie.conf
make claire use the codename (potato) in the path to files rather thanthe suite name...
[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         CodeName "woody";
286         OverrideCodeName "woody";
287         Priority "3";
288   };
289
290   Unstable
291   {
292         Components 
293         {
294           main "";
295           contrib "";
296           non-free "";
297         };
298         Architectures 
299         {
300           "source" ""; 
301           "all" "";
302           "alpha" ""; 
303           "arm" "";
304           "hppa" "";
305           "hurd-i386" "";
306           "i386" "";
307           "ia64" "";
308           "m68k" "";
309           "mips" "";
310           "mipsel" "";
311           "powerpc" "";
312           "s390" "";
313           "sh" "";
314           "sparc" "";
315         };
316         Announce "debian-devel-changes@lists.debian.org";
317         Origin "Debian";
318         Description "Debian Unstable - Not Released";
319         CodeName "sid";
320         OverrideCodeName "sid";
321         Priority "4";
322   };
323
324 };
325
326 Dir
327 {
328   RootDir "/org/ftp.debian.org/ftp/";
329   PoolDir "/org/ftp.debian.org/ftp/pool/";
330   PoolRoot "pool/";
331   IncomingDir "/org/ftp.debian.org/incoming/";
332   OverrideDir "/org/ftp.debian.org/scripts/override/";
333   ListsDir "/org/ftp.debian.org/database/dists/";
334   Morgue "/org/ftp.debian.org/morgue/";
335 };
336
337 DB
338 {
339   Host "ftp-master.debian.org";
340   Port -1;
341   ROUser "nobody";
342 };
343
344 Architectures
345 {
346
347   source "Source";
348   all "Architecture Independent";
349   alpha "DEC Alpha";
350   hurd-i386 "Intel ia32 running the HURD";
351   hppa "HP PA RISC";
352   arm "Arm";
353   i386 "Intel ia32";
354   ia64 "Intel ia64";
355   m68k "Motorola Mc680x0";
356   mips "SGI MIPS";
357   mipsel "SGI MIPS (Little Endian)";
358   powerpc "PowerPC";
359   s390 "IBM S/390";
360   sh "Hitatchi SuperH";
361   sparc "Sun SPARC/UltraSPARC";
362
363 };
364
365 Archive
366 {
367
368   ftp-master
369   {
370     OriginServer "ftp-master.debian.org";
371     Description "Master Archive for the Debian project";
372   };
373
374 };
375
376 Component
377 {
378
379   main
380   {
381         Description "Main";
382         MeetsDFSG "true";
383   };
384
385   contrib
386   {
387         Description "Contrib";
388         MeetsDFSG "true";
389   };
390
391   non-free
392   {
393         Description "Software that fails to meet the DFSG";
394         MeetsDFSG "false";
395   };
396
397   mixed  // **NB:** only used for overrides; not yet used in other code
398   {
399         Description "Legacy Mixed";
400         MeetsDFSG "false";
401   };
402
403 };
404
405 Section
406 {
407
408   "admin" "";
409   "base" "";
410   "comm" "";
411   "debian-installer" "";
412   "devel" "";
413   "doc" "";
414   "editors" "";
415   "electronics" "";
416   "games" "";
417   "graphics" "";
418   "hamradio" "";
419   "interpreters" "";
420   "libs" "";
421   "mail" "";
422   "math" "";
423   "misc" "";
424   "net" "";
425   "news" "";
426   "oldlibs" "";
427   "otherosfs" "";
428   "science" "";
429   "shells" "";
430   "sound" "";
431   "tex" "";
432   "text" "";
433   "utils" "";
434   "web" "";
435   "x11" "";
436
437 };
438
439 Priority
440 {
441
442   "required" 1;
443   "important" 2;
444   "standard" 3;
445   "optional" 4;
446   "extra" 5;
447   "source" 0; // i.e. unused
448
449 };
450
451 OverrideType
452 {
453
454   "deb" "";
455   "udeb" "";
456   "dsc" "";
457
458 };
459
460 Location
461 {
462   
463   // Old style locations on ftp-master.debian.org
464
465   /org/ftp.debian.org/ftp/project/experimental/
466     {
467       Archive "ftp-master";
468       Suite "experimental";
469       Type "legacy-mixed";
470     };
471
472   /org/ftp.debian.org/ftp/dists/proposed-updates/
473     {
474       Archive "ftp-master";
475       Suite "proposed-updates";
476       Type "legacy-mixed";
477     };
478
479   /org/ftp.debian.org/ftp/dists/
480     {
481       Archive "ftp-master";
482       Suites 
483         {
484           Stable "";
485           Unstable "";
486         };
487       Type "legacy";
488     };
489
490   // New pool locations on ftp-master.debian.org
491   /org/ftp.debian.org/ftp/pool/
492     {
493       Archive "ftp-master";
494       Type "pool";
495     };
496
497 };