]> git.decadent.org.uk Git - dak.git/blob - config/debian-non-US/dak.conf
Stop using silly names, and migrate to a saner directory structure.
[dak.git] / config / debian-non-US / dak.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/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; // 8 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.0r4/";
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 };
96
97 Suite
98 {
99
100   Stable
101   {
102         Components 
103         {
104           non-US/main;
105           non-US/contrib;
106           non-US/non-free;
107         };
108         Architectures 
109         {
110           source;  
111           all;
112           alpha; 
113           arm;
114           hppa;
115           i386;
116           ia64;
117           m68k;
118           mips;
119           mipsel;
120           powerpc;
121           s390;
122           sparc;
123         };
124         Announce "debian-changes@lists.debian.org";
125         Version "3.0r4";
126         Origin "Debian";
127         Description "Debian 3.0r4 Released 31st December 2004";
128         CodeName "woody";
129         OverrideCodeName "woody";
130         Priority "3";
131         Untouchable "1";
132         ChangeLogBase "dists/stable/non-US/";
133   };
134
135   Proposed-Updates
136   {
137         Components 
138         {
139           non-US/main;
140           non-US/contrib;
141           non-US/non-free;
142         };
143         Architectures 
144         {
145           source;  
146           all;
147           alpha; 
148           arm;
149           hppa;
150           i386;
151           ia64;
152           m68k;
153           mips;
154           mipsel;
155           powerpc;
156           s390;
157           sparc;
158         };
159         Announce "debian-changes@lists.debian.org";
160         CopyChanges "dists/proposed-updates/";
161         CopyKatie "/org/non-us.debian.org/queue/proposed-updates/";
162         Version "3.0-updates";
163         Origin "Debian";
164         Description "Debian 3.0 Proposed Updates - Not Released";
165         CodeName "proposed-updates";
166         OverrideCodeName "woody";
167         OverrideSuite "stable";
168         Priority "4";
169         VersionChecks
170         {
171           MustBeNewerThan
172           {
173             Stable;
174           };
175           MustBeOlderThan
176           {
177             Unstable;
178             Experimental;
179           };
180         };
181   };
182
183   Testing
184   {
185         Components 
186         {
187           non-US/main;
188           non-US/contrib;
189           non-US/non-free;
190         };
191         Architectures 
192         {
193           source;  
194           all;
195           alpha; 
196           arm;
197           hppa;
198           i386;
199           ia64;
200           m68k;
201           mips;
202           mipsel;
203           powerpc;
204           s390;
205           sparc;
206         };
207         Origin "Debian";
208         Description "Debian Testing distribution - Not Released";
209         CodeName "sarge";
210         OverrideCodeName "sarge";
211         Priority "5";
212   };
213
214   Testing-Proposed-Updates
215   {
216         Components 
217         {
218           non-US/main;
219           non-US/contrib;
220           non-US/non-free;
221         };
222         Architectures 
223         {
224           source;  
225           all;
226           alpha; 
227           arm;
228           hppa;
229           i386;
230           ia64;
231           m68k;
232           mips;
233           mipsel;
234           powerpc;
235           s390;
236           sparc;
237         };
238         Origin "Debian";
239         Description "Debian Testing distribution updates - Not Released";
240         CodeName "testing-proposed-updates";
241         OverrideCodeName "sarge";
242         OverrideSuite "unstable";
243         Priority "6";
244         VersionChecks
245         {
246           MustBeNewerThan
247           {
248             Stable;
249             Proposed-Updates;
250             Testing;
251           };
252           MustBeOlderThan
253           {
254             Unstable;
255             Experimental;
256           };
257         };
258   };
259
260   Unstable
261   {
262         Components 
263         {
264           non-US/main;
265           non-US/contrib;
266           non-US/non-free;
267         };
268         Architectures 
269         {
270           source; 
271           all;
272           alpha; 
273           arm;
274           hppa;
275           hurd-i386;
276           i386;
277           ia64;
278           m68k;
279           mips;
280           mipsel;
281           powerpc;
282           s390;
283           sh;
284           sparc;
285         };
286         Announce "debian-devel-changes@lists.debian.org";
287         Origin "Debian";
288         Description "Debian Unstable - Not Released";
289         CodeName "sid";
290         OverrideCodeName "sid";
291         Priority "7";
292         VersionChecks
293         {
294           MustBeNewerThan
295           {
296             Stable;
297             Proposed-Updates;
298             Testing;
299             Testing-Proposed-Updates;
300           };
301         };
302   };
303
304 };
305
306 SuiteMappings
307 {
308  // JT - temp measure
309  "map testing-security proposed-updates";
310
311  "map stable proposed-updates";
312  "map stable-security proposed-updates";
313  "map-unreleased stable unstable";
314  "map-unreleased proposed-updates unstable";
315  "map testing testing-proposed-updates";
316  //"map testing-security testing-proposed-updates";
317  "map-unreleased testing unstable";
318  "map-unreleased testing-proposed-updates unstable";
319 };
320
321 Dir
322 {
323   Root "/org/non-us.debian.org/ftp/";
324   Pool "/org/non-us.debian.org/ftp/pool/";
325   PoolRoot "pool/";
326   Templates "/org/non-us.debian.org/katie/templates/";
327   Override "/org/non-us.debian.org/scripts/override/";
328   Lists "/org/non-us.debian.org/database/dists/";
329   Log "/org/non-us.debian.org/log/";
330   Morgue "/org/non-us.debian.org/morgue/";
331   MorgueReject "reject";
332   UrgencyLog "/org/non-us.debian.org/testing/";
333   Queue
334   {
335     Accepted "/org/non-us.debian.org/queue/accepted/";
336     Byhand "/org/non-us.debian.org/queue/byhand/";
337     Done "/org/non-us.debian.org/queue/done/";
338     Holding "/org/non-us.debian.org/queue/holding/";
339     New "/org/non-us.debian.org/queue/new/";
340     Reject "/org/non-us.debian.org/queue/reject/";
341     Unchecked "/org/non-us.debian.org/queue/unchecked/";
342   };
343 };
344
345 DB
346 {
347   Name "projectb";
348   Host "";
349   Port -1;
350 };
351
352 Architectures
353 {
354
355   source "Source";
356   all "Architecture Independent";
357   alpha "DEC Alpha";
358   hurd-i386 "Intel ia32 running the HURD";
359   hppa "HP PA RISC";
360   arm "ARM";
361   i386 "Intel ia32";
362   ia64 "Intel ia64";
363   m68k "Motorola Mc680x0";
364   mips "MIPS (Big Endian)";
365   mipsel "MIPS (Little Endian)";
366   powerpc "PowerPC";
367   s390 "IBM S/390";
368   sh "Hitatchi SuperH";
369   sparc "Sun SPARC/UltraSPARC";
370
371 };
372
373 Archive
374 {
375
376   non-US 
377   {
378     OriginServer "non-us.debian.org";
379     PrimaryMirror "non-us.debian.org";
380     Description "Non-US Archive for the Debian project";
381   };
382
383 };
384
385 Component
386 {
387
388   non-US/main
389   {
390         Description "Main (non-US)";
391         MeetsDFSG "true";
392   };
393
394   non-US/contrib
395   {
396         Description "Contrib (non-US)";
397         MeetsDFSG "true";
398   };
399
400   non-US/non-free
401   {
402         Description "Software that fails to meet the DFSG (non-US)";
403         MeetsDFSG "false";
404   };
405
406 };
407
408 Section
409 {
410
411   non-US;
412
413 };
414
415 Priority
416 {
417
418   required 1;
419   important 2;
420   standard 3;
421   optional 4;
422   extra 5;
423   source 0; // i.e. unused
424
425 };
426
427 OverrideType
428 {
429
430   deb;
431   udeb;
432   dsc;
433
434 };
435
436 Location
437 {
438   /org/non-us.debian.org/ftp/dists/
439     {
440       Archive "non-US";
441       Type "legacy";
442     };
443
444   /org/non-us.debian.org/ftp/dists/old-proposed-updates/
445     {
446       Archive "non-US";
447       Type "legacy-mixed";
448     };
449
450   /org/non-us.debian.org/ftp/pool/
451     {
452       Archive "non-US";
453       Suites 
454         {
455           OldStable;
456           Stable;
457           Proposed-Updates;
458           Testing;
459           Testing-Proposed-Updates;
460           Unstable;
461         };
462       Type "pool";
463     };
464
465 };
466
467 Urgency
468 {
469   Default "low";
470   Valid
471   {
472     low;
473     medium;
474     high;
475     emergency;
476     critical;
477   };
478 };