]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
add SuiteSuffix
[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    SuiteSuffix "non-US";
26    OverrideDisparityCheck "true";
27    StableDislocationSupport "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 stable-security proposed-updates";
285  "map-unreleased stable unstable";
286  "map-unreleased proposed-updates unstable";
287  "map testing woody-proposed-updates";
288  "map testing-security woody-proposed-updates";
289  "map-unreleased testing unstable-";
290  "map-unreleased woody-proposed-updates unstable";
291 };
292
293 Dir
294 {
295   Root "/org/non-us.debian.org/ftp/";
296   Pool "/org/non-us.debian.org/ftp/pool/";
297   PoolRoot "pool/";
298   Templates "/org/non-us.debian.org/katie/templates/";
299   Override "/org/non-us.debian.org/scripts/override/";
300   Lists "/org/non-us.debian.org/database/dists/";
301   Log "/org/non-us.debian.org/log/";
302   Morgue "/org/non-us.debian.org/morgue/";
303   MorgueReject "reject";
304   UrgencyLog "/org/non-us.debian.org/testing/";
305   Queue
306   {
307     Root "/org/non-us.debian.org/queue/";
308     Accepted "/org/non-us.debian.org/queue/accepted/";
309     Byhand "/org/non-us.debian.org/queue/byhand/";
310     Done "/org/non-us.debian.org/queue/done/";
311     Holding "/org/non-us.debian.org/queue/holding/";
312     New "/org/non-us.debian.org/queue/new/";
313     Reject "/org/non-us.debian.org/queue/reject/";
314     Unchecked "/org/non-us.debian.org/queue/unchecked/";
315   };
316 };
317
318 DB
319 {
320   Name "projectb";
321   Host "";
322   Port -1;
323 };
324
325 Architectures
326 {
327
328   source "Source";
329   all "Architecture Independent";
330   alpha "DEC Alpha";
331   hurd-i386 "Intel ia32 running the HURD";
332   hppa "HP PA RISC";
333   arm "Arm";
334   i386 "Intel ia32";
335   ia64 "Intel ia64";
336   m68k "Motorola Mc680x0";
337   mips "SGI MIPS";
338   mipsel "SGI MIPS (Little Endian)";
339   powerpc "PowerPC";
340   s390 "IBM S/390";
341   sh "Hitatchi SuperH";
342   sparc "Sun SPARC/UltraSPARC";
343
344 };
345
346 Archive
347 {
348
349   non-US 
350   {
351     OriginServer "non-us.debian.org";
352     PrimaryMirror "non-us.debian.org";
353     Description "Non-US Archive for the Debian project";
354   };
355
356 };
357
358 Component
359 {
360
361   non-US/main
362   {
363         Description "Main (non-US)";
364         MeetsDFSG "true";
365   };
366
367   non-US/contrib
368   {
369         Description "Contrib (non-US)";
370         MeetsDFSG "true";
371   };
372
373   non-US/non-free
374   {
375         Description "Software that fails to meet the DFSG (non-US)";
376         MeetsDFSG "false";
377   };
378
379 };
380
381 Section
382 {
383
384   non-US;
385
386 };
387
388 Priority
389 {
390
391   required 1;
392   important 2;
393   standard 3;
394   optional 4;
395   extra 5;
396   source 0; // i.e. unused
397
398 };
399
400 OverrideType
401 {
402
403   deb;
404   udeb;
405   dsc;
406
407 };
408
409 Location
410 {
411   
412   // Old style locations on non-US.debian.org
413
414   /org/non-us.debian.org/ftp/dists/proposed-updates/
415     {
416       Archive "non-US";
417       Suite "proposed-updates";
418       Type "legacy-mixed";
419     };
420
421   /org/non-us.debian.org/ftp/dists/
422     {
423       Archive "non-US";
424       Suites 
425         {
426           Stable;
427           Unstable;
428         };
429       Type "legacy";
430     };
431
432   // New pool locations on non-US.debian.org
433   /org/non-us.debian.org/ftp/pool/
434     {
435       Archive "non-US";
436       Type "pool";
437     };
438
439 };
440
441 Urgency
442 {
443   Default "low";
444   Valid
445   {
446     low;
447     medium;
448     high;
449     emergency;
450     critical;
451   };
452 };
453