]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf
0955995302ccbe6e23b3aa1f2a1972ca3b691c4f
[dak.git] / config / backports / dak.conf
1 Dinstall
2 {
3    // To sign the release files. Adjust the keyid!
4    // Note: Key must be without a passphrase or it wont work automagically!
5    SigningKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
6    SigningPubKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
7    SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@backports.debian.org";
8    MyEmailAddress "Backports Debian FTP Masters <ftpmaster@backports.debian.org>";
9    MyAdminAddress "ftpmaster@backports.debian.org";
10    MyHost "backports.debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
11    MyDistribution "backports.debian.org archive"; // Used in emails
12    // Alicia and melanie can use it
13    BugServer "bugs.debian.org";
14    // melanie uses the packages server.
15    // PackagesServer "packages.test.backports.org";
16    // If defined then the package@this.server gets a copy of most of the
17    // actions related to the package. For an example look at
18    // packages.qa.debian.org
19    // TrackingServer "packages.qa.test.backports.org";
20    // If defined this address gets a bcc of all mails.
21    // FIXME: Einrichten wenn das hier produktiv geht!
22    Bcc "debian-backports-changes@lists.debian.org";
23    GroupOverrideFilename "override.group-maint";
24    FutureTimeTravelGrace 28800; // 8 hours
25    PastCutoffYear "1984";
26    SkipTime 300;
27    // If defined then mails to close bugs are sent to the bugserver.
28    CloseBugs "false";
29    OverrideDisparityCheck "false";
30    DefaultSuite "lenny-backports";
31    ReleaseTransitions "/srv/backports-master.debian.org/hints/transitions.yaml";
32    // If set, only send mails to addresses listed there.
33    // format of entries: one entry per line. Either an email address directly, or a regular expression,
34    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
35    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
36    MailWhiteList "/srv/backports-master.debian.org/dak/config/backports/mail-whitelist";
37 };
38
39 Generate-Index-Diffs
40 {
41    Options
42    {
43      TempDir "/srv/backports-master.debian.org/tiffani";
44      MaxDiffs { Default 50; };
45    };
46 };
47
48 Add-User
49 {
50 // Should we sent a mail to newly added users?
51   SendEmail "true";
52
53 // Should we create an account so they can login?
54 // Account will be created with the defaults from adduser, so adjust
55 // it's configuration to fit your needs.
56 // NOTE: This requires that your dak user has a sudo entry, allowing
57 // to run /usr/sbin/useradd!
58   CreateAccount "false";
59
60 // Note: This is a comma separated list of additional groupnames to
61 // which uma should add the user. NO spaces between the groupnames or
62 // useradd will die.
63 // Disable it if you dont want or need that feature.
64 //  GID "debuser";
65
66 };
67
68 Show-New
69 {
70   HTMLPath "/srv/backports-web.debian.org/underlay/new/";
71 }
72
73 Check-Overrides
74 {
75   OverrideSuites
76   {
77     lenny-backports
78     {
79       Process "1";
80 //      OriginSuite "Unstable";
81     };
82
83     lenny-backports-sloppy
84     {
85       Process "1";
86 //      OriginSuite "Unstable";
87     };
88
89     squeeze-backports
90     {
91       Process "1";
92 //      OriginSuite "Unstable";
93     };
94
95   };
96 };
97
98
99 Import-Users-From-Passwd
100 {
101   // The Primary GID of your users. Using uma it is the gid from group users.
102   ValidGID "800";
103   // Comma separated list of users who are in Postgres but not the passwd file
104   KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser";
105 };
106
107 Queue-Report
108 {
109   ReportLocations
110   {
111     822Location "/srv/backports-web.debian.org/underlay/new.822";
112   };
113 };
114
115 Clean-Queues
116 {
117   Options
118   {
119     Days 14;
120    };
121  MorgueSubDir "queues";
122 };
123
124 Control-Overrides
125 {
126   Options
127   {
128     Component "main";
129     Suite "lenny-backports";
130     Type "deb";
131    };
132 };
133
134 Rm
135 {
136   Options
137   {
138     Suite "lenny-backports";
139    };
140
141    LogFile "/srv/backports-web.debian.org/underlay/removals.txt";
142    LogFile822 "/srv/backports-web.debian.org/underlay/removals.822";
143 };
144
145 Import-Archive
146 {
147   ExportDir "/srv/backports-master.debian.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   DinstallLockFile "/srv/backports-master.debian.org/lock/processnew.lock";
161   LockDir "/srv/backports-master.debian.org/lock/new/";
162 };
163
164 Suite
165 {
166   lenny-backports
167   {
168         Components
169         {
170           main;
171           contrib;
172           non-free;
173         };
174   };
175
176   lenny-backports-sloppy
177   {
178         Components
179         {
180           main;
181           contrib;
182           non-free;
183         };
184   };
185
186   squeeze-backports
187   {
188         Components
189         {
190           main;
191           contrib;
192           non-free;
193         };
194   };
195
196 };
197
198 Dir
199 {
200   Root "/srv/backports-master.debian.org/ftp/";
201   Pool "/srv/backports-master.debian.org/ftp/pool/";
202   Export "/srv/backports-master.debian.org/export/";
203   Templates "/srv/backports-master.debian.org/dak/templates/";
204   Lists "/srv/backports-master.debian.org/database/dists/";
205   Cache "/srv/backports-master.debian.org/database/";
206   Log "/srv/backports-master.debian.org/log/";
207   Lock "/srv/backports-master.debian.org/lock";
208   Morgue "/srv/backports-master.debian.org/morgue/";
209   Override "/srv/backports-master.debian.org/scripts/override/";
210   UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/";
211   TempPath "/srv/backports-master.debian.org/tmp";
212   BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/";
213   Holding "/srv/backports-master.debian.org/queue/holding/";
214   Done "/srv/backports-master.debian.org/queue/done/";
215   Reject "/srv/backports-master.debian.org/queue/reject/";
216
217   Queue
218   {
219     Byhand "/srv/backports-master.debian.org/queue/byhand/";
220     New "/srv/backports-master.debian.org/queue/new/";
221     Unchecked "/srv/backports-master.debian.org/queue/unchecked/";
222     Newstage "/srv/backports-master.debian.org/queue/newstage/";
223     Embargoed "/srv/backports-master.debian.org/queue/Embargoed/";
224     Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/";
225     ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/";
226     OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/";
227   };
228 };
229
230 DB
231 {
232   Service "backports";
233   // PoolSize should be at least ThreadCount + 1
234   PoolSize 5;
235   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
236   MaxOverflow 13;
237   // should be false for encoding == SQL_ASCII
238   Unicode "false"
239 };
240
241 SuiteMappings
242 {
243  "map lenny lenny-backports";
244  "map lenny-bpo lenny-backports";
245  "map lenny-bpo-sloppy lenny-backports-sloppy";
246  "map squeeze squeeze-backports";
247  "map squeeze-bpo squeeze-backports";
248 };
249
250 Architectures
251 {
252   source "Source";
253   all "Architecture Independent";
254   alpha "DEC Alpha";
255   amd64 "AMD x86_64 (AMD64)";
256   hurd-i386 "Intel ia32 running the HURD";
257   hppa "HP PA RISC";
258   arm "ARM";
259   armel "ARM EABI";
260   i386 "Intel ia32";
261   ia64 "Intel ia64";
262   m68k "Motorola Mc680x0";
263   mips "MIPS (Big Endian)";
264   mipsel "MIPS (Little Endian)";
265   powerpc "PowerPC";
266   s390 "IBM S/390";
267   sh "Hitatchi SuperH";
268   sparc "Sun SPARC/UltraSPARC";
269   kfreebsd-i386 "GNU/kFreeBSD i386";
270   kfreebsd-amd64 "GNU/kFreeBSD amd64";
271 };
272
273 Archive
274 {
275   backports
276   {
277     OriginServer "backports.debian.org";
278     PrimaryMirror "backports.debian.org";
279     Description "Master Archive for backports.debian.org archive";
280   };
281 };
282
283 Section
284 {
285   admin;
286   cli-mono;
287   comm;
288   database;
289   debian-installer;
290   debug;
291   devel;
292   doc;
293   editors;
294   embedded;
295   electronics;
296   fonts;
297   games;
298   gnome;
299   graphics;
300   gnu-r;
301   gnustep;
302   hamradio;
303   haskell;
304   httpd;
305   interpreters;
306   java;
307   kde;
308   kernel;
309   libdevel;
310   libs;
311   lisp;
312   localization;
313   mail;
314   math;
315   misc;
316   net;
317   news;
318   ocaml;
319   oldlibs;
320   otherosfs;
321   perl;
322   php;
323   python;
324   ruby;
325   science;
326   shells;
327   sound;
328   tex;
329   text;
330   utils;
331   web;
332   vcs;
333   video;
334   x11;
335   xfce;
336   zope;
337 };
338
339 Priority
340 {
341   required 1;
342   important 2;
343   standard 3;
344   optional 4;
345   extra 5;
346   source 0; // i.e. unused
347 };
348
349 Urgency
350 {
351   Default "low";
352   Valid
353   {
354     low;
355     medium;
356     high;
357     emergency;
358     critical;
359   };
360 };
361
362 Common
363 {
364   // The default number of threads for multithreading parts of dak:
365   ThreadCount 16;
366 }
367
368 Import-LDAP-Fingerprints
369 {
370   LDAPDn "ou=users,dc=debian,dc=org";
371   LDAPServer "db.debian.org";
372   ExtraKeyrings
373   {
374     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
375     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
376     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
377   };
378   KeyServer "wwwkeys.eu.pgp.net";
379 };
380
381 Changelogs
382 {
383   Export "/srv/backports-master.debian.org/export/changelogs";
384 }
385
386 Generate-Releases
387 {
388   MD5Sum
389   {
390     lenny-backports;
391     lenny-backports-sloppy;
392     squeeze-backports;
393   };
394   SHA1
395   {
396     lenny-backports;
397     lenny-backports-sloppy;
398     squeeze-backports;
399   };
400   SHA256
401   {
402     lenny-backports;
403     lenny-backports-sloppy;
404     squeeze-backports;
405   };
406 }