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