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