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