]> git.decadent.org.uk Git - dak.git/blob - katie.conf
sync
[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 28800; // 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   MorgueRejectDir "reject";
287   OverrideDir "/org/ftp.debian.org/scripts/override/";
288   QueueRootDir "/org/ftp.debian.org/queue/";
289   QueueAcceptedDir "/org/ftp.debian.org/queue/accepted/";
290   QueueByhandDir "/org/ftp.debian.org/queue/byhand/";
291   QueueDoneDir "/org/ftp.debian.org/queue/done/";
292   QueueHoldingDir "/org/ftp.debian.org/queue/holding/";
293   QueueNewDir "/org/ftp.debian.org/queue/new/";
294   QueueRejectDir "/org/ftp.debian.org/queue/reject/";
295   QueueUncheckedDir "/org/ftp.debian.org/queue/unchecked/";
296   UrgencyLogDir "/org/ftp.debian.org/testing/urgencies/";
297 };
298
299 DB
300 {
301   Name "projectb";
302   Host ""; 
303   Port -1;
304
305   NonUSName "projectb";
306   NonUSHost "non-US.debian.org";
307   NonUSPort -1;
308   NonUSUser "auric";
309   NonUSPassword "moo";
310
311 };
312
313 Architectures
314 {
315
316   source "Source";
317   all "Architecture Independent";
318   alpha "DEC Alpha";
319   hurd-i386 "Intel ia32 running the HURD";
320   hppa "HP PA RISC";
321   arm "Arm";
322   i386 "Intel ia32";
323   ia64 "Intel ia64";
324   m68k "Motorola Mc680x0";
325   mips "SGI MIPS";
326   mipsel "SGI MIPS (Little Endian)";
327   powerpc "PowerPC";
328   s390 "IBM S/390";
329   sh "Hitatchi SuperH";
330   sparc "Sun SPARC/UltraSPARC";
331
332 };
333
334 Archive
335 {
336
337   ftp-master
338   {
339     OriginServer "ftp-master.debian.org";
340     PrimaryMirror "ftp.debian.org";
341     Description "Master Archive for the Debian project";
342   };
343
344 };
345
346 Component
347 {
348
349   main
350   {
351         Description "Main";
352         MeetsDFSG "true";
353   };
354
355   contrib
356   {
357         Description "Contrib";
358         MeetsDFSG "true";
359   };
360
361   non-free
362   {
363         Description "Software that fails to meet the DFSG";
364         MeetsDFSG "false";
365   };
366
367   mixed  // **NB:** only used for overrides; not yet used in other code
368   {
369         Description "Legacy Mixed";
370         MeetsDFSG "false";
371   };
372
373 };
374
375 Section
376 {
377
378   admin "";
379   base "";
380   comm "";
381   debian-installer "";
382   devel "";
383   doc "";
384   editors "";
385   electronics "";
386   games "";
387   graphics "";
388   hamradio "";
389   interpreters "";
390   libs "";
391   mail "";
392   math "";
393   misc "";
394   net "";
395   news "";
396   oldlibs "";
397   otherosfs "";
398   science "";
399   shells "";
400   sound "";
401   tex "";
402   text "";
403   utils "";
404   web "";
405   x11 "";
406
407 };
408
409 Priority
410 {
411
412   required 1;
413   important 2;
414   standard 3;
415   optional 4;
416   extra 5;
417   source 0; // i.e. unused
418
419 };
420
421 OverrideType
422 {
423
424   deb "";
425   udeb "";
426   dsc "";
427
428 };
429
430 Location
431 {
432   
433   // Old style locations on ftp-master.debian.org
434
435   /org/ftp.debian.org/ftp/project/experimental/
436     {
437       Archive "ftp-master";
438       Suite "experimental";
439       Type "legacy-mixed";
440     };
441
442   /org/ftp.debian.org/ftp/dists/proposed-updates/
443     {
444       Archive "ftp-master";
445       Suite "proposed-updates";
446       Type "legacy-mixed";
447     };
448
449   /org/ftp.debian.org/ftp/dists/
450     {
451       Archive "ftp-master";
452       Suites 
453         {
454           Stable "";
455           Unstable "";
456         };
457       Type "legacy";
458     };
459
460   // New pool locations on ftp-master.debian.org
461   /org/ftp.debian.org/ftp/pool/
462     {
463       Archive "ftp-master";
464       Type "pool";
465     };
466
467 };
468
469 Urgency
470 {
471   Default "low";
472   Valid
473   {
474     low "";
475     medium "";
476     high "";
477     emergency "";
478     critical "";
479   };
480 };