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