]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
sync
[dak.git] / katie.conf-non-US
1 Dinstall
2 {
3    PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
4    GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
5    SigningKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/secring.gpg";
6    SendmailCommand "/usr/sbin/sendmail -oi -t";
7    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
8    MyAdminAddress "ftpmaster@debian.org";
9    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
10    MyDistribution "Debian"; // Used in emails
11    BugServer "bugs.debian.org";
12    PackagesServer "packages.debian.org";
13    NewAckList "/org/non-us.debian.org/katie/log";
14    LockFile "/org/non-us.debian.org/katie/lock";
15    Bcc "archive@ftp-master.debian.org";
16    GroupOverrideFilename "override.group-maint";
17    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
18 };
19
20 Shania
21 {
22   Options
23   {
24     Days 14;
25    };
26  MorgueSubDir "shania";
27 };
28
29 Natalie
30 {
31   Options
32   {
33     Component "non-US/main";
34     Suite "unstable";
35     Type "deb";
36    };
37  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
38 };
39
40 Melanie
41 {
42   Options
43   {
44     Suite "unstable";
45    };
46    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
47    LogFile "/home/troup/public_html/removals.txt";
48    Bcc "removed-packages@qa.debian.org";
49 };
50
51 Neve
52 {
53   ExportDir "/org/non-us.debian.org/katie/neve-files/";
54 };
55
56 Rhona
57 {
58   // How long (in seconds) dead packages are left before being killed
59   StayOfExecution 129600; // 1.5 days
60   MorgueSubDir "rhona";
61   OverrideFilename "override.source-only";
62 };
63
64 Suite
65 {
66
67   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
68
69   // non-US doesn't have experimental (yet)  
70 //    Experimental
71 //    {
72 //      Architectures 
73 //      {
74 //        source "";  
75 //        all "";
76 //        alpha ""; 
77 //        arm "";
78 //        i386 "";
79 //        m68k "";
80 //        powerpc "";
81 //        sparc "";
82 //      };
83 //      Announce "debian-devel-changes@lists.debian.org";
84 //      Origin "Debian";
85 //      Description "Experimental packages - not released; use at your own risk.";
86 //      CodeName "experimental";
87 //      OverrideCodeName "experimental";
88 //      SingleOverrideFile "true";
89 //      NotAutomatic "yes";
90 //      Priority "0";
91 //          Tree "project/experimental";
92 //    };
93
94   Stable
95   {
96         Components 
97         {
98           non-US/main "";
99           non-US/contrib "";
100           non-US/non-free "";
101         };
102         Architectures 
103         {
104           source "";  
105           all "";
106           alpha ""; 
107           arm "";
108           i386 "";
109           m68k "";
110           powerpc "";
111           sparc "";
112         };
113         Announce "debian-changes@lists.debian.org";
114         Version "2.2r3";
115         Origin "Debian";
116         Description "Debian 2.2r3 Released 16th April 2001";
117         CodeName "potato";
118         OverrideCodeName "potato";
119         Priority "1";
120         Untouchable "1";
121         ChangeLogBase "dists/stable/non-US/";
122   };
123
124   Proposed-Updates
125   {
126         Architectures 
127         {
128           source "";  
129           all "";
130           alpha ""; 
131           arm "";
132           i386 "";
133           m68k "";
134           powerpc "";
135           sparc "";
136         };
137         Announce "debian-changes@lists.debian.org";
138         CopyChanges "dists/proposed-updates/";
139         Version "2.2r4";
140         Origin "Debian";
141         Description "Proposed Updates for Debian 2.2r4 - Not Released";
142         CodeName "proposed-updates";
143         OverrideCodeName "potato";
144         OverrideSuite "stable";
145         Priority "2";
146   };
147
148   Testing
149   {
150         Components 
151         {
152           non-US/main "";
153           non-US/contrib "";
154           non-US/non-free "";
155         };
156         Architectures 
157         {
158           source "";  
159           all "";
160           alpha ""; 
161           arm "";
162           hppa "";
163           i386 "";
164           ia64 "";
165           m68k "";
166           mips "";
167           mipsel "";
168           powerpc "";
169           s390 "";
170           sparc "";
171         };
172         Origin "Debian";
173         Description "Debian Testing distribution - Not Released";
174         CodeName "woody";
175         OverrideCodeName "woody";
176         Priority "3";
177   };
178
179   Woody-Proposed-Updates
180   {
181         Components 
182         {
183           non-US/main "";
184           non-US/contrib "";
185           non-US/non-free "";
186         };
187         Architectures 
188         {
189           source "";  
190           all "";
191           alpha ""; 
192           arm "";
193           hppa "";
194           i386 "";
195           ia64 "";
196           m68k "";
197           mips "";
198           mipsel "";
199           powerpc "";
200           s390 "";
201           sparc "";
202         };
203         Origin "Debian";
204         Description "Debian Testing distribution updates - Not Released";
205         CodeName "woody-proposed-updates";
206         OverrideCodeName "woody";
207         Priority "4";
208   };
209
210   Unstable
211   {
212         Components 
213         {
214           non-US/main "";
215           non-US/contrib "";
216           non-US/non-free "";
217         };
218         Architectures 
219         {
220           source ""; 
221           all "";
222           alpha ""; 
223           arm "";
224           hppa "";
225           hurd-i386 "";
226           i386 "";
227           ia64 "";
228           m68k "";
229           mips "";
230           mipsel "";
231           powerpc "";
232           s390 "";
233           sh "";
234           sparc "";
235         };
236         Announce "debian-devel-changes@lists.debian.org";
237         Origin "Debian";
238         Description "Debian Unstable - Not Released";
239         CodeName "sid";
240         OverrideCodeName "sid";
241         Priority "5";
242   };
243
244 };
245
246 Dir
247 {
248   RootDir "/org/non-us.debian.org/ftp/";
249   PoolDir "/org/non-us.debian.org/ftp/pool/";
250   PoolRoot "pool/";
251   TemplatesDir "/org/non-us.debian.org/katie/templates/";
252   IncomingDir "/org/non-us.debian.org/incoming/";
253   OverrideDir "/org/non-us.debian.org/scripts/override/";
254   ListsDir "/org/non-us.debian.org/database/dists/";
255   LogDir "/org/non-us.debian.org/log/";
256   Morgue "/org/non-us.debian.org/morgue/";
257 };
258
259 DB
260 {
261   Name "projectb";
262   Host "";
263   Port -1;
264 };
265
266 Architectures
267 {
268
269   source "Source";
270   all "Architecture Independent";
271   alpha "DEC Alpha";
272   hurd-i386 "Intel ia32 running the HURD";
273   hppa "HP PA RISC";
274   arm "Arm";
275   i386 "Intel ia32";
276   ia64 "Intel ia64";
277   m68k "Motorola Mc680x0";
278   mips "SGI MIPS";
279   mipsel "SGI MIPS (Little Endian)";
280   powerpc "PowerPC";
281   s390 "IBM S/390";
282   sh "Hitatchi SuperH";
283   sparc "Sun SPARC/UltraSPARC";
284
285 };
286
287 Archive
288 {
289
290   non-US 
291   {
292     OriginServer "non-us.debian.org";
293     PrimaryMirror "non-us.debian.org";
294     Description "Non-US Archive for the Debian project";
295   };
296
297 };
298
299 Component
300 {
301
302   non-US/main
303   {
304         Description "Main (non-US)";
305         MeetsDFSG "true";
306   };
307
308   non-US/contrib
309   {
310         Description "Contrib (non-US)";
311         MeetsDFSG "true";
312   };
313
314   non-US/non-free
315   {
316         Description "Software that fails to meet the DFSG (non-US)";
317         MeetsDFSG "false";
318   };
319
320 };
321
322 Section
323 {
324
325   non-US "";
326
327 };
328
329 Priority
330 {
331
332   required 1;
333   important 2;
334   standard 3;
335   optional 4;
336   extra 5;
337   source 0; // i.e. unused
338
339 };
340
341 OverrideType
342 {
343
344   deb "";
345   udeb "";
346   dsc "";
347
348 };
349
350 Location
351 {
352   
353   // Old style locations on non-US.debian.org
354
355   /org/non-us.debian.org/ftp/dists/proposed-updates/
356     {
357       Archive "non-US";
358       Suite "proposed-updates";
359       Type "legacy-mixed";
360     };
361
362   /org/non-us.debian.org/ftp/dists/
363     {
364       Archive "non-US";
365       Suites 
366         {
367           Stable "";
368           Unstable "";
369         };
370       Type "legacy";
371     };
372
373   // New pool locations on non-US.debian.org
374   /org/non-us.debian.org/ftp/pool/
375     {
376       Archive "non-US";
377       Type "pool";
378     };
379
380 };