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