]> git.decadent.org.uk Git - dak.git/blob - katie.conf
SigningPubKey for ziyi
[dak.git] / katie.conf
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/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
6    SigningPubKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
7    SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
8    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
9    MyAdminAddress "ftpmaster@debian.org";
10    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
11    MyDistribution "Debian"; // Used in emails
12    BugServer "bugs.debian.org";
13    PackagesServer "packages.debian.org";
14    NewAckList "/org/ftp.debian.org/katie/log";
15    LockFile "/org/ftp.debian.org/katie/lock";
16    Bcc "archive@ftp-master.debian.org";
17    GroupOverrideFilename "override.group-maint";
18    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
19 };
20
21 Julia
22 {
23   ValidGID "800";
24   // Comma seperated list of users who are in Postgres but not the passwd file
25   KnownPostgres "postgres,katie";
26 };
27
28 Shania
29 {
30   Options
31   {
32     Days 14;
33    };
34  MorgueSubDir "shania";
35 };
36
37 Natalie
38 {
39   Options
40   {
41     Component "main";
42     Suite "unstable";
43     Type "deb";
44    };
45
46  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
47 };
48
49 Melanie
50 {
51   Options
52   {
53     Suite "unstable";
54    };
55
56    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
57    LogFile "/org/ftp.debian.org/web/removals.txt";
58    Bcc "removed-packages@qa.debian.org";
59 };
60
61 Neve
62 {
63   ExportDir "/org/ftp.debian.org/katie/neve-files/";
64 };
65
66 Rhona
67 {
68   // How long (in seconds) dead packages are left before being killed
69   StayOfExecution 129600; // 1.5 days
70   MorgueSubDir "rhona";
71   OverrideFilename "override.source-only";
72 };
73
74 Suite
75 {
76   // Priority determines which suite is used for the Maintainers file
77   // as generated by charisma (highest wins).
78  
79   Experimental
80   {
81         Components 
82         {
83           main "";
84           contrib "";
85           non-free "";
86         };
87         Architectures 
88         {
89           source ""; 
90           all "";
91           alpha ""; 
92           arm "";
93           hppa "";
94           hurd-i386 "";
95           i386 "";
96           ia64 "";
97           m68k "";
98           mips "";
99           mipsel "";
100           powerpc "";
101           s390 "";
102           sh "";
103           sparc "";
104         };
105         Announce "debian-devel-changes@lists.debian.org";
106         Origin "Debian";
107         Description "Experimental packages - not released; use at your own risk.";
108         CodeName "experimental";
109         NotAutomatic "yes";
110         OverrideCodeName "sid";
111         OverrideSuite "unstable";
112         Priority "0";
113         Tree "project/experimental";
114   };
115
116   Stable
117   {
118         Components 
119         {
120           main "";
121           contrib "";
122           non-free "";
123         };
124         Architectures 
125         {
126           source "";  
127           all "";
128           alpha ""; 
129           arm "";
130           i386 "";
131           m68k "";
132           powerpc "";
133           sparc "";
134         };
135         Announce "debian-changes@lists.debian.org";
136         Version "2.2r3";
137         Origin "Debian";
138         Description "Debian 2.2r3 Released 16th April 2001";
139         CodeName "potato";
140         OverrideCodeName "potato";
141         Priority "1";
142         Untouchable "1";
143         ChangeLogBase "dists/stable/";
144   };
145
146   Proposed-Updates
147   {
148         Architectures 
149         {
150           source "";  
151           all "";
152           alpha ""; 
153           arm "";
154           i386 "";
155           m68k "";
156           powerpc "";
157           sparc "";
158         };
159         Announce "debian-changes@lists.debian.org";
160         CopyChanges "dists/proposed-updates/";
161         Version "2.2r4";
162         Origin "Debian";
163         Description "Proposed Updates for Debian 2.2r4 - Not Released";
164         CodeName "proposed-updates";
165         OverrideCodeName "potato";
166         OverrideSuite "stable";
167         Priority "2";
168   };
169
170   Testing
171   {
172         Components 
173         {
174           main "";
175           contrib "";
176           non-free "";
177         };
178         Architectures 
179         {
180           source "";  
181           all "";
182           alpha ""; 
183           arm "";
184           hppa "";
185           i386 "";
186           ia64 "";
187           m68k "";
188           mips "";
189           mipsel "";
190           powerpc "";
191           s390 "";
192           sparc "";
193         };
194         Origin "Debian";
195         Description "Debian Testing distribution - Not Released";
196         CodeName "woody";
197         OverrideCodeName "woody";
198         Priority "3";
199   };
200
201   Woody-Proposed-Updates
202   {
203         Components 
204         {
205           main "";
206           contrib "";
207           non-free "";
208         };
209         Architectures 
210         {
211           source "";  
212           all "";
213           alpha ""; 
214           arm "";
215           hppa "";
216           i386 "";
217           ia64 "";
218           m68k "";
219           mips "";
220           mipsel "";
221           powerpc "";
222           s390 "";
223           sparc "";
224         };
225         Origin "Debian";
226         Description "Debian Testing distribution updates - Not Released";
227         CodeName "woody-proposed-updates";
228         OverrideCodeName "woody";
229         OverrideSuite "unstable";
230         Priority "4";
231   };
232
233   Unstable
234   {
235         Components 
236         {
237           main "";
238           contrib "";
239           non-free "";
240         };
241         Architectures 
242         {
243           source "";
244           all "";
245           alpha "";
246           arm "";
247           hppa "";
248           hurd-i386 "";
249           i386 "";
250           ia64 "";
251           m68k "";
252           mips "";
253           mipsel "";
254           powerpc "";
255           s390 "";
256           sh "";
257           sparc "";
258         };
259         Announce "debian-devel-changes@lists.debian.org";
260         Origin "Debian";
261         Description "Debian Unstable - Not Released";
262         CodeName "sid";
263         OverrideCodeName "sid";
264         Priority "5";
265   };
266
267 };
268
269 Dir
270 {
271   RootDir "/org/ftp.debian.org/ftp/";
272   PoolDir "/org/ftp.debian.org/ftp/pool/";
273   TemplatesDir "/org/ftp.debian.org/katie/templates/";
274   LockDir "/org/ftp.debian.org/katie/locks/";
275   PoolRoot "pool/";
276   IncomingDir "/org/ftp.debian.org/incoming/";
277   OverrideDir "/org/ftp.debian.org/scripts/override/";
278   ListsDir "/org/ftp.debian.org/database/dists/";
279   LogDir "/org/ftp.debian.org/log/";
280   Morgue "/org/ftp.debian.org/morgue/";
281 };
282
283 DB
284 {
285   Name "projectb";
286   Host ""; 
287   Port -1;
288 };
289
290 Architectures
291 {
292
293   source "Source";
294   all "Architecture Independent";
295   alpha "DEC Alpha";
296   hurd-i386 "Intel ia32 running the HURD";
297   hppa "HP PA RISC";
298   arm "Arm";
299   i386 "Intel ia32";
300   ia64 "Intel ia64";
301   m68k "Motorola Mc680x0";
302   mips "SGI MIPS";
303   mipsel "SGI MIPS (Little Endian)";
304   powerpc "PowerPC";
305   s390 "IBM S/390";
306   sh "Hitatchi SuperH";
307   sparc "Sun SPARC/UltraSPARC";
308
309 };
310
311 Archive
312 {
313
314   ftp-master
315   {
316     OriginServer "ftp-master.debian.org";
317     PrimaryMirror "ftp.debian.org";
318     Description "Master Archive for the Debian project";
319   };
320
321 };
322
323 Component
324 {
325
326   main
327   {
328         Description "Main";
329         MeetsDFSG "true";
330   };
331
332   contrib
333   {
334         Description "Contrib";
335         MeetsDFSG "true";
336   };
337
338   non-free
339   {
340         Description "Software that fails to meet the DFSG";
341         MeetsDFSG "false";
342   };
343
344   mixed  // **NB:** only used for overrides; not yet used in other code
345   {
346         Description "Legacy Mixed";
347         MeetsDFSG "false";
348   };
349
350 };
351
352 Section
353 {
354
355   admin "";
356   base "";
357   comm "";
358   debian-installer "";
359   devel "";
360   doc "";
361   editors "";
362   electronics "";
363   games "";
364   graphics "";
365   hamradio "";
366   interpreters "";
367   libs "";
368   mail "";
369   math "";
370   misc "";
371   net "";
372   news "";
373   oldlibs "";
374   otherosfs "";
375   science "";
376   shells "";
377   sound "";
378   tex "";
379   text "";
380   utils "";
381   web "";
382   x11 "";
383
384 };
385
386 Priority
387 {
388
389   required 1;
390   important 2;
391   standard 3;
392   optional 4;
393   extra 5;
394   source 0; // i.e. unused
395
396 };
397
398 OverrideType
399 {
400
401   deb "";
402   udeb "";
403   dsc "";
404
405 };
406
407 Location
408 {
409   
410   // Old style locations on ftp-master.debian.org
411
412   /org/ftp.debian.org/ftp/project/experimental/
413     {
414       Archive "ftp-master";
415       Suite "experimental";
416       Type "legacy-mixed";
417     };
418
419   /org/ftp.debian.org/ftp/dists/proposed-updates/
420     {
421       Archive "ftp-master";
422       Suite "proposed-updates";
423       Type "legacy-mixed";
424     };
425
426   /org/ftp.debian.org/ftp/dists/
427     {
428       Archive "ftp-master";
429       Suites 
430         {
431           Stable "";
432           Unstable "";
433         };
434       Type "legacy";
435     };
436
437   // New pool locations on ftp-master.debian.org
438   /org/ftp.debian.org/ftp/pool/
439     {
440       Archive "ftp-master";
441       Type "pool";
442     };
443
444 };
445
446 Catherine {
447         Options {
448                 Limit   20480;
449         };
450 };