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