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