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