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