]> 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    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    FutureTimeTravelGrace 28800; // 6 hours
22    PastCutoffYear "1984";
23    SkipTime 300;
24    BXANotify "false";
25    SpecialAcceptedAutoBuild "false";
26    CloseBugs "true";
27    OverrideDisparityCheck "true";
28 };
29
30 Julia
31 {
32   ValidGID "800";
33   // Comma seperated list of users who are in Postgres but not the passwd file
34   KnownPostgres "postgres,www-data,katie,auric";
35 };
36
37 Shania
38 {
39   Options
40   {
41     Days 14;
42    };
43  MorgueSubDir "shania";
44 };
45
46
47 Catherine 
48 {
49   Options 
50   {
51      Limit      10240;
52   };
53 };
54
55 Natalie
56 {
57   Options
58   {
59     Component "non-US/main";
60     Suite "unstable";
61     Type "deb";
62    };
63  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
64 };
65
66 Melanie
67 {
68   Options
69   {
70     Suite "unstable";
71    };
72    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
73    LogFile "/home/troup/public_html/removals.txt";
74    Bcc "removed-packages@qa.debian.org";
75 };
76
77 Neve
78 {
79   ExportDir "/org/non-us.debian.org/katie/neve-files/";
80 };
81
82 Rhona
83 {
84   // How long (in seconds) dead packages are left before being killed
85   StayOfExecution 129600; // 1.5 days
86   MorgueSubDir "rhona";
87   OverrideFilename "override.source-only";
88 };
89
90 Suite
91 {
92   Stable
93   {
94         Components 
95         {
96           non-US/main;
97           non-US/contrib;
98           non-US/non-free;
99         };
100         Architectures 
101         {
102           source;  
103           all;
104           alpha; 
105           arm;
106           i386;
107           m68k;
108           powerpc;
109           sparc;
110         };
111         Announce "debian-changes@lists.debian.org";
112         Version "2.2r6";
113         Origin "Debian";
114         Description "Debian 2.2r6 Released 3rd April 2002";
115         CodeName "potato";
116         OverrideCodeName "potato";
117         Priority "1";
118         Untouchable "1";
119         ChangeLogBase "dists/stable/non-US/";
120   };
121
122   Proposed-Updates
123   {
124         Architectures 
125         {
126           source;  
127           all;
128           alpha; 
129           arm;
130           i386;
131           m68k;
132           powerpc;
133           sparc;
134         };
135         Announce "debian-changes@lists.debian.org";
136         CopyChanges "dists/proposed-updates/";
137         CopyKatie "/org/non-us.debian.org/queue/proposed-updates/";
138         Version "2.2r6";
139         Origin "Debian";
140         Description "Proposed Updates for Debian 2.2r6 - Not Released";
141         CodeName "proposed-updates";
142         OverrideCodeName "potato";
143         OverrideSuite "stable";
144         Priority "2";
145         VersionChecks
146         {
147           MustBeNewerThan
148           {
149             Stable;
150           };
151           MustBeOlderThan
152           {
153             Unstable;
154             Experimental;
155           };
156         };
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         VersionChecks
220         {
221           MustBeNewerThan
222           {
223             Stable;
224             Proposed-Updates;
225             Testing;
226           };
227           MustBeOlderThan
228           {
229             Unstable;
230             Experimental;
231           };
232         };
233   };
234
235   Unstable
236   {
237         Components 
238         {
239           non-US/main;
240           non-US/contrib;
241           non-US/non-free;
242         };
243         Architectures 
244         {
245           source; 
246           all;
247           alpha; 
248           arm;
249           hppa;
250           hurd-i386;
251           i386;
252           ia64;
253           m68k;
254           mips;
255           mipsel;
256           powerpc;
257           s390;
258           sh;
259           sparc;
260         };
261         Announce "debian-devel-changes@lists.debian.org";
262         Origin "Debian";
263         Description "Debian Unstable - Not Released";
264         CodeName "sid";
265         OverrideCodeName "sid";
266         Priority "5";
267         VersionChecks
268         {
269           MustBeNewerThan
270           {
271             Stable;
272             Proposed-Updates;
273             Testing;
274             Woody-Proposed-Updates;
275           };
276         };
277   };
278
279 };
280
281 SuiteMappings
282 {
283  "map stable proposed-updates";
284  "map-unreleased stable unstable";
285  "map-unreleased proposed-updates unstable";
286  "ignore testing";
287 };
288
289 Dir
290 {
291   Root "/org/non-us.debian.org/ftp/";
292   Pool "/org/non-us.debian.org/ftp/pool/";
293   PoolRoot "pool/";
294   Templates "/org/non-us.debian.org/katie/templates/";
295   Override "/org/non-us.debian.org/scripts/override/";
296   Lists "/org/non-us.debian.org/database/dists/";
297   Log "/org/non-us.debian.org/log/";
298   Morgue "/org/non-us.debian.org/morgue/";
299   MorgueReject "reject";
300   UrgencyLog "/org/non-us.debian.org/testing/";
301   Queue
302   {
303     Root "/org/non-us.debian.org/queue/";
304     Accepted "/org/non-us.debian.org/queue/accepted/";
305     Byhand "/org/non-us.debian.org/queue/byhand/";
306     Done "/org/non-us.debian.org/queue/done/";
307     Holding "/org/non-us.debian.org/queue/holding/";
308     New "/org/non-us.debian.org/queue/new/";
309     Reject "/org/non-us.debian.org/queue/reject/";
310     Unchecked "/org/non-us.debian.org/queue/unchecked/";
311   };
312 };
313
314 DB
315 {
316   Name "projectb";
317   Host "";
318   Port -1;
319 };
320
321 Architectures
322 {
323
324   source "Source";
325   all "Architecture Independent";
326   alpha "DEC Alpha";
327   hurd-i386 "Intel ia32 running the HURD";
328   hppa "HP PA RISC";
329   arm "Arm";
330   i386 "Intel ia32";
331   ia64 "Intel ia64";
332   m68k "Motorola Mc680x0";
333   mips "SGI MIPS";
334   mipsel "SGI MIPS (Little Endian)";
335   powerpc "PowerPC";
336   s390 "IBM S/390";
337   sh "Hitatchi SuperH";
338   sparc "Sun SPARC/UltraSPARC";
339
340 };
341
342 Archive
343 {
344
345   non-US 
346   {
347     OriginServer "non-us.debian.org";
348     PrimaryMirror "non-us.debian.org";
349     Description "Non-US Archive for the Debian project";
350   };
351
352 };
353
354 Component
355 {
356
357   non-US/main
358   {
359         Description "Main (non-US)";
360         MeetsDFSG "true";
361   };
362
363   non-US/contrib
364   {
365         Description "Contrib (non-US)";
366         MeetsDFSG "true";
367   };
368
369   non-US/non-free
370   {
371         Description "Software that fails to meet the DFSG (non-US)";
372         MeetsDFSG "false";
373   };
374
375 };
376
377 Section
378 {
379
380   non-US;
381
382 };
383
384 Priority
385 {
386
387   required 1;
388   important 2;
389   standard 3;
390   optional 4;
391   extra 5;
392   source 0; // i.e. unused
393
394 };
395
396 OverrideType
397 {
398
399   deb;
400   udeb;
401   dsc;
402
403 };
404
405 Location
406 {
407   
408   // Old style locations on non-US.debian.org
409
410   /org/non-us.debian.org/ftp/dists/proposed-updates/
411     {
412       Archive "non-US";
413       Suite "proposed-updates";
414       Type "legacy-mixed";
415     };
416
417   /org/non-us.debian.org/ftp/dists/
418     {
419       Archive "non-US";
420       Suites 
421         {
422           Stable;
423           Unstable;
424         };
425       Type "legacy";
426     };
427
428   // New pool locations on non-US.debian.org
429   /org/non-us.debian.org/ftp/pool/
430     {
431       Archive "non-US";
432       Type "pool";
433     };
434
435 };
436
437 Urgency
438 {
439   Default "low";
440   Valid
441   {
442     low;
443     medium;
444     high;
445     emergency;
446     critical;
447   };
448 };
449