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