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