]> git.decadent.org.uk Git - dak.git/blob - config/debian-security/dak.conf
Merge branch 'master' into bpo
[dak.git] / config / debian-security / 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 "6070D3A1";
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    LockFile "/org/security.debian.org/dak/lock";
18    Bcc "archive@ftp-master.debian.org";
19    // GroupOverrideFilename "override.group-maint";
20    FutureTimeTravelGrace 28800; // 8 hours
21    PastCutoffYear "1984";
22    SkipTime 300;
23    CloseBugs "false";
24    OverrideDisparityCheck "false";
25    BXANotify "false";
26    QueueBuildSuites
27    {
28      oldstable;
29      stable;
30      testing;
31    };
32    SecurityQueueHandling "true";     
33    SecurityQueueBuild "true";     
34    DefaultSuite "stable";
35    SuiteSuffix "updates";
36    OverrideMaintainer "dak@security.debian.org";
37    LegacyStableHasNoSections "false";
38 };
39
40 Process-New
41 {
42   AcceptedLockFile "/org/security.debian.org/lock/unchecked.lock";
43 };
44
45 Import-Users-From-Passwd
46 {
47   ValidGID "800";
48   // Comma separated list of users who are in Postgres but not the passwd file
49   KnownPostgres "postgres,dak,www-data,udmsearch";
50 };
51
52 Queue-Report
53 {
54   Directories
55   {
56     // byhand;
57     // new;
58     unembargoed;
59   };
60 };
61
62 Clean-Queues
63 {
64   Options
65   {
66     Days 14;
67   };
68  MorgueSubDir "queue";
69 };
70
71 Rm
72 {
73   Options
74   {
75     Suite "unstable";
76   };
77
78   MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
79   LogFile "/org/security.debian.org/dak-log/removals.txt";
80 };
81
82 Init-Archive
83 {
84   ExportDir "/org/security.debian.org/dak/import-archive-files/";
85 };
86
87 Clean-Suites
88 {
89   // How long (in seconds) dead packages are left before being killed
90   StayOfExecution 129600; // 1.5 days
91   QueueBuildStayOfExecution 86400; // 24 hours
92   MorgueSubDir "pool";
93   OverrideFilename "override.source-only";
94 };
95
96 Security-Install
97 {
98   ComponentMappings
99   {
100     main "ftp-master.debian.org:/pub/UploadQueue";
101     contrib "ftp-master.debian.org:/pub/UploadQueue";
102     non-free "ftp-master.debian.org:/pub/UploadQueue";
103     non-US/main "non-us.debian.org:/pub/UploadQueue";
104     non-US/contrib "non-us.debian.org:/pub/UploadQueue";
105     non-US/non-free "non-us.debian.org:/pub/UploadQueue";
106   };
107 };
108
109 Suite
110 {
111   // Priority determines which suite is used for the Maintainers file
112   // as generated by 'dak make-maintainers' (highest wins).
113
114   OldStable
115   {
116         Components 
117         {
118           updates/main;
119           updates/contrib;
120           updates/non-free;
121         };
122         Architectures 
123         {
124           source;  
125           all;
126           amd64; 
127           alpha; 
128           arm;
129           hppa;
130           i386;
131           ia64;
132           mips;
133           mipsel;
134           powerpc;
135           s390;
136           sparc;
137         };
138         Announce "dak@security.debian.org";
139         Version "";
140         Origin "Debian";
141         Label "Debian-Security";
142         Description "Debian 4.0 Security Updates";
143         ValidTime 864000; // 10 days
144         CodeName "etch";
145         OverrideCodeName "etch";
146         CopyDotDak "/org/security.debian.org/queue/done/";
147   };
148
149   Stable
150   {
151         Components 
152         {
153           updates/main;
154           updates/contrib;
155           updates/non-free;
156         };
157         Architectures 
158         {
159           source;  
160           all;
161           amd64; 
162           alpha; 
163           arm;
164           armel;
165           hppa;
166           i386;
167           ia64;
168           mips;
169           mipsel;
170           powerpc;
171           s390;
172           sparc;
173         };
174         Announce "dak@security.debian.org";
175         Version "";
176         Origin "Debian";
177         Label "Debian-Security";
178         Description "Debian 5.0 Security Updates";
179         ValidTime 864000; // 10 days
180         CodeName "lenny";
181         OverrideCodeName "lenny";
182         CopyDotDak "/org/security.debian.org/queue/done/";
183   };
184
185   Testing
186   {
187         Components
188         {
189           updates/main;
190           updates/contrib;
191           updates/non-free;
192         };
193         Architectures
194         {
195           source;
196           all;
197           amd64;
198           alpha;
199           armel;
200           hppa;
201           i386;
202           ia64;
203           mips;
204           mipsel;
205           powerpc;
206           s390;
207           sparc;
208         };
209         Announce "dak@security.debian.org";
210         Version "";
211         Origin "Debian";
212         Label "Debian-Security";
213         Description "Debian testing Security Updates";
214         ValidTime 864000; // 10 days
215         CodeName "squeeze";
216         OverrideCodeName "squeeze";
217         CopyDotDak "/org/security.debian.org/queue/done/";
218   };
219 };
220
221 SuiteMappings
222 {
223  "silent-map stable-security stable";
224  // JT - FIXME, hackorama
225  // "silent-map testing-security stable";
226   "silent-map etch-secure oldstable";
227   "silent-map lenny-secure stable";
228   "silent-map testing-security testing";
229 };
230
231 Dir
232 {
233   Root "/org/security.debian.org/ftp/";
234   Pool "/org/security.debian.org/ftp/pool/";
235   Dak "/org/security.debian.org/dak/";
236   Templates "/org/security.debian.org/dak/templates/";
237   PoolRoot "pool/";
238   Override "/org/security.debian.org/override/";
239   Lock "/org/security.debian.org/lock/";
240   Lists "/org/security.debian.org/dak-database/dists/";
241   Log "/org/security.debian.org/dak-log/";
242   Morgue "/org/security.debian.org/morgue/";
243   MorgueReject "reject";
244   Override "/org/security.debian.org/scripts/override/";
245   QueueBuild "/org/security.debian.org/buildd/";
246   Upload "/srv/queued/UploadQueue/";
247   Queue
248   {
249     Accepted "/org/security.debian.org/queue/accepted/";
250     Byhand "/org/security.debian.org/queue/byhand/";
251     Done "/org/security.debian.org/queue/done/";
252     Holding "/org/security.debian.org/queue/holding/";
253     New "/org/security.debian.org/queue/new/";
254     Reject "/org/security.debian.org/queue/reject/";
255     Unchecked "/org/security.debian.org/queue/unchecked/";
256     ProposedUpdates "/does/not/exist/"; // XXX fixme
257     OldProposedUpdates "/does/not/exist/"; // XXX fixme
258
259     Embargoed "/org/security.debian.org/queue/embargoed/";
260     Unembargoed "/org/security.debian.org/queue/unembargoed/";
261     Disembargo "/org/security.debian.org/queue/unchecked-disembargo/";
262   };
263 };
264
265 DB
266 {
267   Name "obscurity";
268   Host ""; 
269   Port -1;
270
271 };
272
273 Architectures
274 {
275
276   source "Source";
277   all "Architecture Independent";
278   alpha "DEC Alpha";
279   hppa "HP PA RISC";
280   arm "ARM";
281   armel "ARM EABI";
282   i386 "Intel ia32";
283   ia64 "Intel ia64";
284   mips "MIPS (Big Endian)";
285   mipsel "MIPS (Little Endian)";
286   powerpc "PowerPC";
287   s390 "IBM S/390";
288   sparc "Sun SPARC/UltraSPARC";
289   amd64 "AMD x86_64 (AMD64)";
290
291 };
292
293 Archive
294 {
295
296   security
297   {
298     OriginServer "security.debian.org";
299     PrimaryMirror "security.debian.org";
300     Description "Security Updates for the Debian project";
301   };
302
303 };
304
305 Component
306 {
307
308   updates/main
309   {
310         Description "Main (updates)";
311         MeetsDFSG "true";
312   };
313
314   updates/contrib
315   {
316         Description "Contrib (updates)";
317         MeetsDFSG "true";
318   };
319
320   updates/non-free
321   {
322         Description "Software that fails to meet the DFSG";
323         MeetsDFSG "false";
324   };
325
326 };
327
328 ComponentMappings
329 {
330  "main updates/main";
331  "contrib updates/contrib";
332  "non-free updates/non-free";
333  "non-US/main updates/main";
334  "non-US/contrib updates/contrib";
335  "non-US/non-free updates/non-free";
336 };
337
338 Section
339 {
340   admin;
341   base;
342   comm;
343   debian-installer;
344   devel;
345   doc;
346   editors;
347   electronics;
348   embedded;
349   games;
350   gnome;
351   graphics;
352   hamradio;
353   interpreters;
354   kde;
355   libdevel;
356   libs;
357   mail;
358   math;
359   misc;
360   net;
361   news;
362   oldlibs;
363   otherosfs;
364   perl;
365   python;
366   science;
367   shells;
368   sound;
369   tex;
370   text;
371   utils;
372   web;
373   x11;
374   non-US;
375 };
376
377 Priority
378 {
379   required 1;
380   important 2;
381   standard 3;
382   optional 4;
383   extra 5;
384   source 0; // i.e. unused
385 };
386
387 OverrideType
388 {
389   deb;
390   udeb;
391   dsc;
392 };
393
394 Location
395 {
396   /org/security.debian.org/ftp/dists/
397     {
398       Archive "security";
399       Type "legacy";
400     };
401
402   /org/security.debian.org/ftp/pool/
403     {
404       Archive "security";
405       Suites 
406         {
407           OldStable;
408           Stable;
409           Testing;
410         };
411       Type "pool";
412     };
413 };
414
415 Urgency
416 {
417   Default "low";
418   Valid
419   {
420     low;
421     medium;
422     high;
423     emergency;
424     critical;
425   };
426 };