]> 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 stable-security proposed-updates";
283  "map-unreleased stable unstable";
284  "map-unreleased proposed-updates unstable";
285  "map testing woody-proposed-updates";
286  "map testing-security 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