]> git.decadent.org.uk Git - dak.git/blob - katie.conf
add mips, mipsel, s390 to testing
[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           mips "";
187           mipsel "";
188           powerpc "";
189           s390 "";
190           sparc "";
191         };
192         Origin "Debian";
193         Description "Debian Testing distribution - Not Released";
194         CodeName "woody";
195         OverrideCodeName "woody";
196         Priority "3";
197   };
198
199   Woody-Proposed-Updates
200   {
201         Components 
202         {
203           main "";
204           contrib "";
205           non-free "";
206         };
207         Architectures 
208         {
209           source "";  
210           all "";
211           alpha ""; 
212           arm "";
213           hppa "";
214           i386 "";
215           ia64 "";
216           m68k "";
217           mips "";
218           mipsel "";
219           powerpc "";
220           s390 "";
221           sparc "";
222         };
223         Origin "Debian";
224         Description "Debian Testing distribution updates - Not Released";
225         CodeName "woody-proposed-updates";
226         OverrideCodeName "woody";
227         Priority "4";
228   };
229
230   Unstable
231   {
232         Components 
233         {
234           main "";
235           contrib "";
236           non-free "";
237         };
238         Architectures 
239         {
240           source ""; 
241           all "";
242           alpha ""; 
243           arm "";
244           hppa "";
245           hurd-i386 "";
246           i386 "";
247           ia64 "";
248           m68k "";
249           mips "";
250           mipsel "";
251           powerpc "";
252           s390 "";
253           sh "";
254           sparc "";
255         };
256         Announce "debian-devel-changes@lists.debian.org";
257         Origin "Debian";
258         Description "Debian Unstable - Not Released";
259         CodeName "sid";
260         OverrideCodeName "sid";
261         Priority "5";
262   };
263
264 };
265
266 Dir
267 {
268   RootDir "/org/ftp.debian.org/ftp/";
269   PoolDir "/org/ftp.debian.org/ftp/pool/";
270   TemplatesDir "/org/ftp.debian.org/katie/templates/";
271   LockDir "/org/ftp.debian.org/katie/locks/";
272   PoolRoot "pool/";
273   IncomingDir "/org/ftp.debian.org/incoming/";
274   OverrideDir "/org/ftp.debian.org/scripts/override/";
275   ListsDir "/org/ftp.debian.org/database/dists/";
276   LogDir "/org/ftp.debian.org/log/";
277   Morgue "/org/ftp.debian.org/morgue/";
278 };
279
280 DB
281 {
282   Name "projectb";
283   Host ""; 
284   Port -1;
285 };
286
287 Architectures
288 {
289
290   source "Source";
291   all "Architecture Independent";
292   alpha "DEC Alpha";
293   hurd-i386 "Intel ia32 running the HURD";
294   hppa "HP PA RISC";
295   arm "Arm";
296   i386 "Intel ia32";
297   ia64 "Intel ia64";
298   m68k "Motorola Mc680x0";
299   mips "SGI MIPS";
300   mipsel "SGI MIPS (Little Endian)";
301   powerpc "PowerPC";
302   s390 "IBM S/390";
303   sh "Hitatchi SuperH";
304   sparc "Sun SPARC/UltraSPARC";
305
306 };
307
308 Archive
309 {
310
311   ftp-master
312   {
313     OriginServer "ftp-master.debian.org";
314     PrimaryMirror "ftp.debian.org";
315     Description "Master Archive for the Debian project";
316   };
317
318 };
319
320 Component
321 {
322
323   main
324   {
325         Description "Main";
326         MeetsDFSG "true";
327   };
328
329   contrib
330   {
331         Description "Contrib";
332         MeetsDFSG "true";
333   };
334
335   non-free
336   {
337         Description "Software that fails to meet the DFSG";
338         MeetsDFSG "false";
339   };
340
341   mixed  // **NB:** only used for overrides; not yet used in other code
342   {
343         Description "Legacy Mixed";
344         MeetsDFSG "false";
345   };
346
347 };
348
349 Section
350 {
351
352   admin "";
353   base "";
354   comm "";
355   debian-installer "";
356   devel "";
357   doc "";
358   editors "";
359   electronics "";
360   games "";
361   graphics "";
362   hamradio "";
363   interpreters "";
364   libs "";
365   mail "";
366   math "";
367   misc "";
368   net "";
369   news "";
370   oldlibs "";
371   otherosfs "";
372   science "";
373   shells "";
374   sound "";
375   tex "";
376   text "";
377   utils "";
378   web "";
379   x11 "";
380
381 };
382
383 Priority
384 {
385
386   required 1;
387   important 2;
388   standard 3;
389   optional 4;
390   extra 5;
391   source 0; // i.e. unused
392
393 };
394
395 OverrideType
396 {
397
398   deb "";
399   udeb "";
400   dsc "";
401
402 };
403
404 Location
405 {
406   
407   // Old style locations on ftp-master.debian.org
408
409   /org/ftp.debian.org/ftp/project/experimental/
410     {
411       Archive "ftp-master";
412       Suite "experimental";
413       Type "legacy-mixed";
414     };
415
416   /org/ftp.debian.org/ftp/dists/proposed-updates/
417     {
418       Archive "ftp-master";
419       Suite "proposed-updates";
420       Type "legacy-mixed";
421     };
422
423   /org/ftp.debian.org/ftp/dists/
424     {
425       Archive "ftp-master";
426       Suites 
427         {
428           Stable "";
429           Unstable "";
430         };
431       Type "legacy";
432     };
433
434   // New pool locations on ftp-master.debian.org
435   /org/ftp.debian.org/ftp/pool/
436     {
437       Archive "ftp-master";
438       Type "pool";
439     };
440
441 };