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