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