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