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