]> git.decadent.org.uk Git - dak.git/blob - katie.conf
02b3e45c7b594946d8108ff06e218d53e524e4f5
[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.0r3/";
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.0r3";
157         Origin "Debian";
158         Description "Debian 3.0r3 Released 25th October 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             Unstable;
209             Experimental;
210           };
211         };
212   };
213
214   Testing
215   {
216         Components
217         {
218           main;
219           contrib;
220           non-free;
221         };
222         Architectures
223         {
224           source;
225           all;
226           alpha;
227           arm;
228           hppa;
229           i386;
230           ia64;
231           m68k;
232           mips;
233           mipsel;
234           powerpc;
235           s390;
236           sparc;
237         };
238         Origin "Debian";
239         Description "Debian Testing distribution - Not Released";
240         CodeName "sarge";
241         OverrideCodeName "sarge";
242         Priority "5";
243         UdebComponents
244         {
245           main;
246         };
247   };
248
249   Testing-Proposed-Updates
250   {
251         Components
252         {
253           main;
254           contrib;
255           non-free;
256         };
257         Architectures
258         {
259           source;
260           all;
261           alpha;
262           arm;
263           hppa;
264           i386;
265           ia64;
266           m68k;
267           mips;
268           mipsel;
269           powerpc;
270           s390;
271           sparc;
272         };
273         Origin "Debian";
274         Description "Debian Testing distribution updates - Not Released";
275         CodeName "testing-proposed-updates";
276         OverrideCodeName "sarge";
277         OverrideSuite "unstable";
278         Priority "6";
279         VersionChecks
280         {
281           MustBeNewerThan
282           {
283             Stable;
284             Proposed-Updates;
285             Testing;
286           };
287           MustBeOlderThan
288           {
289             Unstable;
290             Experimental;
291           };
292         };
293         UdebComponents
294         {
295           main;
296         };
297   };
298
299   Unstable
300   {
301         Components
302         {
303           main;
304           contrib;
305           non-free;
306         };
307         Architectures
308         {
309           source;
310           all;
311           alpha;
312           arm;
313           hppa;
314           hurd-i386;
315           i386;
316           ia64;
317           m68k;
318           mips;
319           mipsel;
320           powerpc;
321           s390;
322           sh;
323           sparc;
324         };
325         Announce "debian-devel-changes@lists.debian.org";
326         Origin "Debian";
327         Description "Debian Unstable - Not Released";
328         CodeName "sid";
329         OverrideCodeName "sid";
330         Priority "7";
331         VersionChecks
332         {
333           MustBeNewerThan
334           {
335             Stable;
336             Proposed-Updates;
337             Testing;
338             Testing-Proposed-Updates;
339           };
340         };
341         UdebComponents
342         {
343           main;
344         };
345   };
346
347   Experimental
348   {
349         Components
350         {
351           main;
352           contrib;
353           non-free;
354         };
355         Architectures
356         {
357           source;
358           all;
359           alpha;
360           arm;
361           hppa;
362           hurd-i386;
363           i386;
364           ia64;
365           m68k;
366           mips;
367           mipsel;
368           powerpc;
369           s390;
370           sh;
371           sparc;
372         };
373         Announce "debian-devel-changes@lists.debian.org";
374         Origin "Debian";
375         Description "Experimental packages - not released; use at your own risk.";
376         CodeName "experimental";
377         NotAutomatic "yes";
378         OverrideCodeName "sid";
379         OverrideSuite "unstable";
380         Priority "0";
381         Tree "project/experimental";
382         VersionChecks
383         {
384           MustBeNewerThan
385           {
386             Stable;
387             Proposed-Updates;
388             Testing;
389             Testing-Proposed-Updates;
390             Unstable;
391           };
392         };
393
394   };
395
396 };
397
398 SuiteMappings
399 {
400  "map stable proposed-updates";
401  "map stable-security proposed-updates";
402  "map-unreleased stable unstable";
403  "map-unreleased proposed-updates unstable";
404  "map testing testing-proposed-updates";
405  "map testing-security testing-proposed-updates";
406  "map-unreleased testing unstable";
407  "map-unreleased testing-proposed-updates unstable";
408 };
409
410 Dir
411 {
412   Root "/org/ftp.debian.org/ftp/";
413   Pool "/org/ftp.debian.org/ftp/pool/";
414   Templates "/org/ftp.debian.org/katie/templates/";
415   PoolRoot "pool/";
416   Lists "/org/ftp.debian.org/database/dists/";
417   Log "/org/ftp.debian.org/log/";
418   Morgue "/org/ftp.debian.org/morgue/";
419   MorgueReject "reject";
420   Override "/org/ftp.debian.org/scripts/override/";
421   AcceptedAutoBuild "/org/incoming.debian.org/buildd/";
422   UrgencyLog "/org/ftp.debian.org/testing/urgencies/";
423   Queue
424   {
425     Accepted "/org/ftp.debian.org/queue/accepted/";
426     Byhand "/org/ftp.debian.org/queue/byhand/";
427     Done "/org/ftp.debian.org/queue/done/";
428     Holding "/org/ftp.debian.org/queue/holding/";
429     New "/org/ftp.debian.org/queue/new/";
430     Reject "/org/ftp.debian.org/queue/reject/";
431     Unchecked "/org/ftp.debian.org/queue/unchecked/";
432     BTSVersionTrack "/org/ftp.debian.org/queue/bts_version_track/";
433   };
434 };
435
436 DB
437 {
438   Name "projectb";
439   Host "";
440   Port -1;
441
442   NonUSName "projectb";
443   NonUSHost "non-US.debian.org";
444   NonUSPort -1;
445   NonUSUser "auric";
446   NonUSPassword "moo";
447 };
448
449 Architectures
450 {
451   source "Source";
452   all "Architecture Independent";
453   alpha "DEC Alpha";
454   hurd-i386 "Intel ia32 running the HURD";
455   hppa "HP PA RISC";
456   arm "ARM";
457   i386 "Intel ia32";
458   ia64 "Intel ia64";
459   m68k "Motorola Mc680x0";
460   mips "MIPS (Big Endian)";
461   mipsel "MIPS (Little Endian)";
462   powerpc "PowerPC";
463   s390 "IBM S/390";
464   sh "Hitatchi SuperH";
465   sparc "Sun SPARC/UltraSPARC";
466 };
467
468 Archive
469 {
470   ftp-master
471   {
472     OriginServer "ftp-master.debian.org";
473     PrimaryMirror "ftp.debian.org";
474     Description "Master Archive for the Debian project";
475   };
476 };
477
478 Component
479 {
480   main
481   {
482         Description "Main";
483         MeetsDFSG "true";
484   };
485
486   contrib
487   {
488         Description "Contrib";
489         MeetsDFSG "true";
490   };
491
492   non-free
493   {
494         Description "Software that fails to meet the DFSG";
495         MeetsDFSG "false";
496   };
497
498   mixed  // **NB:** only used for overrides; not yet used in other code
499   {
500         Description "Legacy Mixed";
501         MeetsDFSG "false";
502   };
503 };
504
505 Section
506 {
507   admin;
508   base;
509   comm;
510   debian-installer;
511   devel;
512   doc;
513   editors;
514   embedded;
515   electronics;
516   games;
517   gnome;
518   graphics;
519   hamradio;
520   interpreters;
521   kde;
522   libdevel;
523   libs;
524   mail;
525   math;
526   misc;
527   net;
528   news;
529   oldlibs;
530   otherosfs;
531   perl;
532   python;
533   science;
534   shells;
535   sound;
536   tex;
537   text;
538   utils;
539   web;
540   x11;
541 };
542
543 Priority
544 {
545   required 1;
546   important 2;
547   standard 3;
548   optional 4;
549   extra 5;
550   source 0; // i.e. unused
551 };
552
553 OverrideType
554 {
555   deb;
556   udeb;
557   dsc;
558 };
559
560 Location
561 {
562
563   // Pool locations on ftp-master.debian.org
564   /org/ftp.debian.org/ftp/pool/
565     {
566       Archive "ftp-master";
567       Type "pool";
568     };
569
570 };
571
572 Urgency
573 {
574   Default "low";
575   Valid
576   {
577     low;
578     medium;
579     high;
580     emergency;
581     critical;
582   };
583 };