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