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