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