]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
woody-proposed-updates
[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 "archive@ftp-master.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           "hppa" "";
288           "i386" "";
289           "ia64" "";
290           "m68k" "";
291           "powerpc" "";
292           "sparc" "";
293         };
294         Origin "Debian";
295         Description "Debian Testing distribution - Not Released";
296         CodeName "woody";
297         OverrideCodeName "woody";
298         Priority "3";
299   };
300
301   Woody-Proposed-Updates
302   {
303         Components 
304         {
305           non-US/main "";
306           non-US/contrib "";
307           non-US/non-free "";
308         };
309         Architectures 
310         {
311           "source" "";  
312           "all" "";
313           "alpha" ""; 
314           "arm" "";
315           "hppa" "";
316           "i386" "";
317           "ia64" "";
318           "m68k" "";
319           "powerpc" "";
320           "sparc" "";
321         };
322         Origin "Debian";
323         Description "Debian Testing distribution updates - Not Released";
324         CodeName "woody-proposed-updates";
325         OverrideCodeName "woody";
326         Priority "4";
327   };
328
329   Unstable
330   {
331         Components 
332         {
333           non-US/main "";
334           non-US/contrib "";
335           non-US/non-free "";
336         };
337         Architectures 
338         {
339           "source" ""; 
340           "all" "";
341           "alpha" ""; 
342           "arm" "";
343           "hppa" "";
344           "hurd-i386" "";
345           "i386" "";
346           "ia64" "";
347           "m68k" "";
348           "mips" "";
349           "mipsel" "";
350           "powerpc" "";
351           "s390" "";
352           "sh" "";
353           "sparc" "";
354         };
355         Announce "debian-devel-changes@lists.debian.org";
356         Origin "Debian";
357         Description "Debian Unstable - Not Released";
358         CodeName "sid";
359         OverrideCodeName "sid";
360         Priority "5";
361   };
362
363 };
364
365 Dir
366 {
367   RootDir "/org/non-us.debian.org/ftp/";
368   PoolDir "/org/non-us.debian.org/ftp/pool/";
369   PoolRoot "pool/";
370   TemplatesDir "/org/non-us.debian.org/katie/templates/";
371   IncomingDir "/org/non-us.debian.org/incoming/";
372   OverrideDir "/org/non-us.debian.org/scripts/override/";
373   ListsDir "/org/non-us.debian.org/database/dists/";
374   LogDir "/org/non-us.debian.org/log/";
375   Morgue "/org/non-us.debian.org/morgue/";
376 };
377
378 DB
379 {
380   Name "projectb";
381   Host "";
382   Port -1;
383   ROUser "nobody";
384 };
385
386 Architectures
387 {
388
389   source "Source";
390   all "Architecture Independent";
391   alpha "DEC Alpha";
392   hurd-i386 "Intel ia32 running the HURD";
393   hppa "HP PA RISC";
394   arm "Arm";
395   i386 "Intel ia32";
396   ia64 "Intel ia64";
397   m68k "Motorola Mc680x0";
398   mips "SGI MIPS";
399   mipsel "SGI MIPS (Little Endian)";
400   powerpc "PowerPC";
401   s390 "IBM S/390";
402   sh "Hitatchi SuperH";
403   sparc "Sun SPARC/UltraSPARC";
404
405 };
406
407 Archive
408 {
409
410   non-US 
411   {
412     OriginServer "non-us.debian.org";
413     PrimaryMirror "non-us.debian.org";
414     Description "Non-US Archive for the Debian project";
415   };
416
417 };
418
419 Component
420 {
421
422   non-US/main
423   {
424         Description "Main (non-US)";
425         MeetsDFSG "true";
426   };
427
428   non-US/contrib
429   {
430         Description "Contrib (non-US)";
431         MeetsDFSG "true";
432   };
433
434   non-US/non-free
435   {
436         Description "Software that fails to meet the DFSG (non-US)";
437         MeetsDFSG "false";
438   };
439
440 };
441
442 Section
443 {
444
445   "non-US" "";
446
447 };
448
449 Priority
450 {
451
452   "required" 1;
453   "important" 2;
454   "standard" 3;
455   "optional" 4;
456   "extra" 5;
457   "source" 0; // i.e. unused
458
459 };
460
461 OverrideType
462 {
463
464   "deb" "";
465   "udeb" "";
466   "dsc" "";
467
468 };
469
470 Location
471 {
472   
473   // Old style locations on non-US.debian.org
474
475   /org/non-us.debian.org/ftp/dists/proposed-updates/
476     {
477       Archive "non-US";
478       Suite "proposed-updates";
479       Type "legacy-mixed";
480     };
481
482   /org/non-us.debian.org/ftp/dists/
483     {
484       Archive "non-US";
485       Suites 
486         {
487           Stable "";
488           Unstable "";
489         };
490       Type "legacy";
491     };
492
493   // New pool locations on non-US.debian.org
494   /org/non-us.debian.org/ftp/pool/
495     {
496       Archive "non-US";
497       Type "pool";
498     };
499
500 };