]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
SigningPubKey for ziyi
[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    SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
8    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
9    MyAdminAddress "ftpmaster@debian.org";
10    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
11    MyDistribution "Debian"; // Used in emails
12    BugServer "bugs.debian.org";
13    PackagesServer "packages.debian.org";
14    NewAckList "/org/non-us.debian.org/katie/log";
15    LockFile "/org/non-us.debian.org/katie/lock";
16    Bcc "archive@ftp-master.debian.org";
17    GroupOverrideFilename "override.group-maint";
18    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
19 };
20
21 Julia
22 {
23   ValidGID "800";
24   // Comma seperated list of users who are in Postgres but not the passwd file
25   KnownPostgres "postgres,www-data,katie";
26 };
27
28 Shania
29 {
30   Options
31   {
32     Days 14;
33    };
34  MorgueSubDir "shania";
35 };
36
37 Natalie
38 {
39   Options
40   {
41     Component "non-US/main";
42     Suite "unstable";
43     Type "deb";
44    };
45  ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
46 };
47
48 Melanie
49 {
50   Options
51   {
52     Suite "unstable";
53    };
54    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
55    LogFile "/home/troup/public_html/removals.txt";
56    Bcc "removed-packages@qa.debian.org";
57 };
58
59 Neve
60 {
61   ExportDir "/org/non-us.debian.org/katie/neve-files/";
62 };
63
64 Rhona
65 {
66   // How long (in seconds) dead packages are left before being killed
67   StayOfExecution 129600; // 1.5 days
68   MorgueSubDir "rhona";
69   OverrideFilename "override.source-only";
70 };
71
72 Suite
73 {
74
75   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
76
77   // non-US doesn't have experimental (yet)  
78 //    Experimental
79 //    {
80 //      Architectures 
81 //      {
82 //        source "";  
83 //        all "";
84 //        alpha ""; 
85 //        arm "";
86 //        i386 "";
87 //        m68k "";
88 //        powerpc "";
89 //        sparc "";
90 //      };
91 //      Announce "debian-devel-changes@lists.debian.org";
92 //      Origin "Debian";
93 //      Description "Experimental packages - not released; use at your own risk.";
94 //      CodeName "experimental";
95 //      OverrideCodeName "experimental";
96 //      SingleOverrideFile "true";
97 //      NotAutomatic "yes";
98 //      Priority "0";
99 //          Tree "project/experimental";
100 //    };
101
102   Stable
103   {
104         Components 
105         {
106           non-US/main "";
107           non-US/contrib "";
108           non-US/non-free "";
109         };
110         Architectures 
111         {
112           source "";  
113           all "";
114           alpha ""; 
115           arm "";
116           i386 "";
117           m68k "";
118           powerpc "";
119           sparc "";
120         };
121         Announce "debian-changes@lists.debian.org";
122         Version "2.2r3";
123         Origin "Debian";
124         Description "Debian 2.2r3 Released 16th April 2001";
125         CodeName "potato";
126         OverrideCodeName "potato";
127         Priority "1";
128         Untouchable "1";
129         ChangeLogBase "dists/stable/non-US/";
130   };
131
132   Proposed-Updates
133   {
134         Architectures 
135         {
136           source "";  
137           all "";
138           alpha ""; 
139           arm "";
140           i386 "";
141           m68k "";
142           powerpc "";
143           sparc "";
144         };
145         Announce "debian-changes@lists.debian.org";
146         CopyChanges "dists/proposed-updates/";
147         Version "2.2r4";
148         Origin "Debian";
149         Description "Proposed Updates for Debian 2.2r4 - Not Released";
150         CodeName "proposed-updates";
151         OverrideCodeName "potato";
152         OverrideSuite "stable";
153         Priority "2";
154   };
155
156   Testing
157   {
158         Components 
159         {
160           non-US/main "";
161           non-US/contrib "";
162           non-US/non-free "";
163         };
164         Architectures 
165         {
166           source "";  
167           all "";
168           alpha ""; 
169           arm "";
170           hppa "";
171           i386 "";
172           ia64 "";
173           m68k "";
174           mips "";
175           mipsel "";
176           powerpc "";
177           s390 "";
178           sparc "";
179         };
180         Origin "Debian";
181         Description "Debian Testing distribution - Not Released";
182         CodeName "woody";
183         OverrideCodeName "woody";
184         Priority "3";
185   };
186
187   Woody-Proposed-Updates
188   {
189         Components 
190         {
191           non-US/main "";
192           non-US/contrib "";
193           non-US/non-free "";
194         };
195         Architectures 
196         {
197           source "";  
198           all "";
199           alpha ""; 
200           arm "";
201           hppa "";
202           i386 "";
203           ia64 "";
204           m68k "";
205           mips "";
206           mipsel "";
207           powerpc "";
208           s390 "";
209           sparc "";
210         };
211         Origin "Debian";
212         Description "Debian Testing distribution updates - Not Released";
213         CodeName "woody-proposed-updates";
214         OverrideCodeName "woody";
215         Priority "4";
216   };
217
218   Unstable
219   {
220         Components 
221         {
222           non-US/main "";
223           non-US/contrib "";
224           non-US/non-free "";
225         };
226         Architectures 
227         {
228           source ""; 
229           all "";
230           alpha ""; 
231           arm "";
232           hppa "";
233           hurd-i386 "";
234           i386 "";
235           ia64 "";
236           m68k "";
237           mips "";
238           mipsel "";
239           powerpc "";
240           s390 "";
241           sh "";
242           sparc "";
243         };
244         Announce "debian-devel-changes@lists.debian.org";
245         Origin "Debian";
246         Description "Debian Unstable - Not Released";
247         CodeName "sid";
248         OverrideCodeName "sid";
249         Priority "5";
250   };
251
252 };
253
254 Dir
255 {
256   RootDir "/org/non-us.debian.org/ftp/";
257   PoolDir "/org/non-us.debian.org/ftp/pool/";
258   PoolRoot "pool/";
259   TemplatesDir "/org/non-us.debian.org/katie/templates/";
260   IncomingDir "/org/non-us.debian.org/incoming/";
261   OverrideDir "/org/non-us.debian.org/scripts/override/";
262   ListsDir "/org/non-us.debian.org/database/dists/";
263   LogDir "/org/non-us.debian.org/log/";
264   Morgue "/org/non-us.debian.org/morgue/";
265 };
266
267 DB
268 {
269   Name "projectb";
270   Host "";
271   Port -1;
272 };
273
274 Architectures
275 {
276
277   source "Source";
278   all "Architecture Independent";
279   alpha "DEC Alpha";
280   hurd-i386 "Intel ia32 running the HURD";
281   hppa "HP PA RISC";
282   arm "Arm";
283   i386 "Intel ia32";
284   ia64 "Intel ia64";
285   m68k "Motorola Mc680x0";
286   mips "SGI MIPS";
287   mipsel "SGI MIPS (Little Endian)";
288   powerpc "PowerPC";
289   s390 "IBM S/390";
290   sh "Hitatchi SuperH";
291   sparc "Sun SPARC/UltraSPARC";
292
293 };
294
295 Archive
296 {
297
298   non-US 
299   {
300     OriginServer "non-us.debian.org";
301     PrimaryMirror "non-us.debian.org";
302     Description "Non-US Archive for the Debian project";
303   };
304
305 };
306
307 Component
308 {
309
310   non-US/main
311   {
312         Description "Main (non-US)";
313         MeetsDFSG "true";
314   };
315
316   non-US/contrib
317   {
318         Description "Contrib (non-US)";
319         MeetsDFSG "true";
320   };
321
322   non-US/non-free
323   {
324         Description "Software that fails to meet the DFSG (non-US)";
325         MeetsDFSG "false";
326   };
327
328 };
329
330 Section
331 {
332
333   non-US "";
334
335 };
336
337 Priority
338 {
339
340   required 1;
341   important 2;
342   standard 3;
343   optional 4;
344   extra 5;
345   source 0; // i.e. unused
346
347 };
348
349 OverrideType
350 {
351
352   deb "";
353   udeb "";
354   dsc "";
355
356 };
357
358 Location
359 {
360   
361   // Old style locations on non-US.debian.org
362
363   /org/non-us.debian.org/ftp/dists/proposed-updates/
364     {
365       Archive "non-US";
366       Suite "proposed-updates";
367       Type "legacy-mixed";
368     };
369
370   /org/non-us.debian.org/ftp/dists/
371     {
372       Archive "non-US";
373       Suites 
374         {
375           Stable "";
376           Unstable "";
377         };
378       Type "legacy";
379     };
380
381   // New pool locations on non-US.debian.org
382   /org/non-us.debian.org/ftp/pool/
383     {
384       Archive "non-US";
385       Type "pool";
386     };
387
388 };
389
390 Catherine {
391         Options {
392                 Limit   10240;
393         };
394 };