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