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