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