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