]> 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 0;
24 };
25
26 Julia
27 {
28   ValidGID "800";
29   // Comma seperated list of users who are in Postgres but not the passwd file
30   KnownPostgres "postgres,www-data,katie,auric";
31 };
32
33 Shania
34 {
35   Options
36   {
37     Days 14;
38    };
39  MorgueSubDir "shania";
40 };
41
42
43 Catherine 
44 {
45   Options 
46   {
47      Limit      10240;
48   };
49 };
50
51 Natalie
52 {
53   Options
54   {
55     Component "non-US/main";
56     Suite "unstable";
57     Type "deb";
58    };
59  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
60 };
61
62 Melanie
63 {
64   Options
65   {
66     Suite "unstable";
67    };
68    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
69    LogFile "/home/troup/public_html/removals.txt";
70    Bcc "removed-packages@qa.debian.org";
71 };
72
73 Neve
74 {
75   ExportDir "/org/non-us.debian.org/katie/neve-files/";
76 };
77
78 Rhona
79 {
80   // How long (in seconds) dead packages are left before being killed
81   StayOfExecution 129600; // 1.5 days
82   MorgueSubDir "rhona";
83   OverrideFilename "override.source-only";
84 };
85
86 Suite
87 {
88
89   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
90
91   // non-US doesn't have experimental (yet)  
92 //    Experimental
93 //    {
94 //      Architectures 
95 //      {
96 //        source "";  
97 //        all "";
98 //        alpha ""; 
99 //        arm "";
100 //        i386 "";
101 //        m68k "";
102 //        powerpc "";
103 //        sparc "";
104 //      };
105 //      Announce "debian-devel-changes@lists.debian.org";
106 //      Origin "Debian";
107 //      Description "Experimental packages - not released; use at your own risk.";
108 //      CodeName "experimental";
109 //      OverrideCodeName "experimental";
110 //      SingleOverrideFile "true";
111 //      NotAutomatic "yes";
112 //      Priority "0";
113 //          Tree "project/experimental";
114 //    };
115
116   Stable
117   {
118         Components 
119         {
120           non-US/main "";
121           non-US/contrib "";
122           non-US/non-free "";
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         Version "2.2r6";
137         Origin "Debian";
138         Description "Debian 2.2r6 Released 3rd April 2002";
139         CodeName "potato";
140         OverrideCodeName "potato";
141         Priority "1";
142         Untouchable "1";
143         ChangeLogBase "dists/stable/non-US/";
144   };
145
146   Proposed-Updates
147   {
148         Architectures 
149         {
150           source "";  
151           all "";
152           alpha ""; 
153           arm "";
154           i386 "";
155           m68k "";
156           powerpc "";
157           sparc "";
158         };
159         Announce "debian-changes@lists.debian.org";
160         CopyChanges "dists/proposed-updates/";
161         CopyKatie "/org/non-us.debian.org/queue/proposed-updates/";
162         Version "2.2r6";
163         Origin "Debian";
164         Description "Proposed Updates for Debian 2.2r6 - Not Released";
165         CodeName "proposed-updates";
166         OverrideCodeName "potato";
167         OverrideSuite "stable";
168         Priority "2";
169   };
170
171   Testing
172   {
173         Components 
174         {
175           non-US/main "";
176           non-US/contrib "";
177           non-US/non-free "";
178         };
179         Architectures 
180         {
181           source "";  
182           all "";
183           alpha ""; 
184           arm "";
185           hppa "";
186           i386 "";
187           ia64 "";
188           m68k "";
189           mips "";
190           mipsel "";
191           powerpc "";
192           s390 "";
193           sparc "";
194         };
195         Origin "Debian";
196         Description "Debian Testing distribution - Not Released";
197         CodeName "woody";
198         OverrideCodeName "woody";
199         Priority "3";
200   };
201
202   Woody-Proposed-Updates
203   {
204         Components 
205         {
206           non-US/main "";
207           non-US/contrib "";
208           non-US/non-free "";
209         };
210         Architectures 
211         {
212           source "";  
213           all "";
214           alpha ""; 
215           arm "";
216           hppa "";
217           i386 "";
218           ia64 "";
219           m68k "";
220           mips "";
221           mipsel "";
222           powerpc "";
223           s390 "";
224           sparc "";
225         };
226         Origin "Debian";
227         Description "Debian Testing distribution updates - Not Released";
228         CodeName "woody-proposed-updates";
229         OverrideCodeName "woody";
230         Priority "4";
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   };
266
267 };
268
269 Dir
270 {
271   RootDir "/org/non-us.debian.org/ftp/";
272   PoolDir "/org/non-us.debian.org/ftp/pool/";
273   PoolRoot "pool/";
274   TemplatesDir "/org/non-us.debian.org/katie/templates/";
275   IncomingDir "/org/non-us.debian.org/incoming/";
276   OverrideDir "/org/non-us.debian.org/scripts/override/";
277   ListsDir "/org/non-us.debian.org/database/dists/";
278   LogDir "/org/non-us.debian.org/log/";
279   Morgue "/org/non-us.debian.org/morgue/";
280   MorgueRejectDir "reject";
281   QueueRootDir "/org/non-us.debian.org/queue/";
282   QueueAcceptedDir "/org/non-us.debian.org/queue/accepted/";
283   QueueByhandDir "/org/non-us.debian.org/queue/byhand/";
284   QueueDoneDir "/org/non-us.debian.org/queue/done/";
285   QueueHoldingDir "/org/non-us.debian.org/queue/holding/";
286   QueueNewDir "/org/non-us.debian.org/queue/new/";
287   QueueRejectDir "/org/non-us.debian.org/queue/reject/";
288   QueueUncheckedDir "/org/non-us.debian.org/queue/unchecked/";
289   UrgencyLogDir "/org/non-us.debian.org/testing/";
290 };
291
292 DB
293 {
294   Name "projectb";
295   Host "";
296   Port -1;
297 };
298
299 Architectures
300 {
301
302   source "Source";
303   all "Architecture Independent";
304   alpha "DEC Alpha";
305   hurd-i386 "Intel ia32 running the HURD";
306   hppa "HP PA RISC";
307   arm "Arm";
308   i386 "Intel ia32";
309   ia64 "Intel ia64";
310   m68k "Motorola Mc680x0";
311   mips "SGI MIPS";
312   mipsel "SGI MIPS (Little Endian)";
313   powerpc "PowerPC";
314   s390 "IBM S/390";
315   sh "Hitatchi SuperH";
316   sparc "Sun SPARC/UltraSPARC";
317
318 };
319
320 Archive
321 {
322
323   non-US 
324   {
325     OriginServer "non-us.debian.org";
326     PrimaryMirror "non-us.debian.org";
327     Description "Non-US Archive for the Debian project";
328   };
329
330 };
331
332 Component
333 {
334
335   non-US/main
336   {
337         Description "Main (non-US)";
338         MeetsDFSG "true";
339   };
340
341   non-US/contrib
342   {
343         Description "Contrib (non-US)";
344         MeetsDFSG "true";
345   };
346
347   non-US/non-free
348   {
349         Description "Software that fails to meet the DFSG (non-US)";
350         MeetsDFSG "false";
351   };
352
353 };
354
355 Section
356 {
357
358   non-US "";
359
360 };
361
362 Priority
363 {
364
365   required 1;
366   important 2;
367   standard 3;
368   optional 4;
369   extra 5;
370   source 0; // i.e. unused
371
372 };
373
374 OverrideType
375 {
376
377   deb "";
378   udeb "";
379   dsc "";
380
381 };
382
383 Location
384 {
385   
386   // Old style locations on non-US.debian.org
387
388   /org/non-us.debian.org/ftp/dists/proposed-updates/
389     {
390       Archive "non-US";
391       Suite "proposed-updates";
392       Type "legacy-mixed";
393     };
394
395   /org/non-us.debian.org/ftp/dists/
396     {
397       Archive "non-US";
398       Suites 
399         {
400           Stable "";
401           Unstable "";
402         };
403       Type "legacy";
404     };
405
406   // New pool locations on non-US.debian.org
407   /org/non-us.debian.org/ftp/pool/
408     {
409       Archive "non-US";
410       Type "pool";
411     };
412
413 };
414
415 Urgency
416 {
417   Default "low";
418   Valid
419   {
420     low "";
421     medium "";
422     high "";
423     emergency "";
424     critical "";
425   };
426 };
427