]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
2.2r7 was released
[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.2r7";
113         Origin "Debian";
114         Description "Debian 2.2r7 Released 12th July 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.2r7";
139         Origin "Debian";
140         Description "Proposed Updates for Debian 2.2r7 - 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         OverrideSuite "unstable";
219         Priority "4";
220         VersionChecks
221         {
222           MustBeNewerThan
223           {
224             Stable;
225             Proposed-Updates;
226             Testing;
227           };
228           MustBeOlderThan
229           {
230             Unstable;
231             Experimental;
232           };
233         };
234   };
235
236   Unstable
237   {
238         Components 
239         {
240           non-US/main;
241           non-US/contrib;
242           non-US/non-free;
243         };
244         Architectures 
245         {
246           source; 
247           all;
248           alpha; 
249           arm;
250           hppa;
251           hurd-i386;
252           i386;
253           ia64;
254           m68k;
255           mips;
256           mipsel;
257           powerpc;
258           s390;
259           sh;
260           sparc;
261         };
262         Announce "debian-devel-changes@lists.debian.org";
263         Origin "Debian";
264         Description "Debian Unstable - Not Released";
265         CodeName "sid";
266         OverrideCodeName "sid";
267         Priority "5";
268         VersionChecks
269         {
270           MustBeNewerThan
271           {
272             Stable;
273             Proposed-Updates;
274             Testing;
275             Woody-Proposed-Updates;
276           };
277         };
278   };
279
280 };
281
282 SuiteMappings
283 {
284  "map stable proposed-updates";
285  "map stable-security proposed-updates";
286  "map-unreleased stable unstable";
287  "map-unreleased proposed-updates unstable";
288  "map testing woody-proposed-updates";
289  "map testing-security woody-proposed-updates";
290  "map-unreleased testing unstable-";
291  "map-unreleased woody-proposed-updates unstable";
292 };
293
294 Dir
295 {
296   Root "/org/non-us.debian.org/ftp/";
297   Pool "/org/non-us.debian.org/ftp/pool/";
298   PoolRoot "pool/";
299   Templates "/org/non-us.debian.org/katie/templates/";
300   Override "/org/non-us.debian.org/scripts/override/";
301   Lists "/org/non-us.debian.org/database/dists/";
302   Log "/org/non-us.debian.org/log/";
303   Morgue "/org/non-us.debian.org/morgue/";
304   MorgueReject "reject";
305   UrgencyLog "/org/non-us.debian.org/testing/";
306   Queue
307   {
308     Root "/org/non-us.debian.org/queue/";
309     Accepted "/org/non-us.debian.org/queue/accepted/";
310     Byhand "/org/non-us.debian.org/queue/byhand/";
311     Done "/org/non-us.debian.org/queue/done/";
312     Holding "/org/non-us.debian.org/queue/holding/";
313     New "/org/non-us.debian.org/queue/new/";
314     Reject "/org/non-us.debian.org/queue/reject/";
315     Unchecked "/org/non-us.debian.org/queue/unchecked/";
316   };
317 };
318
319 DB
320 {
321   Name "projectb";
322   Host "";
323   Port -1;
324 };
325
326 Architectures
327 {
328
329   source "Source";
330   all "Architecture Independent";
331   alpha "DEC Alpha";
332   hurd-i386 "Intel ia32 running the HURD";
333   hppa "HP PA RISC";
334   arm "Arm";
335   i386 "Intel ia32";
336   ia64 "Intel ia64";
337   m68k "Motorola Mc680x0";
338   mips "SGI MIPS";
339   mipsel "SGI MIPS (Little Endian)";
340   powerpc "PowerPC";
341   s390 "IBM S/390";
342   sh "Hitatchi SuperH";
343   sparc "Sun SPARC/UltraSPARC";
344
345 };
346
347 Archive
348 {
349
350   non-US 
351   {
352     OriginServer "non-us.debian.org";
353     PrimaryMirror "non-us.debian.org";
354     Description "Non-US Archive for the Debian project";
355   };
356
357 };
358
359 Component
360 {
361
362   non-US/main
363   {
364         Description "Main (non-US)";
365         MeetsDFSG "true";
366   };
367
368   non-US/contrib
369   {
370         Description "Contrib (non-US)";
371         MeetsDFSG "true";
372   };
373
374   non-US/non-free
375   {
376         Description "Software that fails to meet the DFSG (non-US)";
377         MeetsDFSG "false";
378   };
379
380 };
381
382 Section
383 {
384
385   non-US;
386
387 };
388
389 Priority
390 {
391
392   required 1;
393   important 2;
394   standard 3;
395   optional 4;
396   extra 5;
397   source 0; // i.e. unused
398
399 };
400
401 OverrideType
402 {
403
404   deb;
405   udeb;
406   dsc;
407
408 };
409
410 Location
411 {
412   
413   // Old style locations on non-US.debian.org
414
415   /org/non-us.debian.org/ftp/dists/proposed-updates/
416     {
417       Archive "non-US";
418       Suite "proposed-updates";
419       Type "legacy-mixed";
420     };
421
422   /org/non-us.debian.org/ftp/dists/
423     {
424       Archive "non-US";
425       Suites 
426         {
427           Stable;
428           Unstable;
429         };
430       Type "legacy";
431     };
432
433   // New pool locations on non-US.debian.org
434   /org/non-us.debian.org/ftp/pool/
435     {
436       Archive "non-US";
437       Type "pool";
438     };
439
440 };
441
442 Urgency
443 {
444   Default "low";
445   Valid
446   {
447     low;
448     medium;
449     high;
450     emergency;
451     critical;
452   };
453 };
454