]> git.decadent.org.uk Git - dak.git/blob - config/backports.org/dak.conf
Merge branch 'master' into bpo
[dak.git] / config / backports.org / dak.conf
1 Dinstall
2 {
3    // Both need to be defined at the moment, but they can point to the
4    // same file.
5    GPGKeyring {
6       "/org/backports.org/keyrings/keyring.gpg";
7    };
8    // To sign the release files. Adjust the keyid!
9    // Note: Key must be without a passphrase or it wont work automagically!
10    SigningKeyring "/org/backports.org/s3kr1t/dot-gnupg/secring.gpg";
11    SigningPubKeyring "/org/backports.org/s3kr1t/dot-gnupg/pubring.gpg";
12    SigningKeyIds "16BA136C";
13    SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
14    MyEmailAddress "Backports.org archive Installer <installer@backports.org>";
15    MyAdminAddress "ftpmaster@backports.org";
16    MyHost "backports.org";  // used for generating user@my_host addresses in e.g. manual_reject()
17    MyDistribution "Backports.org archive"; // Used in emails
18    // Alicia and melanie can use it
19    BugServer "bugs.backports.org";
20    // melanie uses the packages server.
21    // PackagesServer "packages.test.backports.org";
22    // If defined then the package@this.server gets a copy of most of the
23    // actions related to the package. For an example look at
24    // packages.qa.debian.org
25    // TrackingServer "packages.qa.test.backports.org";
26    LockFile "/org/backports.org/lock/dinstall.lock";
27    // If defined this address gets a bcc of all mails.
28    // FIXME: Einrichten wenn das hier produktiv geht!
29    Bcc "backports-archive@lists.backports.org";
30    GroupOverrideFilename "override.group-maint";
31    FutureTimeTravelGrace 28800; // 8 hours
32    PastCutoffYear "1984";
33    SkipTime 300;
34    // If defined then mails to close bugs are sent to the bugserver.
35    CloseBugs "false";
36    OverrideDisparityCheck "true";
37    DefaultSuite "etch-backports";
38    Reject
39    {
40      NoSourceOnly "true";
41      ReleaseTransitions "/org/backports.org/hints/transitions.yaml";
42    };
43    // If set, only send mails to addresses listed there.
44    MailWhiteList "/org/backports.org/dak/config/backports.org/mail-whitelist";
45 };
46
47 Generate-Index-Diffs
48 {
49    Options
50    {
51      TempDir "/org/backports.org/tiffani";
52      MaxDiffs { Default 50; };
53    };
54 };
55
56 Override
57 {
58    MyEmailAddress "Backports.org archive FTP Masters <ftpmaster@backports.org>";
59 };
60
61 Add-User
62 {
63 // Should we sent a mail to newly added users?
64   SendEmail "true";
65
66 // Should we create an account so they can login?
67 // Account will be created with the defaults from adduser, so adjust
68 // it's configuration to fit your needs.
69 // NOTE: This requires that your dak user has a sudo entry, allowing
70 // to run /usr/sbin/useradd!
71   CreateAccount "false";
72
73 // Note: This is a comma separated list of additional groupnames to
74 // which uma should add the user. NO spaces between the groupnames or
75 // useradd will die.
76 // Disable it if you dont want or need that feature.
77   GID "debuser";
78
79 };
80
81 Check-Overrides
82 {
83   OverrideSuites
84   {
85     lenny-backports
86     {
87       Process "1";
88 //      OriginSuite "Unstable";
89     };
90
91     etch-backports
92     {
93       Process "1";
94 //      OriginSuite "Unstable";
95     };
96
97 //    Unstable
98 //    {
99 //    Process "0";
100 //  };
101   };
102 };
103
104
105 Import-Users-From-Passwd
106 {
107   // The Primary GID of your users. Using uma it is the gid from group users.
108   ValidGID "1001";
109   // Comma separated list of users who are in Postgres but not the passwd file
110   KnownPostgres "postgres,katie";
111 };
112
113 Clean-Queues
114 {
115   Options
116   {
117     Days 14;
118    };
119  MorgueSubDir "queues";
120 };
121
122 Control-Overrides
123 {
124   Options
125   {
126     Component "main";
127     Suite "etch-backports";
128     Type "deb";
129    };
130
131  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
132 };
133
134 Rm
135 {
136   Options
137   {
138     Suite "etch-backports";
139    };
140
141    MyEmailAddress "Backports.org archive Maintenance <ftpmaster@backports.org>";
142    LogFile "/org/backports.org/ftp/removals.txt";
143 };
144
145 Import-Archive
146 {
147   ExportDir "/org/backports.org/dak/import-archive-files/";
148 };
149
150 Clean-Suites
151 {
152   // How long (in seconds) dead packages are left before being killed
153   StayOfExecution 1209600; // 14 days
154   AcceptedAutoBuildStayOfExecution 86400; // 24 hours
155   MorgueSubDir "pool";
156 };
157
158 Process-New
159 {
160   AcceptedLockFile "/org/backports.org/lock/unchecked.lock";
161 };
162
163 Suite
164 {
165   lenny-backports
166   {
167         Components
168         {
169           main;
170           contrib;
171           non-free;
172         };
173         Architectures
174         {
175           source;
176           all;
177           alpha;
178           amd64;
179           arm;
180           armel;
181           hppa;
182           i386;
183           ia64;
184           mips;
185           mipsel;
186           powerpc;
187           s390;
188           sparc;
189         };
190
191         Announce "backports-changes@lists.backports.org";
192         Origin "Backports.org archive";
193         Description "Backports for the Lenny Distribution";
194         CodeName "Lenny-backports";
195         OverrideCodeName "Lenny-backports";
196         Priority "7";
197         NotAutomatic "yes";
198   };
199
200   etch-backports
201   {
202         Components
203         {
204           main;
205           contrib;
206           non-free;
207         };
208         Architectures
209         {
210           source;
211           all;
212           alpha;
213           amd64;
214           arm;
215           hppa;
216           hurd-i386;
217           i386;
218           ia64;
219           m68k;
220           mips;
221           mipsel;
222           powerpc;
223           s390;
224           sh;
225           sparc;
226         };
227         Announce "backports-changes@lists.backports.org";
228         Origin "Backports.org archive";
229         Description "Backports for the Etch Distribution";
230         CodeName "etch-backports";
231         OverrideCodeName "etch-backports";
232         Priority "7";
233         NotAutomatic "yes";
234   };
235
236 };
237
238 Dir
239 {
240   Root "/org/backports.org/ftp/";
241   Pool "/org/backports.org/ftp/pool/";
242   Templates "/org/backports.org/dak/templates/";
243   PoolRoot "pool/";
244   Lists "/org/backports.org/database/dists/";
245   Log "/org/backports.org/log/";
246   Morgue "/org/backports.org/morgue/";
247   MorgueReject "reject";
248   Lock "/org/backports.org/lock";
249   Override "/org/backports.org/scripts/override/";
250   UrgencyLog "/org/backports.org/testing/urgencies/";
251   Queue
252   {
253     Accepted "/org/backports.org/queue/accepted/";
254     Byhand "/org/backports.org/queue/byhand/";
255     Done "/org/backports.org/queue/done/";
256     Holding "/org/backports.org/queue/holding/";
257     New "/org/backports.org/queue/new/";
258     ProposedUpdates "/org/backports.org/queue/p-u-new/";
259     Reject "/org/backports.org/queue/reject/";
260     Unchecked "/org/backports.org/queue/unchecked/";
261     BTSVersionTrack "/org/backports.org/queue/bts_version_track/";
262     Embargoed "/org/backports.org/queue/Embargoed/";
263     Unembargoed "/org/backports.org/queue/Unembargoed/";
264     OldProposedUpdates "/org/backports.org/queue/Unembargoed/";
265   };
266 };
267
268 DB
269 {
270   Name "projectb";
271   Host "";
272   Port -1;
273 };
274
275 SuiteMappings
276 {
277  "propup-version stable-security testing";
278  "propup-version testing-security unstable";
279 // "map stable proposed-updates";
280  "map lenny lenny-backports";
281  "map lenny-bpo lenny-backports";
282  "map etch etch-backports";
283 // formi mag des nit
284 // "map stable etch-backports";
285  "map etch-bpo etch-backports";
286 // "map stable-security proposed-updates";
287 // "map-unreleased stable unstable";
288 // "map-unreleased proposed-updates unstable";
289 // "map testing testing-proposed-updates";
290 // "map testing-security testing-proposed-updates";
291 // "map-unreleased testing unstable";
292 // "map-unreleased testing-proposed-updates unstable";
293 };
294
295 Architectures
296 {
297   source "Source";
298   all "Architecture Independent";
299   alpha "DEC Alpha";
300   amd64 "AMD x86_64 (AMD64)";
301   hurd-i386 "Intel ia32 running the HURD";
302   hppa "HP PA RISC";
303   arm "ARM";
304   armel "ARM EABI";
305   i386 "Intel ia32";
306   ia64 "Intel ia64";
307   m68k "Motorola Mc680x0";
308   mips "MIPS (Big Endian)";
309   mipsel "MIPS (Little Endian)";
310   powerpc "PowerPC";
311   s390 "IBM S/390";
312   sh "Hitatchi SuperH";
313   sparc "Sun SPARC/UltraSPARC";
314 };
315
316 Archive
317 {
318   backports
319   {
320     OriginServer "backports.org";
321     PrimaryMirror "backports.org";
322     Description "Master Archive for Backports.org archive";
323   };
324 };
325
326 Component
327 {
328   main
329   {
330         Description "Main";
331         MeetsDFSG "true";
332   };
333
334   contrib
335   {
336         Description "Contrib";
337         MeetsDFSG "true";
338   };
339
340   non-free
341   {
342         Description "Software that fails to meet the DFSG";
343         MeetsDFSG "false";
344   };
345
346 };
347
348 Section
349 {
350   admin;
351   base;
352   comm;
353   debian-installer;
354   devel;
355   doc;
356   editors;
357   embedded;
358   electronics;
359   games;
360   gnome;
361   graphics;
362   hamradio;
363   interpreters;
364   kde;
365   libdevel;
366   libs;
367   mail;
368   math;
369   misc;
370   net;
371   news;
372   oldlibs;
373   otherosfs;
374   perl;
375   python;
376   science;
377   shells;
378   sound;
379   tex;
380   text;
381   utils;
382   web;
383   x11;
384 };
385
386 Priority
387 {
388   required 1;
389   important 2;
390   standard 3;
391   optional 4;
392   extra 5;
393   source 0; // i.e. unused
394 };
395
396 OverrideType
397 {
398   deb;
399   udeb;
400   dsc;
401 };
402
403 Location
404 {
405   // Pool locations on backports.org
406   /org/backports.org/ftp/pool/
407     {
408       Archive "backports";
409       Type "pool";
410     };
411
412 };
413
414 Urgency
415 {
416   Default "low";
417   Valid
418   {
419     low;
420     medium;
421     high;
422     emergency;
423     critical;
424   };
425 };