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