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