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