]> 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    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   LogDir "/org/non-us.debian.org/log/";
345   Morgue "/org/non-us.debian.org/morgue/";
346 };
347
348 DB
349 {
350   Name "projectb";
351   Host "";
352   Port -1;
353   ROUser "nobody";
354 };
355
356 Architectures
357 {
358
359   source "Source";
360   all "Architecture Independent";
361   alpha "DEC Alpha";
362   hurd-i386 "Intel ia32 running the HURD";
363   hppa "HP PA RISC";
364   arm "Arm";
365   i386 "Intel ia32";
366   ia64 "Intel ia64";
367   m68k "Motorola Mc680x0";
368   mips "SGI MIPS";
369   mipsel "SGI MIPS (Little Endian)";
370   powerpc "PowerPC";
371   s390 "IBM S/390";
372   sh "Hitatchi SuperH";
373   sparc "Sun SPARC/UltraSPARC";
374
375 };
376
377 Archive
378 {
379
380   non-US 
381   {
382     OriginServer "non-us.debian.org";
383     PrimaryMirror "non-us.debian.org";
384     Description "Non-US Archive for the Debian project";
385   };
386
387 };
388
389 Component
390 {
391
392   non-US/main
393   {
394         Description "Main (non-US)";
395         MeetsDFSG "true";
396   };
397
398   non-US/contrib
399   {
400         Description "Contrib (non-US)";
401         MeetsDFSG "true";
402   };
403
404   non-US/non-free
405   {
406         Description "Software that fails to meet the DFSG (non-US)";
407         MeetsDFSG "false";
408   };
409
410 };
411
412 Section
413 {
414
415   "non-US" "";
416
417 };
418
419 Priority
420 {
421
422   "required" 1;
423   "important" 2;
424   "standard" 3;
425   "optional" 4;
426   "extra" 5;
427   "source" 0; // i.e. unused
428
429 };
430
431 OverrideType
432 {
433
434   "deb" "";
435   "udeb" "";
436   "dsc" "";
437
438 };
439
440 Location
441 {
442   
443   // Old style locations on non-US.debian.org
444
445   /org/non-us.debian.org/ftp/dists/proposed-updates/
446     {
447       Archive "non-US";
448       Suite "proposed-updates";
449       Type "legacy-mixed";
450     };
451
452   /org/non-us.debian.org/ftp/dists/
453     {
454       Archive "non-US";
455       Suites 
456         {
457           Stable "";
458           Unstable "";
459         };
460       Type "legacy";
461     };
462
463   // New pool locations on non-US.debian.org
464   /org/non-us.debian.org/ftp/pool/
465     {
466       Archive "non-US";
467       Type "pool";
468     };
469
470 };