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