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