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