]> git.decadent.org.uk Git - dak.git/blob - config/debian-security/dak.conf
no more oldstable
[dak.git] / config / debian-security / dak.conf
1 Dinstall
2 {
3    GPGKeyring {
4      "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
5      "/srv/keyring.debian.org/keyrings/debian-keyring.pgp";
6    };
7    // was non-us.d.o path before
8    SigningKeyring "/srv/security-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
9    SigningPubKeyring "/srv/security-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
10    SigningKeyIds "55BE302B";
11    SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
12    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
13    MyAdminAddress "ftpmaster@debian.org";
14    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
15    MyDistribution "Debian"; // Used in emails
16    BugServer "bugs.debian.org";
17    PackagesServer "packages.debian.org";
18    LockFile "/org/security-master.debian.org/dak/lock";
19    Bcc "archive@ftp-master.debian.org";
20    // GroupOverrideFilename "override.group-maint";
21    FutureTimeTravelGrace 28800; // 8 hours
22    PastCutoffYear "1984";
23    SkipTime 300;
24    CloseBugs "false";
25    OverrideDisparityCheck "false";
26    BXANotify "false";
27    QueueBuildSuites
28    {
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 "/srv/security-master.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 "/srv/security-master.debian.org/dak-log/removals.txt";
80 };
81
82 Init-Archive
83 {
84   ExportDir "/srv/security-master.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         Announce "dak@security.debian.org";
123         Version "";
124         Origin "Debian";
125         Label "Debian-Security";
126         Description "Debian 4.0 Security Updates";
127         ValidTime 864000; // 10 days
128         CodeName "etch";
129         OverrideCodeName "etch";
130         CopyDotDak "/srv/security-master.debian.org/queue/done/";
131   };
132
133   Stable
134   {
135         Components 
136         {
137           updates/main;
138           updates/contrib;
139           updates/non-free;
140         };
141         Announce "dak@security.debian.org";
142         Version "";
143         Origin "Debian";
144         Label "Debian-Security";
145         Description "Debian 5.0 Security Updates";
146         ValidTime 864000; // 10 days
147         CodeName "lenny";
148         OverrideCodeName "lenny";
149         CopyDotDak "/srv/security-master.debian.org/queue/done/";
150   };
151
152   Testing
153   {
154         Components
155         {
156           updates/main;
157           updates/contrib;
158           updates/non-free;
159         };
160         Announce "dak@security.debian.org";
161         Version "";
162         Origin "Debian";
163         Label "Debian-Security";
164         Description "Debian testing Security Updates";
165         ValidTime 864000; // 10 days
166         CodeName "squeeze";
167         OverrideCodeName "squeeze";
168         CopyDotDak "/srv/security-master.debian.org/queue/done/";
169   };
170 };
171
172 SuiteMappings
173 {
174  "silent-map stable-security stable";
175  "silent-map oldstable-security oldstable";
176  // JT - FIXME, hackorama
177  // "silent-map testing-security stable";
178   "silent-map etch-secure oldstable";
179   "silent-map lenny-secure stable";
180   "silent-map testing-security testing";
181 };
182
183 Dir
184 {
185   Root "/srv/security-master.debian.org/ftp/";
186   Pool "/srv/security-master.debian.org/ftp/pool/";
187   Dak "/srv/security-master.debian.org/dak/";
188   Templates "/srv/security-master.debian.org/dak/templates/";
189   PoolRoot "pool/";
190   Override "/srv/security-master.debian.org/override/";
191   Lock "/srv/security-master.debian.org/lock/";
192   Lists "/srv/security-master.debian.org/dak-database/dists/";
193   Log "/srv/security-master.debian.org/dak-log/";
194   Morgue "/srv/security-master.debian.org/morgue/";
195   MorgueReject "reject";
196   Override "/srv/security-master.debian.org/scripts/override/";
197   QueueBuild "/srv/security-master.debian.org/buildd/";
198   Upload "/srv/queued/ftpmaster/";
199   Queue
200   {
201     Byhand "/srv/security-master.debian.org/queue/byhand/";
202     Done "/srv/security-master.debian.org/queue/done/";
203     Holding "/srv/security-master.debian.org/queue/holding/";
204     New "/srv/security-master.debian.org/queue/new/";
205     Reject "/srv/security-master.debian.org/queue/reject/";
206     Unchecked "/srv/security-master.debian.org/queue/unchecked/";
207     Newstage "/srv/security-master.debian.org/queue/newstage/";
208
209     ProposedUpdates "/does/not/exist/"; // XXX fixme
210     OldProposedUpdates "/does/not/exist/"; // XXX fixme
211
212     Embargoed "/srv/security-master.debian.org/queue/embargoed/";
213     Unembargoed "/srv/security-master.debian.org/queue/unembargoed/";
214     Disembargo "/srv/security-master.debian.org/queue/unchecked-disembargo/";
215   };
216 };
217
218 DB
219 {
220   Name "obscurity";
221   Host ""; 
222   Port -1;
223
224 };
225
226 Architectures
227 {
228
229   source "Source";
230   all "Architecture Independent";
231   alpha "DEC Alpha";
232   hppa "HP PA RISC";
233   arm "ARM";
234   armel "ARM EABI";
235   i386 "Intel ia32";
236   ia64 "Intel ia64";
237   mips "MIPS (Big Endian)";
238   mipsel "MIPS (Little Endian)";
239   powerpc "PowerPC";
240   s390 "IBM S/390";
241   sparc "Sun SPARC/UltraSPARC";
242   amd64 "AMD x86_64 (AMD64)";
243   kfreebsd-i386 "GNU/kFreeBSD i386";
244   kfreebsd-amd64 "GNU/kFreeBSD amd64";
245
246 };
247
248 Archive
249 {
250
251   security
252   {
253     OriginServer "security.debian.org";
254     PrimaryMirror "security.debian.org";
255     Description "Security Updates for the Debian project";
256   };
257
258 };
259
260 Component
261 {
262
263   updates/main
264   {
265         Description "Main (updates)";
266         MeetsDFSG "true";
267   };
268
269   updates/contrib
270   {
271         Description "Contrib (updates)";
272         MeetsDFSG "true";
273   };
274
275   updates/non-free
276   {
277         Description "Software that fails to meet the DFSG";
278         MeetsDFSG "false";
279   };
280
281 };
282
283 ComponentMappings
284 {
285  "main updates/main";
286  "contrib updates/contrib";
287  "non-free updates/non-free";
288  "non-US/main updates/main";
289  "non-US/contrib updates/contrib";
290  "non-US/non-free updates/non-free";
291 };
292
293 Section
294 {
295   admin;
296   cli-mono;
297   comm;
298   database;
299   debian-installer;
300   debug;
301   devel;
302   doc;
303   editors;
304   embedded;
305   electronics;
306   fonts;
307   games;
308   gnome;
309   graphics;
310   gnu-r;
311   gnustep;
312   hamradio;
313   haskell;
314   httpd;
315   interpreters;
316   java;
317   kde;
318   kernel;
319   libdevel;
320   libs;
321   lisp;
322   localization;
323   mail;
324   math;
325   misc;
326   net;
327   news;
328   ocaml;
329   oldlibs;
330   otherosfs;
331   perl;
332   php;
333   python;
334   ruby;
335   science;
336   shells;
337   sound;
338   tex;
339   text;
340   utils;
341   web;
342   vcs;
343   video;
344   x11;
345   xfce;
346   zope;
347 };
348
349 Priority
350 {
351   required 1;
352   important 2;
353   standard 3;
354   optional 4;
355   extra 5;
356   source 0; // i.e. unused
357 };
358
359 OverrideType
360 {
361   deb;
362   udeb;
363   dsc;
364 };
365
366 Location
367 {
368   /srv/security-master.debian.org/ftp/pool/
369     {
370       Archive "security";
371       Suites 
372         {
373           OldStable;
374           Stable;
375           Testing;
376         };
377       Type "pool";
378     };
379 };
380
381 Urgency
382 {
383   Default "low";
384   Valid
385   {
386     low;
387     medium;
388     high;
389     emergency;
390     critical;
391   };
392 };