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