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