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