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