]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf
faced95a23c5a05067da384b24a01cfd98e68573
[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 "false";
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   };
100 };
101
102
103 Import-Users-From-Passwd
104 {
105   // The Primary GID of your users. Using uma it is the gid from group users.
106   ValidGID "800";
107   // Comma separated list of users who are in Postgres but not the passwd file
108   KnownPostgres "postgres,katie,dak,www-data,qa,guest";
109 };
110
111 Queue-Report
112 {
113   ReportLocations
114   {
115     822Location "/srv/backports-web.debian.org/underlay/new.822";
116   };
117 };
118
119 Clean-Queues
120 {
121   Options
122   {
123     Days 14;
124    };
125  MorgueSubDir "queues";
126 };
127
128 Control-Overrides
129 {
130   Options
131   {
132     Component "main";
133     Suite "lenny-backports";
134     Type "deb";
135    };
136
137  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
138 };
139
140 Rm
141 {
142   Options
143   {
144     Suite "lenny-backports";
145    };
146
147    LogFile "/srv/backports-web.debian.org/underlay/removals.txt";
148    LogFile822 "/srv/backports-web.debian.org/underlay/removals.822";
149 };
150
151 Import-Archive
152 {
153   ExportDir "/srv/backports-master.debian.org/dak/import-archive-files/";
154 };
155
156 Clean-Suites
157 {
158   // How long (in seconds) dead packages are left before being killed
159   StayOfExecution 1209600; // 14 days
160   AcceptedAutoBuildStayOfExecution 86400; // 24 hours
161   MorgueSubDir "pool";
162 };
163
164 Process-New
165 {
166   DinstallLockFile "/srv/backports-master.debian.org/lock/processnew.lock";
167   LockDir "/srv/backports-master.debian.org/lock/new/";
168 };
169
170 Suite
171 {
172   lenny-backports
173   {
174         Components
175         {
176           main;
177           contrib;
178           non-free;
179         };
180   };
181
182   lenny-backports-sloppy
183   {
184         Components
185         {
186           main;
187           contrib;
188           non-free;
189         };
190   };
191
192   squeeze-backports
193   {
194         Components
195         {
196           main;
197           contrib;
198           non-free;
199         };
200   };
201
202 };
203
204 Dir
205 {
206   Root "/srv/backports-master.debian.org/ftp/";
207   Pool "/srv/backports-master.debian.org/ftp/pool/";
208   Templates "/srv/backports-master.debian.org/dak/templates/";
209   PoolRoot "pool/";
210   Lists "/srv/backports-master.debian.org/database/dists/";
211   Cache "/srv/backports-master.debian.org/database/";
212   Log "/srv/backports-master.debian.org/log/";
213   Lock "/srv/backports-master.debian.org/lock";
214   Morgue "/srv/backports-master.debian.org/morgue/";
215   MorgueReject "reject";
216   Override "/srv/backports-master.debian.org/scripts/override/";
217   QueueBuild "/srv/backports-master.debian.org/buildd/";
218   UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/";
219   TempPath "/srv/backports-master.debian.org/tmp";
220   Queue
221   {
222     Byhand "/srv/backports-master.debian.org/queue/byhand/";
223     Done "/srv/backports-master.debian.org/queue/done/";
224     Holding "/srv/backports-master.debian.org/queue/holding/";
225     New "/srv/backports-master.debian.org/queue/new/";
226     Reject "/srv/backports-master.debian.org/queue/reject/";
227     Unchecked "/srv/backports-master.debian.org/queue/unchecked/";
228     BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/";
229     Newstage "/srv/backports-master.debian.org/queue/newstage/";
230     Embargoed "/srv/backports-master.debian.org/queue/Embargoed/";
231     Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/";
232     ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/";
233     OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/";
234   };
235 };
236
237 DB
238 {
239   Name "backports";
240   Host "";
241   Port -1;
242 };
243
244 SuiteMappings
245 {
246  "map lenny lenny-backports";
247  "map lenny-bpo lenny-backports";
248  "map lenny-bpo-sloppy lenny-backports";
249  "map squeeze squeeze-backports";
250  "map squeeze-bpo squeeze-backports";
251 };
252
253 Architectures
254 {
255   source "Source";
256   all "Architecture Independent";
257   alpha "DEC Alpha";
258   amd64 "AMD x86_64 (AMD64)";
259   hurd-i386 "Intel ia32 running the HURD";
260   hppa "HP PA RISC";
261   arm "ARM";
262   armel "ARM EABI";
263   i386 "Intel ia32";
264   ia64 "Intel ia64";
265   m68k "Motorola Mc680x0";
266   mips "MIPS (Big Endian)";
267   mipsel "MIPS (Little Endian)";
268   powerpc "PowerPC";
269   s390 "IBM S/390";
270   sh "Hitatchi SuperH";
271   sparc "Sun SPARC/UltraSPARC";
272   kfreebsd-i386 "GNU/kFreeBSD i386";
273   kfreebsd-amd64 "GNU/kFreeBSD amd64";
274 };
275
276 Archive
277 {
278   backports
279   {
280     OriginServer "backports.debian.org";
281     PrimaryMirror "backports.debian.org";
282     Description "Master Archive for backports.debian.org archive";
283   };
284 };
285
286 Component
287 {
288   main
289   {
290         Description "Main";
291         MeetsDFSG "true";
292   };
293
294   contrib
295   {
296         Description "Contrib";
297         MeetsDFSG "true";
298   };
299
300   non-free
301   {
302      Description "Software that fails to meet the DFSG";
303      MeetsDFSG "false";
304   };
305
306 };
307
308 Section
309 {
310   admin;
311   cli-mono;
312   comm;
313   database;
314   debian-installer;
315   debug;
316   devel;
317   doc;
318   editors;
319   embedded;
320   electronics;
321   fonts;
322   games;
323   gnome;
324   graphics;
325   gnu-r;
326   gnustep;
327   hamradio;
328   haskell;
329   httpd;
330   interpreters;
331   java;
332   kde;
333   kernel;
334   libdevel;
335   libs;
336   lisp;
337   localization;
338   mail;
339   math;
340   misc;
341   net;
342   news;
343   ocaml;
344   oldlibs;
345   otherosfs;
346   perl;
347   php;
348   python;
349   ruby;
350   science;
351   shells;
352   sound;
353   tex;
354   text;
355   utils;
356   web;
357   vcs;
358   video;
359   x11;
360   xfce;
361   zope;
362 };
363
364 Priority
365 {
366   required 1;
367   important 2;
368   standard 3;
369   optional 4;
370   extra 5;
371   source 0; // i.e. unused
372 };
373
374 OverrideType
375 {
376   deb;
377   udeb;
378   dsc;
379 };
380
381 Location
382 {
383   // Pool locations on backports.debian.org
384   /srv/backports-master.debian.org/ftp/pool/
385     {
386       Archive "backports";
387       Type "pool";
388     };
389
390 };
391
392 Urgency
393 {
394   Default "low";
395   Valid
396   {
397     low;
398     medium;
399     high;
400     emergency;
401     critical;
402   };
403 };
404
405 Common
406 {
407   // The default number of threads for multithreading parts of dak:
408   ThreadCount 16;
409 }
410
411 Import-LDAP-Fingerprints
412 {
413   LDAPDn "ou=users,dc=debian,dc=org";
414   LDAPServer "db.debian.org";
415   ExtraKeyrings
416   {
417     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
418     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
419     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
420   };
421   KeyServer "wwwkeys.eu.pgp.net";
422 };
423
424 Changelogs
425 {
426   Export "/srv/backports-master.debian.org/export/changelogs";
427 }