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