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