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