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