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