]> git.decadent.org.uk Git - dak.git/blob - config/debian-security/dak.conf
Add valid-until fields on security
[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      stable;
29      testing;
30    };
31    SecurityQueueHandling "true";     
32    SecurityQueueBuild "true";     
33    DefaultSuite "stable";
34    SuiteSuffix "updates";
35    OverrideMaintainer "dak@security.debian.org";
36    StableDislocationSupport "false";
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   Stable
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   Testing
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 testing Security Updates";
179         ValidTime 864000; // 10 days
180         CodeName "lenny";
181         OverrideCodeName "lenny";
182         CopyDotDak "/org/security.debian.org/queue/done/";
183   };
184 };
185
186 SuiteMappings
187 {
188  "silent-map stable-security stable";
189  // JT - FIXME, hackorama
190  // "silent-map testing-security stable";
191   "silent-map etch-secure stable";
192   "silent-map testing-security testing";
193 };
194
195 Dir
196 {
197   Root "/org/security.debian.org/ftp/";
198   Pool "/org/security.debian.org/ftp/pool/";
199   Dak "/org/security.debian.org/dak/";
200   Templates "/org/security.debian.org/dak/templates/";
201   PoolRoot "pool/";
202   Override "/org/security.debian.org/override/";
203   Lock "/org/security.debian.org/lock/";
204   Lists "/org/security.debian.org/dak-database/dists/";
205   Log "/org/security.debian.org/dak-log/";
206   Morgue "/org/security.debian.org/morgue/";
207   MorgueReject "reject";
208   Override "/org/security.debian.org/scripts/override/";
209   QueueBuild "/org/security.debian.org/buildd/";
210   Upload "/srv/queued/UploadQueue/";
211   Queue
212   {
213     Accepted "/org/security.debian.org/queue/accepted/";
214     Byhand "/org/security.debian.org/queue/byhand/";
215     Done "/org/security.debian.org/queue/done/";
216     Holding "/org/security.debian.org/queue/holding/";
217     New "/org/security.debian.org/queue/new/";
218     Reject "/org/security.debian.org/queue/reject/";
219     Unchecked "/org/security.debian.org/queue/unchecked/";
220     ProposedUpdates "/does/not/exist/"; // XXX fixme
221     OldProposedUpdates "/does/not/exist/"; // XXX fixme
222
223     Embargoed "/org/security.debian.org/queue/embargoed/";
224     Unembargoed "/org/security.debian.org/queue/unembargoed/";
225     Disembargo "/org/security.debian.org/queue/unchecked-disembargo/";
226   };
227 };
228
229 DB
230 {
231   Name "obscurity";
232   Host ""; 
233   Port -1;
234
235 };
236
237 Architectures
238 {
239
240   source "Source";
241   all "Architecture Independent";
242   alpha "DEC Alpha";
243   hppa "HP PA RISC";
244   arm "ARM";
245   armel "ARM EABI";
246   i386 "Intel ia32";
247   ia64 "Intel ia64";
248   m68k "Motorola Mc680x0";
249   mips "MIPS (Big Endian)";
250   mipsel "MIPS (Little Endian)";
251   powerpc "PowerPC";
252   s390 "IBM S/390";
253   sparc "Sun SPARC/UltraSPARC";
254   amd64 "AMD x86_64 (AMD64)";
255
256 };
257
258 Archive
259 {
260
261   security
262   {
263     OriginServer "security.debian.org";
264     PrimaryMirror "security.debian.org";
265     Description "Security Updates for the Debian project";
266   };
267
268 };
269
270 Component
271 {
272
273   updates/main
274   {
275         Description "Main (updates)";
276         MeetsDFSG "true";
277   };
278
279   updates/contrib
280   {
281         Description "Contrib (updates)";
282         MeetsDFSG "true";
283   };
284
285   updates/non-free
286   {
287         Description "Software that fails to meet the DFSG";
288         MeetsDFSG "false";
289   };
290
291 };
292
293 ComponentMappings
294 {
295  "main updates/main";
296  "contrib updates/contrib";
297  "non-free updates/non-free";
298  "non-US/main updates/main";
299  "non-US/contrib updates/contrib";
300  "non-US/non-free updates/non-free";
301 };
302
303 Section
304 {
305   admin;
306   base;
307   comm;
308   debian-installer;
309   devel;
310   doc;
311   editors;
312   electronics;
313   embedded;
314   games;
315   gnome;
316   graphics;
317   hamradio;
318   interpreters;
319   kde;
320   libdevel;
321   libs;
322   mail;
323   math;
324   misc;
325   net;
326   news;
327   oldlibs;
328   otherosfs;
329   perl;
330   python;
331   science;
332   shells;
333   sound;
334   tex;
335   text;
336   utils;
337   web;
338   x11;
339   non-US;
340 };
341
342 Priority
343 {
344   required 1;
345   important 2;
346   standard 3;
347   optional 4;
348   extra 5;
349   source 0; // i.e. unused
350 };
351
352 OverrideType
353 {
354   deb;
355   udeb;
356   dsc;
357 };
358
359 Location
360 {
361   /org/security.debian.org/ftp/dists/
362     {
363       Archive "security";
364       Type "legacy";
365     };
366
367   /org/security.debian.org/ftp/pool/
368     {
369       Archive "security";
370       Suites 
371         {
372           Stable;
373           Testing;
374         };
375       Type "pool";
376     };
377 };
378
379 Urgency
380 {
381   Default "low";
382   Valid
383   {
384     low;
385     medium;
386     high;
387     emergency;
388     critical;
389   };
390 };