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