]> 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    CloseBugs "true";
25    OverrideDisparityCheck "true";
26 };
27
28 Julia
29 {
30   ValidGID "800";
31   // Comma seperated list of users who are in Postgres but not the passwd file
32   KnownPostgres "postgres,www-data,katie,auric";
33 };
34
35 Shania
36 {
37   Options
38   {
39     Days 14;
40    };
41  MorgueSubDir "shania";
42 };
43
44
45 Catherine 
46 {
47   Options 
48   {
49      Limit      10240;
50   };
51 };
52
53 Natalie
54 {
55   Options
56   {
57     Component "non-US/main";
58     Suite "unstable";
59     Type "deb";
60    };
61  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
62 };
63
64 Melanie
65 {
66   Options
67   {
68     Suite "unstable";
69    };
70    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
71    LogFile "/home/troup/public_html/removals.txt";
72    Bcc "removed-packages@qa.debian.org";
73 };
74
75 Neve
76 {
77   ExportDir "/org/non-us.debian.org/katie/neve-files/";
78 };
79
80 Rhona
81 {
82   // How long (in seconds) dead packages are left before being killed
83   StayOfExecution 129600; // 1.5 days
84   MorgueSubDir "rhona";
85   OverrideFilename "override.source-only";
86 };
87
88 Suite
89 {
90   Stable
91   {
92         Components 
93         {
94           non-US/main;
95           non-US/contrib;
96           non-US/non-free;
97         };
98         Architectures 
99         {
100           source;  
101           all;
102           alpha; 
103           arm;
104           i386;
105           m68k;
106           powerpc;
107           sparc;
108         };
109         Announce "debian-changes@lists.debian.org";
110         Version "2.2r6";
111         Origin "Debian";
112         Description "Debian 2.2r6 Released 3rd April 2002";
113         CodeName "potato";
114         OverrideCodeName "potato";
115         Priority "1";
116         Untouchable "1";
117         ChangeLogBase "dists/stable/non-US/";
118   };
119
120   Proposed-Updates
121   {
122         Architectures 
123         {
124           source;  
125           all;
126           alpha; 
127           arm;
128           i386;
129           m68k;
130           powerpc;
131           sparc;
132         };
133         Announce "debian-changes@lists.debian.org";
134         CopyChanges "dists/proposed-updates/";
135         CopyKatie "/org/non-us.debian.org/queue/proposed-updates/";
136         Version "2.2r6";
137         Origin "Debian";
138         Description "Proposed Updates for Debian 2.2r6 - Not Released";
139         CodeName "proposed-updates";
140         OverrideCodeName "potato";
141         OverrideSuite "stable";
142         Priority "2";
143         VersionChecks
144         {
145           MustBeNewerThan
146           {
147             Stable;
148           };
149           MustBeOlderThan
150           {
151             Unstable;
152             Experimental;
153           };
154         };
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         VersionChecks
218         {
219           MustBeNewerThan
220           {
221             Stable;
222             Proposed-Updates;
223             Testing;
224           };
225           MustBeOlderThan
226           {
227             Unstable;
228             Experimental;
229           };
230         };
231   };
232
233   Unstable
234   {
235         Components 
236         {
237           non-US/main;
238           non-US/contrib;
239           non-US/non-free;
240         };
241         Architectures 
242         {
243           source; 
244           all;
245           alpha; 
246           arm;
247           hppa;
248           hurd-i386;
249           i386;
250           ia64;
251           m68k;
252           mips;
253           mipsel;
254           powerpc;
255           s390;
256           sh;
257           sparc;
258         };
259         Announce "debian-devel-changes@lists.debian.org";
260         Origin "Debian";
261         Description "Debian Unstable - Not Released";
262         CodeName "sid";
263         OverrideCodeName "sid";
264         Priority "5";
265         VersionChecks
266         {
267           MustBeNewerThan
268           {
269             Stable;
270             Proposed-Updates;
271             Testing;
272             Woody-Proposed-Updates;
273           };
274         };
275   };
276
277 };
278
279 SuiteMappings
280 {
281  "map stable proposed-updates";
282  "map-unreleased stable unstable";
283  "map-unreleased proposed-updates unstable";
284  "map testing woody-proposed-updates";
285  "map-unreleased testing unstable-";
286  "map-unreleased woody-proposed-updates unstable";
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