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