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