]> 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    BXANotify "false";
24    SkipTime 300;
25    CloseBugs "true";
26    OverrideDisparityCheck "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   };
145
146   Testing
147   {
148         Components 
149         {
150           non-US/main;
151           non-US/contrib;
152           non-US/non-free;
153         };
154         Architectures 
155         {
156           source;  
157           all;
158           alpha; 
159           arm;
160           hppa;
161           i386;
162           ia64;
163           m68k;
164           mips;
165           mipsel;
166           powerpc;
167           s390;
168           sparc;
169         };
170         Origin "Debian";
171         Description "Debian Testing distribution - Not Released";
172         CodeName "woody";
173         OverrideCodeName "woody";
174         Priority "3";
175   };
176
177   Woody-Proposed-Updates
178   {
179         Components 
180         {
181           non-US/main;
182           non-US/contrib;
183           non-US/non-free;
184         };
185         Architectures 
186         {
187           source;  
188           all;
189           alpha; 
190           arm;
191           hppa;
192           i386;
193           ia64;
194           m68k;
195           mips;
196           mipsel;
197           powerpc;
198           s390;
199           sparc;
200         };
201         Origin "Debian";
202         Description "Debian Testing distribution updates - Not Released";
203         CodeName "woody-proposed-updates";
204         OverrideCodeName "woody";
205         Priority "4";
206   };
207
208   Unstable
209   {
210         Components 
211         {
212           non-US/main;
213           non-US/contrib;
214           non-US/non-free;
215         };
216         Architectures 
217         {
218           source; 
219           all;
220           alpha; 
221           arm;
222           hppa;
223           hurd-i386;
224           i386;
225           ia64;
226           m68k;
227           mips;
228           mipsel;
229           powerpc;
230           s390;
231           sh;
232           sparc;
233         };
234         Announce "debian-devel-changes@lists.debian.org";
235         Origin "Debian";
236         Description "Debian Unstable - Not Released";
237         CodeName "sid";
238         OverrideCodeName "sid";
239         Priority "5";
240   };
241
242 };
243
244 SuiteMappings
245 {
246  "map stable proposed-updates"
247  "map-unreleased stable unstable"
248  "map-unreleased proposed-updates unstable"
249  "ignore testing"
250 };
251
252 Dir
253 {
254   Root "/org/non-us.debian.org/ftp/";
255   Pool "/org/non-us.debian.org/ftp/pool/";
256   PoolRoot "pool/";
257   Templates "/org/non-us.debian.org/katie/templates/";
258   Override "/org/non-us.debian.org/scripts/override/";
259   Lists "/org/non-us.debian.org/database/dists/";
260   Log "/org/non-us.debian.org/log/";
261   Morgue "/org/non-us.debian.org/morgue/";
262   MorgueReject "reject";
263   UrgencyLog "/org/non-us.debian.org/testing/";
264   Queue
265   {
266     Root "/org/non-us.debian.org/queue/";
267     Accepted "/org/non-us.debian.org/queue/accepted/";
268     Byhand "/org/non-us.debian.org/queue/byhand/";
269     Done "/org/non-us.debian.org/queue/done/";
270     Holding "/org/non-us.debian.org/queue/holding/";
271     New "/org/non-us.debian.org/queue/new/";
272     Reject "/org/non-us.debian.org/queue/reject/";
273     Unchecked "/org/non-us.debian.org/queue/unchecked/";
274   };
275 };
276
277 DB
278 {
279   Name "projectb";
280   Host "";
281   Port -1;
282 };
283
284 Architectures
285 {
286
287   source "Source";
288   all "Architecture Independent";
289   alpha "DEC Alpha";
290   hurd-i386 "Intel ia32 running the HURD";
291   hppa "HP PA RISC";
292   arm "Arm";
293   i386 "Intel ia32";
294   ia64 "Intel ia64";
295   m68k "Motorola Mc680x0";
296   mips "SGI MIPS";
297   mipsel "SGI MIPS (Little Endian)";
298   powerpc "PowerPC";
299   s390 "IBM S/390";
300   sh "Hitatchi SuperH";
301   sparc "Sun SPARC/UltraSPARC";
302
303 };
304
305 Archive
306 {
307
308   non-US 
309   {
310     OriginServer "non-us.debian.org";
311     PrimaryMirror "non-us.debian.org";
312     Description "Non-US Archive for the Debian project";
313   };
314
315 };
316
317 Component
318 {
319
320   non-US/main
321   {
322         Description "Main (non-US)";
323         MeetsDFSG "true";
324   };
325
326   non-US/contrib
327   {
328         Description "Contrib (non-US)";
329         MeetsDFSG "true";
330   };
331
332   non-US/non-free
333   {
334         Description "Software that fails to meet the DFSG (non-US)";
335         MeetsDFSG "false";
336   };
337
338 };
339
340 Section
341 {
342
343   non-US;
344
345 };
346
347 Priority
348 {
349
350   required 1;
351   important 2;
352   standard 3;
353   optional 4;
354   extra 5;
355   source 0; // i.e. unused
356
357 };
358
359 OverrideType
360 {
361
362   deb;
363   udeb;
364   dsc;
365
366 };
367
368 Location
369 {
370   
371   // Old style locations on non-US.debian.org
372
373   /org/non-us.debian.org/ftp/dists/proposed-updates/
374     {
375       Archive "non-US";
376       Suite "proposed-updates";
377       Type "legacy-mixed";
378     };
379
380   /org/non-us.debian.org/ftp/dists/
381     {
382       Archive "non-US";
383       Suites 
384         {
385           Stable;
386           Unstable;
387         };
388       Type "legacy";
389     };
390
391   // New pool locations on non-US.debian.org
392   /org/non-us.debian.org/ftp/pool/
393     {
394       Archive "non-US";
395       Type "pool";
396     };
397
398 };
399
400 Urgency
401 {
402   Default "low";
403   Valid
404   {
405     low;
406     medium;
407     high;
408     emergency;
409     critical;
410   };
411 };
412