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