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