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