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