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