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