]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
add symlinks to suggests; up version dependency on gnupg
[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    SigningKeyring "/org/non-us.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/non-us.debian.org/katie/log";
28    LockFile "/org/non-us.debian.org/katie/lock";
29    Bcc "troup@auric.debian.org";
30    GroupOverrideFilename "override.group-maint";
31
32 };
33
34 Heidi
35 {
36
37   Options
38   {
39     Add "";
40     Debug "";
41     Help "";
42     List "";
43     Remove "";
44     Set "";
45     Version "";
46    };
47
48 };
49
50 Catherine
51 {
52
53   Options
54   {
55     Debug "";
56     Help "";
57     Limit "";
58     No-Action "";
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 "non-US/main";
132     List "";
133     Suite "unstable";
134     Set "";
135     Type "deb";
136    };
137
138  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
139 };
140
141 Melanie
142 {
143
144   Options
145   {
146     Debug "";
147     Help "";
148     Version "";
149     Architecture "";
150     Binary-Only "";
151     Component "";
152     Done "";
153     No-Action "";
154     Partial "";
155     Reason "";
156     Source-Only "";
157     Suite "unstable";
158    };
159
160    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
161    LogFile "/home/troup/public_html/removals.txt";
162    Bcc "removed-packages@qa.debian.org";
163 };
164
165 Neve
166 {
167
168   ExportDir "/org/non-us.debian.org/katie/neve-files/";
169
170 };
171
172 Rhona
173 {
174
175   Options
176   {
177         Debug "";
178         Help "";
179         No-Action "";
180         Version "";
181    };
182
183   // How long (in seconds) dead packages are left before being killed
184   StayOfExecution 129600; // 1.5 days
185   MorgueSubDir "rhona";
186   OverrideFilename "override.source-only";
187 };
188
189 Suite
190 {
191
192   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
193
194   // non-US doesn't have experimental (yet)  
195 //    Experimental
196 //    {
197 //      Architectures 
198 //      {
199 //        "source" "";  
200 //        "all" "";
201 //        "alpha" ""; 
202 //        "arm" "";
203 //        "i386" "";
204 //        "m68k" "";
205 //        "powerpc" "";
206 //        "sparc" "";
207 //      };
208 //      Announce "debian-devel-changes@lists.debian.org";
209 //      Origin "Debian";
210 //      Description "Experimental packages - not released; use at your own risk.";
211 //      CodeName "experimental";
212 //      OverrideCodeName "experimental";
213 //      SingleOverrideFile "true";
214 //      NotAutomatic "yes";
215 //      Priority "0";
216 //          Tree "project/experimental";
217 //    };
218
219   Stable
220   {
221         Components 
222         {
223           non-US/main "";
224           non-US/contrib "";
225           non-US/non-free "";
226         };
227         Architectures 
228         {
229           "source" "";  
230           "all" "";
231           "alpha" ""; 
232           "arm" "";
233           "i386" "";
234           "m68k" "";
235           "powerpc" "";
236           "sparc" "";
237         };
238         Announce "debian-changes@lists.debian.org";
239         Version "2.2r3";
240         Origin "Debian";
241         Description "Debian 2.2r3 Released 16th April 2001";
242         CodeName "potato";
243         OverrideCodeName "potato";
244         Priority "1";
245         Untouchable "1";
246         ChangeLogBase "dists/stable/non-US/";
247   };
248
249   Proposed-Updates
250   {
251         Architectures 
252         {
253           "source" "";  
254           "all" "";
255           "alpha" ""; 
256           "arm" "";
257           "i386" "";
258           "m68k" "";
259           "powerpc" "";
260           "sparc" "";
261         };
262         Announce "debian-changes@lists.debian.org";
263         CopyChanges "dists/proposed-updates/";
264         Version "2.2r4";
265         Origin "Debian";
266         Description "Proposed Updates for Debian 2.2r4 - Not Released";
267         CodeName "proposed-updates";
268         OverrideCodeName "potato";
269         OverrideSuite "stable";
270         Priority "2";
271   };
272
273   Testing
274   {
275         Components 
276         {
277           non-US/main "";
278           non-US/contrib "";
279           non-US/non-free "";
280         };
281         Architectures 
282         {
283           "source" "";  
284           "all" "";
285           "alpha" ""; 
286           "arm" "";
287           "i386" "";
288           "m68k" "";
289           "powerpc" "";
290           "sparc" "";
291         };
292         Origin "Debian";
293         Description "Debian Testing distribution - Not Released";
294         CodeName "woody";
295         OverrideCodeName "woody";
296         Priority "3";
297   };
298
299   Unstable
300   {
301         Components 
302         {
303           non-US/main "";
304           non-US/contrib "";
305           non-US/non-free "";
306         };
307         Architectures 
308         {
309           "source" ""; 
310           "all" "";
311           "alpha" ""; 
312           "arm" "";
313           "hppa" "";
314           "hurd-i386" "";
315           "i386" "";
316           "ia64" "";
317           "m68k" "";
318           "mips" "";
319           "mipsel" "";
320           "powerpc" "";
321           "s390" "";
322           "sh" "";
323           "sparc" "";
324         };
325         Announce "debian-devel-changes@lists.debian.org";
326         Origin "Debian";
327         Description "Debian Unstable - Not Released";
328         CodeName "sid";
329         OverrideCodeName "sid";
330         Priority "4";
331   };
332
333 };
334
335 Dir
336 {
337   RootDir "/org/non-us.debian.org/ftp/";
338   PoolDir "/org/non-us.debian.org/ftp/pool/";
339   PoolRoot "pool/";
340   TemplatesDir "/org/non-us.debian.org/katie/templates/";
341   IncomingDir "/org/non-us.debian.org/incoming/";
342   OverrideDir "/org/non-us.debian.org/scripts/override/";
343   ListsDir "/org/non-us.debian.org/database/dists/";
344   Morgue "/org/non-us.debian.org/morgue/";
345 };
346
347 DB
348 {
349   Name "projectb";
350   Host "";
351   Port -1;
352   ROUser "nobody";
353 };
354
355 Architectures
356 {
357
358   source "Source";
359   all "Architecture Independent";
360   alpha "DEC Alpha";
361   hurd-i386 "Intel ia32 running the HURD";
362   hppa "HP PA RISC";
363   arm "Arm";
364   i386 "Intel ia32";
365   ia64 "Intel ia64";
366   m68k "Motorola Mc680x0";
367   mips "SGI MIPS";
368   mipsel "SGI MIPS (Little Endian)";
369   powerpc "PowerPC";
370   s390 "IBM S/390";
371   sh "Hitatchi SuperH";
372   sparc "Sun SPARC/UltraSPARC";
373
374 };
375
376 Archive
377 {
378
379   non-US 
380   {
381     OriginServer "non-us.debian.org";
382     PrimaryMirror "non-us.debian.org";
383     Description "Non-US Archive for the Debian project";
384   };
385
386 };
387
388 Component
389 {
390
391   non-US/main
392   {
393         Description "Main (non-US)";
394         MeetsDFSG "true";
395   };
396
397   non-US/contrib
398   {
399         Description "Contrib (non-US)";
400         MeetsDFSG "true";
401   };
402
403   non-US/non-free
404   {
405         Description "Software that fails to meet the DFSG (non-US)";
406         MeetsDFSG "false";
407   };
408
409 };
410
411 Section
412 {
413
414   "non-US" "";
415
416 };
417
418 Priority
419 {
420
421   "required" 1;
422   "important" 2;
423   "standard" 3;
424   "optional" 4;
425   "extra" 5;
426   "source" 0; // i.e. unused
427
428 };
429
430 OverrideType
431 {
432
433   "deb" "";
434   "udeb" "";
435   "dsc" "";
436
437 };
438
439 Location
440 {
441   
442   // Old style locations on non-US.debian.org
443
444   /org/non-us.debian.org/ftp/dists/proposed-updates/
445     {
446       Archive "non-US";
447       Suite "proposed-updates";
448       Type "legacy-mixed";
449     };
450
451   /org/non-us.debian.org/ftp/dists/
452     {
453       Archive "non-US";
454       Suites 
455         {
456           Stable "";
457           Unstable "";
458         };
459       Type "legacy";
460     };
461
462   // New pool locations on non-US.debian.org
463   /org/non-us.debian.org/ftp/pool/
464     {
465       Archive "non-US";
466       Type "pool";
467     };
468
469 };