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