]> git.decadent.org.uk Git - dak.git/blob - katie.conf-non-US
auric implementation
[dak.git] / katie.conf-non-US
1 Dinstall
2 {
3   Options
4   {
5         Automatic "";
6         Debug "";
7         Help "";
8         Ack-New "";
9         Manual-Reject "";
10         No-Action "";
11         No-Lock "";
12         No-Version-Check "";
13         No-Mail "";
14         Override-Distribution "";
15         Version "";
16    };
17
18    PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
19    GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
20    SendmailCommand "/usr/sbin/sendmail -oi -t";
21    MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
22    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
23    NewAckList "/org/non-us.debian.org/katie/log";
24    LockFile "/org/non-us.debian.org/katie/lock";
25
26 };
27
28 Heidi
29 {
30
31   Options
32   {
33     Add "";
34     Debug "";
35     Help "";
36     List "";
37     Remove "";
38     Set "";
39     Version "";
40    };
41
42 };
43
44 Jenna
45 {
46
47   Options
48   {
49     Architecture "";
50     Component "";
51     Debug "";
52     Help "";
53     Suite "";
54     Verbose "";
55     Version "";
56    };
57
58 };
59
60 Shania
61 {
62
63   Options
64   {
65     Debug "";
66     Help "";
67     Version "";
68     Days 14;
69     Incoming "";
70     Mail "";
71     No-Action "";
72     Verbose "";
73    };
74
75  MorgueSubDir "shania";
76 };
77
78 Neve
79 {
80
81   ExportDir "/org/non-us.debian.org/katie/neve-files/";
82
83 };
84
85 Rhona
86 {
87
88   Options  // Currently don't do anything
89   {
90         Debug "";
91         Help "";
92         Interactive "";
93         Version "";
94    };
95
96   // How long (in seconds) dead packages are left before being killed
97   StayOfExecution 0; // 0 days
98  MorgueSubDir "rhona";
99 };
100
101 Suite
102 {
103
104   // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
105   
106   Experimental
107   {
108         Architectures 
109         {
110           "source" "";  
111           "all" "";
112           "alpha" ""; 
113           "arm" "";
114           "i386" "";
115           "m68k" "";
116           "powerpc" "";
117           "sparc" "";
118         };
119         Announce "debian-devel-changes@lists.debian.org";
120         Version "xx";
121         Origin "Debian";
122         Description "Experimental packages - not released; use at your own risk.";
123         CodeName "experimental";
124         OverrideCodeName "experimental";
125         SingleOverrideFile "true";
126         Priority "0";
127   };
128
129   Stable
130   {
131         Components 
132         {
133           non-US/main "";
134           non-US/contrib "";
135           non-US/non-free "";
136         };
137         Architectures 
138         {
139           "source" "";  
140           "all" "";
141           "alpha" ""; 
142           "arm" "";
143           "i386" "";
144           "m68k" "";
145           "powerpc" "";
146           "sparc" "";
147         };
148         Announce "debian-changes@lists.debian.org";
149         Version "2.2r0";
150         Origin "Debian";
151         Description "Debian 2.2r1 Released 12th November 2000";
152         CodeName "potato";
153         OverrideCodeName "potato";
154         Priority "1";
155         Untouchable "1";
156         ChangeLogBase "dists/stable/non-US/";
157   };
158
159   Proposed-Updates
160   {
161         Architectures 
162         {
163           "source" "";  
164           "all" "";
165           "alpha" ""; 
166           "arm" "";
167           "i386" "";
168           "m68k" "";
169           "powerpc" "";
170           "sparc" "";
171         };
172         Announce "debian-changes@lists.debian.org";
173         CopyChanges "dists/proposed-updates/";
174         Version "2.2r2";
175         Origin "Debian";
176         Description "Proposed Updates for Debian 2.2r2 - Not Released";
177         CodeName "proposed-updates";
178         OverrideCodeName "potato";
179         Priority "2";
180   };
181
182   Testing
183   {
184         Components 
185         {
186           non-US/main "";
187           non-US/contrib "";
188           non-US/non-free "";
189         };
190         Architectures 
191         {
192           "source" "";  
193           "all" "";
194           "alpha" ""; 
195           "arm" "";
196           "i386" "";
197           "m68k" "";
198           "powerpc" "";
199           "sparc" "";
200         };
201         Version "2.3-testing";
202         Origin "Debian";
203         Description "Debian 2.3 Testing distribution - Not Released";
204         Priority "3";
205   };
206
207   Unstable
208   {
209         Components 
210         {
211           non-US/main "";
212           non-US/contrib "";
213           non-US/non-free "";
214         };
215         Architectures 
216         {
217           "source" ""; 
218           "all" "";
219           "alpha" ""; 
220           "arm" "";
221           "hppa" "";
222           "hurd-i386" "";
223           "i386" "";
224           "m68k" "";
225           "mips" "";
226           "mipsel" "";
227           "powerpc" "";
228           "sh" "";
229           "sparc" "";
230         };
231         Announce "debian-devel-changes@lists.debian.org";
232         Version "2.3";
233         Origin "Debian";
234         Description "Debian 2.3 Unstable - Not Released";
235         CodeName "woody";
236         OverrideCodeName "woody";
237         Priority "4";
238   };
239
240 };
241
242 Dir
243 {
244   RootDir "/org/non-us.debian.org/ftp/";
245   PoolDir "/org/non-us.debian.org/ftp/pool/";
246   PoolRoot "pool/";
247   IncomingDir "/org/non-us.debian.org/incoming/";
248   OverrideDir "/org/non-us.debian.org/scripts/override/";
249   ListsDir "/org/non-us.debian.org/database/dists/";
250   Morgue "/org/non-us.debian.org/morgue/";
251 };
252
253 DB
254 {
255   Host "non-us.debian.org";
256   Port -1;
257   ROUser "nobody";
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   m68k "Motorola Mc680x0";
271   mips "SGI MIPS";
272   mipsel "SGI MIPS (Little Endian)";
273   powerpc "PowerPC";
274   sh "Hitatchi SuperH";
275   sparc "Sun SPARC/UltraSPARC";
276
277 };
278
279 Archive
280 {
281
282   non-US 
283   {
284     OriginServer "non-us.debian.org";
285     Description "Non-US Archive for the Debian project";
286   };
287
288 };
289
290 Component
291 {
292
293   non-US/main
294   {
295         Description "Main (non-US)";
296         MeetsDFSG "true";
297   };
298
299   non-US/contrib
300   {
301         Description "Contrib (non-US)";
302         MeetsDFSG "true";
303   };
304
305   non-US/non-free
306   {
307         Description "Software that fails to meet the DFSG (non-US)";
308         MeetsDFSG "false";
309   };
310
311 };
312
313 Location
314 {
315   
316   // Old style locations on non-US.debian.org
317
318   /org/non-us.debian.org/ftp/dists/proposed-updates/
319     {
320       Archive "non-US";
321       Suite "proposed-updates";
322       Type "legacy-mixed";
323     };
324
325   /org/non-us.debian.org/ftp/dists/
326     {
327       Archive "non-US";
328       Suites 
329         {
330           Stable "";
331           Unstable "";
332         };
333       Type "legacy";
334     };
335
336   // New pool locations on non-US.debian.org
337   /org/non-us.debian.org/ftp/pool/
338     {
339       Archive "non-US";
340       Type "pool";
341     };
342
343 };