]> git.decadent.org.uk Git - dak.git/blob - katie.conf
sync
[dak.git] / katie.conf
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/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
6    SigningPubKeyring "/org/ftp.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/ftp.debian.org/katie/log";
17    LockFile "/org/ftp.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 1;
24    SkipTime 300;
25 };
26
27 Julia
28 {
29   ValidGID "800";
30   // Comma seperated list of users who are in Postgres but not the passwd file
31   KnownPostgres "postgres,katie";
32 };
33
34 Shania
35 {
36   Options
37   {
38     Days 14;
39    };
40  MorgueSubDir "shania";
41 };
42
43 Natalie
44 {
45   Options
46   {
47     Component "main";
48     Suite "unstable";
49     Type "deb";
50    };
51
52  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
53 };
54
55 Melanie
56 {
57   Options
58   {
59     Suite "unstable";
60    };
61
62    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
63    LogFile "/org/ftp.debian.org/web/removals.txt";
64    Bcc "removed-packages@qa.debian.org";
65 };
66
67 Neve
68 {
69   ExportDir "/org/ftp.debian.org/katie/neve-files/";
70 };
71
72 Rhona
73 {
74   // How long (in seconds) dead packages are left before being killed
75   StayOfExecution 129600; // 1.5 days
76   MorgueSubDir "rhona";
77   OverrideFilename "override.source-only";
78 };
79
80 Suite
81 {
82   // Priority determines which suite is used for the Maintainers file
83   // as generated by charisma (highest wins).
84  
85   Experimental
86   {
87         Components 
88         {
89           main "";
90           contrib "";
91           non-free "";
92         };
93         Architectures 
94         {
95           source ""; 
96           all "";
97           alpha ""; 
98           arm "";
99           hppa "";
100           hurd-i386 "";
101           i386 "";
102           ia64 "";
103           m68k "";
104           mips "";
105           mipsel "";
106           powerpc "";
107           s390 "";
108           sh "";
109           sparc "";
110         };
111         Announce "debian-devel-changes@lists.debian.org";
112         Origin "Debian";
113         Description "Experimental packages - not released; use at your own risk.";
114         CodeName "experimental";
115         NotAutomatic "yes";
116         OverrideCodeName "sid";
117         OverrideSuite "unstable";
118         Priority "0";
119         Tree "project/experimental";
120   };
121
122   Stable
123   {
124         Components 
125         {
126           main "";
127           contrib "";
128           non-free "";
129         };
130         Architectures 
131         {
132           source "";  
133           all "";
134           alpha ""; 
135           arm "";
136           i386 "";
137           m68k "";
138           powerpc "";
139           sparc "";
140         };
141         Announce "debian-changes@lists.debian.org";
142         Version "2.2r6";
143         Origin "Debian";
144         Description "Debian 2.2r6 Released 3rd April 2002";
145         CodeName "potato";
146         OverrideCodeName "potato";
147         Priority "1";
148         Untouchable "1";
149         ChangeLogBase "dists/stable/";
150   };
151
152   Proposed-Updates
153   {
154         Architectures 
155         {
156           source "";  
157           all "";
158           alpha ""; 
159           arm "";
160           i386 "";
161           m68k "";
162           powerpc "";
163           sparc "";
164         };
165         Announce "debian-changes@lists.debian.org";
166         CopyChanges "dists/proposed-updates/";
167         CopyKatie "/org/ftp.debian.org/queue/proposed-updates/";
168         Version "2.2r6";
169         Origin "Debian";
170         Description "Proposed Updates for Debian 2.2r6 - Not Released";
171         CodeName "proposed-updates";
172         OverrideCodeName "potato";
173         OverrideSuite "stable";
174         Priority "2";
175   };
176
177   Testing
178   {
179         Components 
180         {
181           main "";
182           contrib "";
183           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 - Not Released";
203         CodeName "woody";
204         OverrideCodeName "woody";
205         Priority "3";
206   };
207
208   Woody-Proposed-Updates
209   {
210         Components 
211         {
212           main "";
213           contrib "";
214           non-free "";
215         };
216         Architectures 
217         {
218           source "";  
219           all "";
220           alpha ""; 
221           arm "";
222           hppa "";
223           i386 "";
224           ia64 "";
225           m68k "";
226           mips "";
227           mipsel "";
228           powerpc "";
229           s390 "";
230           sparc "";
231         };
232         Origin "Debian";
233         Description "Debian Testing distribution updates - Not Released";
234         CodeName "woody-proposed-updates";
235         OverrideCodeName "woody";
236         OverrideSuite "unstable";
237         Priority "4";
238   };
239
240   Unstable
241   {
242         Components 
243         {
244           main "";
245           contrib "";
246           non-free "";
247         };
248         Architectures 
249         {
250           source "";
251           all "";
252           alpha "";
253           arm "";
254           hppa "";
255           hurd-i386 "";
256           i386 "";
257           ia64 "";
258           m68k "";
259           mips "";
260           mipsel "";
261           powerpc "";
262           s390 "";
263           sh "";
264           sparc "";
265         };
266         Announce "debian-devel-changes@lists.debian.org";
267         Origin "Debian";
268         Description "Debian Unstable - Not Released";
269         CodeName "sid";
270         OverrideCodeName "sid";
271         Priority "5";
272   };
273
274 };
275
276 Dir
277 {
278   RootDir "/org/ftp.debian.org/ftp/";
279   PoolDir "/org/ftp.debian.org/ftp/pool/";
280   TemplatesDir "/org/ftp.debian.org/katie/templates/";
281   LockDir "/org/ftp.debian.org/katie/locks/";
282   PoolRoot "pool/";
283   IncomingDir "/org/ftp.debian.org/incoming/";
284   OverrideDir "/org/ftp.debian.org/scripts/override/";
285   ListsDir "/org/ftp.debian.org/database/dists/";
286   LogDir "/org/ftp.debian.org/log/";
287   Morgue "/org/ftp.debian.org/morgue/";
288   MorgueRejectDir "reject";
289   OverrideDir "/org/ftp.debian.org/scripts/override/";
290   QueueRootDir "/org/ftp.debian.org/queue/";
291   QueueAcceptedDir "/org/ftp.debian.org/queue/accepted/";
292   QueueByhandDir "/org/ftp.debian.org/queue/byhand/";
293   QueueDoneDir "/org/ftp.debian.org/queue/done/";
294   QueueHoldingDir "/org/ftp.debian.org/queue/holding/";
295   QueueNewDir "/org/ftp.debian.org/queue/new/";
296   QueueRejectDir "/org/ftp.debian.org/queue/reject/";
297   QueueUncheckedDir "/org/ftp.debian.org/queue/unchecked/";
298   UrgencyLogDir "/org/ftp.debian.org/testing/urgencies/";
299 };
300
301 DB
302 {
303   Name "projectb";
304   Host ""; 
305   Port -1;
306
307   NonUSName "projectb";
308   NonUSHost "non-US.debian.org";
309   NonUSPort -1;
310   NonUSUser "auric";
311   NonUSPassword "moo";
312
313 };
314
315 Architectures
316 {
317
318   source "Source";
319   all "Architecture Independent";
320   alpha "DEC Alpha";
321   hurd-i386 "Intel ia32 running the HURD";
322   hppa "HP PA RISC";
323   arm "Arm";
324   i386 "Intel ia32";
325   ia64 "Intel ia64";
326   m68k "Motorola Mc680x0";
327   mips "SGI MIPS";
328   mipsel "SGI MIPS (Little Endian)";
329   powerpc "PowerPC";
330   s390 "IBM S/390";
331   sh "Hitatchi SuperH";
332   sparc "Sun SPARC/UltraSPARC";
333
334 };
335
336 Archive
337 {
338
339   ftp-master
340   {
341     OriginServer "ftp-master.debian.org";
342     PrimaryMirror "ftp.debian.org";
343     Description "Master Archive for the Debian project";
344   };
345
346 };
347
348 Component
349 {
350
351   main
352   {
353         Description "Main";
354         MeetsDFSG "true";
355   };
356
357   contrib
358   {
359         Description "Contrib";
360         MeetsDFSG "true";
361   };
362
363   non-free
364   {
365         Description "Software that fails to meet the DFSG";
366         MeetsDFSG "false";
367   };
368
369   mixed  // **NB:** only used for overrides; not yet used in other code
370   {
371         Description "Legacy Mixed";
372         MeetsDFSG "false";
373   };
374
375 };
376
377 Section
378 {
379
380   admin "";
381   base "";
382   comm "";
383   debian-installer "";
384   devel "";
385   doc "";
386   editors "";
387   electronics "";
388   games "";
389   graphics "";
390   hamradio "";
391   interpreters "";
392   libs "";
393   mail "";
394   math "";
395   misc "";
396   net "";
397   news "";
398   oldlibs "";
399   otherosfs "";
400   science "";
401   shells "";
402   sound "";
403   tex "";
404   text "";
405   utils "";
406   web "";
407   x11 "";
408
409 };
410
411 Priority
412 {
413
414   required 1;
415   important 2;
416   standard 3;
417   optional 4;
418   extra 5;
419   source 0; // i.e. unused
420
421 };
422
423 OverrideType
424 {
425
426   deb "";
427   udeb "";
428   dsc "";
429
430 };
431
432 Location
433 {
434   
435   // Old style locations on ftp-master.debian.org
436
437   /org/ftp.debian.org/ftp/project/experimental/
438     {
439       Archive "ftp-master";
440       Suite "experimental";
441       Type "legacy-mixed";
442     };
443
444   /org/ftp.debian.org/ftp/dists/proposed-updates/
445     {
446       Archive "ftp-master";
447       Suite "proposed-updates";
448       Type "legacy-mixed";
449     };
450
451   /org/ftp.debian.org/ftp/dists/
452     {
453       Archive "ftp-master";
454       Suites 
455         {
456           Stable "";
457           Unstable "";
458         };
459       Type "legacy";
460     };
461
462   // New pool locations on ftp-master.debian.org
463   /org/ftp.debian.org/ftp/pool/
464     {
465       Archive "ftp-master";
466       Type "pool";
467     };
468
469 };
470
471 Urgency
472 {
473   Default "low";
474   Valid
475   {
476     low "";
477     medium "";
478     high "";
479     emergency "";
480     critical "";
481   };
482 };