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