]> git.decadent.org.uk Git - dak.git/blob - config/debian-non-US/dak.conf
Make GPGKeyring a list of keyrings; drop PGPKeyring.
[dak.git] / config / debian-non-US / dak.conf
1 Dinstall
2 {
3    GPGKeyring {
4       "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
5       "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
6    };
7    SigningKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/secring.gpg";
8    SigningPubKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
9    SigningKeyIds "1DB114E0";
10    SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
11    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
12    MyAdminAddress "ftpmaster@debian.org";
13    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
14    MyDistribution "Debian"; // Used in emails
15    BugServer "bugs.debian.org";
16    PackagesServer "packages.debian.org";
17    TrackingServer "packages.qa.debian.org";
18    LockFile "/org/non-us.debian.org/dak/lock";
19    Bcc "archive@ftp-master.debian.org";
20    FutureTimeTravelGrace 28800; // 8 hours
21    PastCutoffYear "1984";
22    SkipTime 300;
23    CloseBugs "true";
24    SuiteSuffix "non-US";
25    OverrideDisparityCheck "true";
26    StableDislocationSupport "false";
27    Reject
28    {
29      NoSourceOnly "true";
30    };
31 };
32
33 Reject-Proposed-Updates
34 {
35    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
36    MoreInfoURL "http://people.debian.org/~joey/3.0r5/";
37 };
38
39 Import-Users-From-Passwd
40 {
41   ValidGID "800";
42   // Comma separated list of users who are in Postgres but not the passwd file
43   KnownPostgres "udmsearch,postgres,www-data,dak,auric";
44 };
45
46 Clean-Queues
47 {
48   Options
49   {
50     Days 14;
51    };
52  MorgueSubDir "queue";
53 };
54
55
56 Poolize
57 {
58   Options 
59   {
60      Limit      10240;
61   };
62 };
63
64 Control-Overrides
65 {
66   Options
67   {
68     Component "non-US/main";
69     Suite "unstable";
70     Type "deb";
71    };
72  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
73 };
74
75 Rm
76 {
77   Options
78   {
79     Suite "unstable";
80    };
81    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
82    LogFile "/home/troup/public_html/removals.txt";
83    Bcc "removed-packages@qa.debian.org";
84 };
85
86 Import-Archive
87 {
88   ExportDir "/org/non-us.debian.org/dak/import-archive-files/";
89 };
90
91 Clean-Suites
92 {
93   // How long (in seconds) dead packages are left before being killed
94   StayOfExecution 129600; // 1.5 days
95   MorgueSubDir "pool";
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.0r5";
127         Origin "Debian";
128         Description "Debian 3.0r5 Released 15th April 2005";
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         CopyDotDak "/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/dak/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     Accepted "/org/non-us.debian.org/queue/accepted/";
337     Byhand "/org/non-us.debian.org/queue/byhand/";
338     Done "/org/non-us.debian.org/queue/done/";
339     Holding "/org/non-us.debian.org/queue/holding/";
340     New "/org/non-us.debian.org/queue/new/";
341     Reject "/org/non-us.debian.org/queue/reject/";
342     Unchecked "/org/non-us.debian.org/queue/unchecked/";
343   };
344 };
345
346 DB
347 {
348   Name "projectb";
349   Host "";
350   Port -1;
351 };
352
353 Architectures
354 {
355
356   source "Source";
357   all "Architecture Independent";
358   alpha "DEC Alpha";
359   hurd-i386 "Intel ia32 running the HURD";
360   hppa "HP PA RISC";
361   arm "ARM";
362   i386 "Intel ia32";
363   ia64 "Intel ia64";
364   m68k "Motorola Mc680x0";
365   mips "MIPS (Big Endian)";
366   mipsel "MIPS (Little Endian)";
367   powerpc "PowerPC";
368   s390 "IBM S/390";
369   sh "Hitatchi SuperH";
370   sparc "Sun SPARC/UltraSPARC";
371
372 };
373
374 Archive
375 {
376
377   non-US 
378   {
379     OriginServer "non-us.debian.org";
380     PrimaryMirror "non-us.debian.org";
381     Description "Non-US Archive for the Debian project";
382   };
383
384 };
385
386 Component
387 {
388
389   non-US/main
390   {
391         Description "Main (non-US)";
392         MeetsDFSG "true";
393   };
394
395   non-US/contrib
396   {
397         Description "Contrib (non-US)";
398         MeetsDFSG "true";
399   };
400
401   non-US/non-free
402   {
403         Description "Software that fails to meet the DFSG (non-US)";
404         MeetsDFSG "false";
405   };
406
407 };
408
409 Section
410 {
411
412   non-US;
413
414 };
415
416 Priority
417 {
418
419   required 1;
420   important 2;
421   standard 3;
422   optional 4;
423   extra 5;
424   source 0; // i.e. unused
425
426 };
427
428 OverrideType
429 {
430
431   deb;
432   udeb;
433   dsc;
434
435 };
436
437 Location
438 {
439   /org/non-us.debian.org/ftp/dists/
440     {
441       Archive "non-US";
442       Type "legacy";
443     };
444
445   /org/non-us.debian.org/ftp/dists/old-proposed-updates/
446     {
447       Archive "non-US";
448       Type "legacy-mixed";
449     };
450
451   /org/non-us.debian.org/ftp/pool/
452     {
453       Archive "non-US";
454       Suites 
455         {
456           OldStable;
457           Stable;
458           Proposed-Updates;
459           Testing;
460           Testing-Proposed-Updates;
461           Unstable;
462         };
463       Type "pool";
464     };
465
466 };
467
468 Urgency
469 {
470   Default "low";
471   Valid
472   {
473     low;
474     medium;
475     high;
476     emergency;
477     critical;
478   };
479 };