]> git.decadent.org.uk Git - dak.git/blob - katie.conf
StableDislocationSupport and UdebComponents
[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 "true";
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   Stable
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.2r6";
111         Origin "Debian";
112         Description "Debian 2.2r6 Released 3rd April 2002";
113         CodeName "potato";
114         OverrideCodeName "potato";
115         Priority "1";
116         Untouchable "1";
117         ChangeLogBase "dists/stable/";
118   };
119
120   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/proposed-updates/";
135         CopyKatie "/org/ftp.debian.org/queue/proposed-updates/";
136         Version "2.2r6";
137         Origin "Debian";
138         Description "Proposed Updates for Debian 2.2r6 - Not Released";
139         CodeName "proposed-updates";
140         OverrideCodeName "potato";
141         OverrideSuite "stable";
142         Priority "2";
143         VersionChecks
144         {
145           MustBeNewerThan
146           {
147             Stable;
148           };
149           MustBeOlderThan
150           {
151             Unstable;
152             Experimental;
153           };
154         };
155   };
156
157   Testing
158   {
159         Components
160         {
161           main;
162           contrib;
163           non-free;
164         };
165         Architectures
166         {
167           source;
168           all;
169           alpha;
170           arm;
171           hppa;
172           i386;
173           ia64;
174           m68k;
175           mips;
176           mipsel;
177           powerpc;
178           s390;
179           sparc;
180         };
181         Origin "Debian";
182         Description "Debian Testing distribution - Not Released";
183         CodeName "woody";
184         OverrideCodeName "woody";
185         Priority "3";
186   };
187
188   Woody-Proposed-Updates
189   {
190         Components
191         {
192           main;
193           contrib;
194           non-free;
195         };
196         Architectures
197         {
198           source;
199           all;
200           alpha;
201           arm;
202           hppa;
203           i386;
204           ia64;
205           m68k;
206           mips;
207           mipsel;
208           powerpc;
209           s390;
210           sparc;
211         };
212         Origin "Debian";
213         Description "Debian Testing distribution updates - Not Released";
214         CodeName "woody-proposed-updates";
215         OverrideCodeName "woody";
216         OverrideSuite "unstable";
217         Priority "4";
218         VersionChecks
219         {
220           MustBeNewerThan
221           {
222             Stable;
223             Proposed-Updates;
224             Testing;
225           };
226           MustBeOlderThan
227           {
228             Unstable;
229             Experimental;
230           };
231         };
232   };
233
234   Unstable
235   {
236         Components
237         {
238           main;
239           contrib;
240           non-free;
241         };
242         Architectures
243         {
244           source;
245           all;
246           alpha;
247           arm;
248           hppa;
249           hurd-i386;
250           i386;
251           ia64;
252           m68k;
253           mips;
254           mipsel;
255           powerpc;
256           s390;
257           sh;
258           sparc;
259         };
260         Announce "debian-devel-changes@lists.debian.org";
261         Origin "Debian";
262         Description "Debian Unstable - Not Released";
263         CodeName "sid";
264         OverrideCodeName "sid";
265         Priority "5";
266         VersionChecks
267         {
268           MustBeNewerThan
269           {
270             Stable;
271             Proposed-Updates;
272             Testing;
273             Woody-Proposed-Updates;
274           };
275         };
276         UdebComponents
277         {
278           main;
279         };
280   };
281
282   Experimental
283   {
284         Components
285         {
286           main;
287           contrib;
288           non-free;
289         };
290         Architectures
291         {
292           source;
293           all;
294           alpha;
295           arm;
296           hppa;
297           hurd-i386;
298           i386;
299           ia64;
300           m68k;
301           mips;
302           mipsel;
303           powerpc;
304           s390;
305           sh;
306           sparc;
307         };
308         Announce "debian-devel-changes@lists.debian.org";
309         Origin "Debian";
310         Description "Experimental packages - not released; use at your own risk.";
311         CodeName "experimental";
312         NotAutomatic "yes";
313         OverrideCodeName "sid";
314         OverrideSuite "unstable";
315         Priority "0";
316         Tree "project/experimental";
317         VersionChecks
318         {
319           MustBeNewerThan
320           {
321             Stable;
322             Proposed-Updates;
323             Testing;
324             Woody-Proposed-Updates;
325             Unstable;
326           };
327         };
328
329   };
330
331 };
332
333 SuiteMappings
334 {
335  "map stable proposed-updates";
336  "map stable-security proposed-updates";
337  "map-unreleased stable unstable";
338  "map-unreleased proposed-updates unstable";
339  "map testing woody-proposed-updates";
340  "map testing-security woody-proposed-updates";
341  "map-unreleased testing unstable";
342  "map-unreleased woody-proposed-updates unstable";
343 };
344
345 Dir
346 {
347   Root "/org/ftp.debian.org/ftp/";
348   Pool "/org/ftp.debian.org/ftp/pool/";
349   Templates "/org/ftp.debian.org/katie/templates/";
350   PoolRoot "pool/";
351   Override "/org/ftp.debian.org/scripts/override/";
352   Lists "/org/ftp.debian.org/database/dists/";
353   Log "/org/ftp.debian.org/log/";
354   Morgue "/org/ftp.debian.org/morgue/";
355   MorgueReject "reject";
356   Override "/org/ftp.debian.org/scripts/override/";
357   AcceptedAutoBuild "/org/incoming.debian.org/buildd/";
358   UrgencyLog "/org/ftp.debian.org/testing/urgencies/";
359   Queue
360   {
361     Root "/org/ftp.debian.org/queue/";
362     Accepted "/org/ftp.debian.org/queue/accepted/";
363     Byhand "/org/ftp.debian.org/queue/byhand/";
364     Done "/org/ftp.debian.org/queue/done/";
365     Holding "/org/ftp.debian.org/queue/holding/";
366     New "/org/ftp.debian.org/queue/new/";
367     Reject "/org/ftp.debian.org/queue/reject/";
368     Unchecked "/org/ftp.debian.org/queue/unchecked/";
369   };
370 };
371
372 DB
373 {
374   Name "projectb";
375   Host "";
376   Port -1;
377
378   NonUSName "projectb";
379   NonUSHost "non-US.debian.org";
380   NonUSPort -1;
381   NonUSUser "auric";
382   NonUSPassword "moo";
383 };
384
385 Architectures
386 {
387   source "Source";
388   all "Architecture Independent";
389   alpha "DEC Alpha";
390   hurd-i386 "Intel ia32 running the HURD";
391   hppa "HP PA RISC";
392   arm "Arm";
393   i386 "Intel ia32";
394   ia64 "Intel ia64";
395   m68k "Motorola Mc680x0";
396   mips "SGI MIPS";
397   mipsel "SGI MIPS (Little Endian)";
398   powerpc "PowerPC";
399   s390 "IBM S/390";
400   sh "Hitatchi SuperH";
401   sparc "Sun SPARC/UltraSPARC";
402 };
403
404 Archive
405 {
406   ftp-master
407   {
408     OriginServer "ftp-master.debian.org";
409     PrimaryMirror "ftp.debian.org";
410     Description "Master Archive for the Debian project";
411   };
412 };
413
414 Component
415 {
416   main
417   {
418         Description "Main";
419         MeetsDFSG "true";
420   };
421
422   contrib
423   {
424         Description "Contrib";
425         MeetsDFSG "true";
426   };
427
428   non-free
429   {
430         Description "Software that fails to meet the DFSG";
431         MeetsDFSG "false";
432   };
433
434   mixed  // **NB:** only used for overrides; not yet used in other code
435   {
436         Description "Legacy Mixed";
437         MeetsDFSG "false";
438   };
439 };
440
441 Section
442 {
443   admin;
444   base;
445   comm;
446   debian-installer;
447   devel;
448   doc;
449   editors;
450   electronics;
451   games;
452   graphics;
453   hamradio;
454   interpreters;
455   libs;
456   mail;
457   math;
458   misc;
459   net;
460   news;
461   oldlibs;
462   otherosfs;
463   science;
464   shells;
465   sound;
466   tex;
467   text;
468   utils;
469   web;
470   x11;
471 };
472
473 Priority
474 {
475   required 1;
476   important 2;
477   standard 3;
478   optional 4;
479   extra 5;
480   source 0; // i.e. unused
481 };
482
483 OverrideType
484 {
485   deb;
486   udeb;
487   dsc;
488 };
489
490 Location
491 {
492
493   // Old style locations on ftp-master.debian.org
494
495   /org/ftp.debian.org/ftp/project/experimental/
496     {
497       Archive "ftp-master";
498       Suite "experimental";
499       Type "legacy-mixed";
500     };
501
502   /org/ftp.debian.org/ftp/dists/proposed-updates/
503     {
504       Archive "ftp-master";
505       Suite "proposed-updates";
506       Type "legacy-mixed";
507     };
508
509   /org/ftp.debian.org/ftp/dists/
510     {
511       Archive "ftp-master";
512       Suites
513         {
514           Stable;
515           Unstable;
516         };
517       Type "legacy";
518     };
519
520   // New pool locations on ftp-master.debian.org
521   /org/ftp.debian.org/ftp/pool/
522     {
523       Archive "ftp-master";
524       Type "pool";
525     };
526
527 };
528
529 Urgency
530 {
531   Default "low";
532   Valid
533   {
534     low;
535     medium;
536     high;
537     emergency;
538     critical;
539   };
540 };