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