]> git.decadent.org.uk Git - dak.git/blob - katie.conf
t-p-u udeb support. remove obsolete and very bad t-s -> s mapping.
[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 "1DB114E0";
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    LockFile "/org/ftp.debian.org/katie/lock";
17    Bcc "archive@ftp-master.debian.org";
18    GroupOverrideFilename "override.group-maint";
19    FutureTimeTravelGrace 28800; // 6 hours
20    PastCutoffYear "1984";
21    SkipTime 300;
22    BXANotify "true";
23    CloseBugs "true";
24    OverrideDisparityCheck "true";
25    StableDislocationSupport "false";
26    AcceptedAutoBuildSuites
27    {
28      unstable;
29    };
30    Reject
31    {
32      NoSourceOnly "true";
33    };
34 };
35
36 Alicia
37 {
38    MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
39 };
40
41 Julia
42 {
43   ValidGID "800";
44   // Comma separated list of users who are in Postgres but not the passwd file
45   KnownPostgres "postgres,katie";
46 };
47
48 Shania
49 {
50   Options
51   {
52     Days 14;
53    };
54  MorgueSubDir "shania";
55 };
56
57 Natalie
58 {
59   Options
60   {
61     Component "main";
62     Suite "unstable";
63     Type "deb";
64    };
65
66  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
67 };
68
69 Melanie
70 {
71   Options
72   {
73     Suite "unstable";
74    };
75
76    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
77    LogFile "/org/ftp.debian.org/web/removals.txt";
78    Bcc "removed-packages@qa.debian.org";
79 };
80
81 Neve
82 {
83   ExportDir "/org/ftp.debian.org/katie/neve-files/";
84 };
85
86 Lauren
87 {
88    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
89    MoreInfoURL "http://people.debian.org/~joey/3.0r2/";
90 };
91
92 Emilie
93 {
94   LDAPDn "ou=users,dc=debian,dc=org";
95   LDAPServer "db.debian.org";
96   ExtraKeyrings
97   {
98     "/org/keyring.debian.org/keyrings/removed-keys.pgp";
99     "/org/keyring.debian.org/keyrings/removed-keys.gpg";
100     "/org/keyring.debian.org/keyrings/extra-keys.pgp";
101   };
102   KeyServer "wwwkeys.eu.pgp.net";
103 };
104
105 Rhona
106 {
107   // How long (in seconds) dead packages are left before being killed
108   StayOfExecution 129600; // 1.5 days
109   AcceptedAutoBuildStayOfExecution 86400; // 24 hours
110   MorgueSubDir "rhona";
111   OverrideFilename "override.source-only";
112 };
113
114 Suite
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           hppa;
132           i386;
133           ia64;
134           m68k;
135           mips;
136           mipsel;
137           powerpc;
138           s390;
139           sparc;
140         };
141         Announce "debian-changes@lists.debian.org";
142         Version "3.0r2";
143         Origin "Debian";
144         Description "Debian 3.0r2 Released 20th November 2003";
145         CodeName "woody";
146         OverrideCodeName "woody";
147         Priority "3";
148         Untouchable "1";
149         ChangeLogBase "dists/stable/";
150   };
151
152   Proposed-Updates
153   {
154         Components
155         {
156           main;
157           contrib;
158           non-free;
159         };
160         Architectures
161         {
162           source;
163           all;
164           alpha;
165           arm;
166           hppa;
167           i386;
168           ia64;
169           m68k;
170           mips;
171           mipsel;
172           powerpc;
173           s390;
174           sparc;
175         };
176         Announce "debian-changes@lists.debian.org";
177         CopyChanges "dists/proposed-updates/";
178         CopyKatie "/org/ftp.debian.org/queue/proposed-updates/";
179         Version "3.0-updates";
180         Origin "Debian";
181         Description "Debian 3.0 Proposed Updates - Not Released";
182         CodeName "proposed-updates";
183         OverrideCodeName "woody";
184         OverrideSuite "stable";
185         Priority "4";
186         VersionChecks
187         {
188           MustBeNewerThan
189           {
190             Stable;
191           };
192           MustBeOlderThan
193           {
194             Unstable;
195             Experimental;
196           };
197         };
198   };
199
200   Testing
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 - Not Released";
226         CodeName "sarge";
227         OverrideCodeName "sarge";
228         Priority "5";
229         UdebComponents
230         {
231           main;
232         };
233   };
234
235   Testing-Proposed-Updates
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           i386;
251           ia64;
252           m68k;
253           mips;
254           mipsel;
255           powerpc;
256           s390;
257           sparc;
258         };
259         Origin "Debian";
260         Description "Debian Testing distribution updates - Not Released";
261         CodeName "testing-proposed-updates";
262         OverrideCodeName "sarge";
263         OverrideSuite "unstable";
264         Priority "6";
265         VersionChecks
266         {
267           MustBeNewerThan
268           {
269             Stable;
270             Proposed-Updates;
271             Testing;
272           };
273           MustBeOlderThan
274           {
275             Unstable;
276             Experimental;
277           };
278         };
279         UdebComponents
280         {
281           main;
282         };
283   };
284
285   Unstable
286   {
287         Components
288         {
289           main;
290           contrib;
291           non-free;
292         };
293         Architectures
294         {
295           source;
296           all;
297           alpha;
298           arm;
299           hppa;
300           hurd-i386;
301           i386;
302           ia64;
303           m68k;
304           mips;
305           mipsel;
306           powerpc;
307           s390;
308           sh;
309           sparc;
310         };
311         Announce "debian-devel-changes@lists.debian.org";
312         Origin "Debian";
313         Description "Debian Unstable - Not Released";
314         CodeName "sid";
315         OverrideCodeName "sid";
316         Priority "7";
317         VersionChecks
318         {
319           MustBeNewerThan
320           {
321             Stable;
322             Proposed-Updates;
323             Testing;
324             Testing-Proposed-Updates;
325           };
326         };
327         UdebComponents
328         {
329           main;
330         };
331   };
332
333   Experimental
334   {
335         Components
336         {
337           main;
338           contrib;
339           non-free;
340         };
341         Architectures
342         {
343           source;
344           all;
345           alpha;
346           arm;
347           hppa;
348           hurd-i386;
349           i386;
350           ia64;
351           m68k;
352           mips;
353           mipsel;
354           powerpc;
355           s390;
356           sh;
357           sparc;
358         };
359         Announce "debian-devel-changes@lists.debian.org";
360         Origin "Debian";
361         Description "Experimental packages - not released; use at your own risk.";
362         CodeName "experimental";
363         NotAutomatic "yes";
364         OverrideCodeName "sid";
365         OverrideSuite "unstable";
366         Priority "0";
367         Tree "project/experimental";
368         VersionChecks
369         {
370           MustBeNewerThan
371           {
372             Stable;
373             Proposed-Updates;
374             Testing;
375             Testing-Proposed-Updates;
376             Unstable;
377           };
378         };
379
380   };
381
382 };
383
384 SuiteMappings
385 {
386  "map stable proposed-updates";
387  "map stable-security proposed-updates";
388  "map-unreleased stable unstable";
389  "map-unreleased proposed-updates unstable";
390  "map testing testing-proposed-updates";
391  "map testing-security testing-proposed-updates";
392  "map-unreleased testing unstable";
393  "map-unreleased testing-proposed-updates unstable";
394 };
395
396 Dir
397 {
398   Root "/org/ftp.debian.org/ftp/";
399   Pool "/org/ftp.debian.org/ftp/pool/";
400   Templates "/org/ftp.debian.org/katie/templates/";
401   PoolRoot "pool/";
402   Override "/org/ftp.debian.org/scripts/override/";
403   Lists "/org/ftp.debian.org/database/dists/";
404   Log "/org/ftp.debian.org/log/";
405   Morgue "/org/ftp.debian.org/morgue/";
406   MorgueReject "reject";
407   Override "/org/ftp.debian.org/scripts/override/";
408   AcceptedAutoBuild "/org/incoming.debian.org/buildd/";
409   UrgencyLog "/org/ftp.debian.org/testing/urgencies/";
410   Queue
411   {
412     Root "/org/ftp.debian.org/queue/";
413     Accepted "/org/ftp.debian.org/queue/accepted/";
414     Byhand "/org/ftp.debian.org/queue/byhand/";
415     Done "/org/ftp.debian.org/queue/done/";
416     Holding "/org/ftp.debian.org/queue/holding/";
417     New "/org/ftp.debian.org/queue/new/";
418     Reject "/org/ftp.debian.org/queue/reject/";
419     Unchecked "/org/ftp.debian.org/queue/unchecked/";
420   };
421 };
422
423 DB
424 {
425   Name "projectb";
426   Host "";
427   Port -1;
428
429   NonUSName "projectb";
430   NonUSHost "non-US.debian.org";
431   NonUSPort -1;
432   NonUSUser "auric";
433   NonUSPassword "moo";
434 };
435
436 Architectures
437 {
438   source "Source";
439   all "Architecture Independent";
440   alpha "DEC Alpha";
441   hurd-i386 "Intel ia32 running the HURD";
442   hppa "HP PA RISC";
443   arm "ARM";
444   i386 "Intel ia32";
445   ia64 "Intel ia64";
446   m68k "Motorola Mc680x0";
447   mips "MIPS (Big Endian)";
448   mipsel "MIPS (Little Endian)";
449   powerpc "PowerPC";
450   s390 "IBM S/390";
451   sh "Hitatchi SuperH";
452   sparc "Sun SPARC/UltraSPARC";
453 };
454
455 Archive
456 {
457   ftp-master
458   {
459     OriginServer "ftp-master.debian.org";
460     PrimaryMirror "ftp.debian.org";
461     Description "Master Archive for the Debian project";
462   };
463 };
464
465 Component
466 {
467   main
468   {
469         Description "Main";
470         MeetsDFSG "true";
471   };
472
473   contrib
474   {
475         Description "Contrib";
476         MeetsDFSG "true";
477   };
478
479   non-free
480   {
481         Description "Software that fails to meet the DFSG";
482         MeetsDFSG "false";
483   };
484
485   mixed  // **NB:** only used for overrides; not yet used in other code
486   {
487         Description "Legacy Mixed";
488         MeetsDFSG "false";
489   };
490 };
491
492 Section
493 {
494   admin;
495   base;
496   comm;
497   debian-installer;
498   devel;
499   doc;
500   editors;
501   embedded;
502   electronics;
503   games;
504   gnome;
505   graphics;
506   hamradio;
507   interpreters;
508   kde;
509   libdevel;
510   libs;
511   mail;
512   math;
513   misc;
514   net;
515   news;
516   oldlibs;
517   otherosfs;
518   perl;
519   python;
520   science;
521   shells;
522   sound;
523   tex;
524   text;
525   utils;
526   web;
527   x11;
528 };
529
530 Priority
531 {
532   required 1;
533   important 2;
534   standard 3;
535   optional 4;
536   extra 5;
537   source 0; // i.e. unused
538 };
539
540 OverrideType
541 {
542   deb;
543   udeb;
544   dsc;
545 };
546
547 Location
548 {
549
550   // Pool locations on ftp-master.debian.org
551   /org/ftp.debian.org/ftp/pool/
552     {
553       Archive "ftp-master";
554       Type "pool";
555     };
556
557 };
558
559 Urgency
560 {
561   Default "low";
562   Valid
563   {
564     low;
565     medium;
566     high;
567     emergency;
568     critical;
569   };
570 };