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