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