]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf
Remove unused variable
[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   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   Override "/srv/backports-master.debian.org/scripts/override/";
211   QueueBuild "/srv/backports-master.debian.org/buildd/";
212   UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/";
213   TempPath "/srv/backports-master.debian.org/tmp";
214   Queue
215   {
216     Byhand "/srv/backports-master.debian.org/queue/byhand/";
217     Done "/srv/backports-master.debian.org/queue/done/";
218     Holding "/srv/backports-master.debian.org/queue/holding/";
219     New "/srv/backports-master.debian.org/queue/new/";
220     Reject "/srv/backports-master.debian.org/queue/reject/";
221     Unchecked "/srv/backports-master.debian.org/queue/unchecked/";
222     BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/";
223     Newstage "/srv/backports-master.debian.org/queue/newstage/";
224     Embargoed "/srv/backports-master.debian.org/queue/Embargoed/";
225     Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/";
226     ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/";
227     OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/";
228   };
229 };
230
231 DB
232 {
233   Service "backports";
234   // PoolSize should be at least ThreadCount + 1
235   PoolSize 5;
236   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
237   MaxOverflow 13;
238   // should be false for encoding == SQL_ASCII
239   Unicode "false"
240 };
241
242 SuiteMappings
243 {
244  "map lenny lenny-backports";
245  "map lenny-bpo lenny-backports";
246  "map lenny-bpo-sloppy lenny-backports-sloppy";
247  "map squeeze squeeze-backports";
248  "map squeeze-bpo squeeze-backports";
249 };
250
251 Architectures
252 {
253   source "Source";
254   all "Architecture Independent";
255   alpha "DEC Alpha";
256   amd64 "AMD x86_64 (AMD64)";
257   hurd-i386 "Intel ia32 running the HURD";
258   hppa "HP PA RISC";
259   arm "ARM";
260   armel "ARM EABI";
261   i386 "Intel ia32";
262   ia64 "Intel ia64";
263   m68k "Motorola Mc680x0";
264   mips "MIPS (Big Endian)";
265   mipsel "MIPS (Little Endian)";
266   powerpc "PowerPC";
267   s390 "IBM S/390";
268   sh "Hitatchi SuperH";
269   sparc "Sun SPARC/UltraSPARC";
270   kfreebsd-i386 "GNU/kFreeBSD i386";
271   kfreebsd-amd64 "GNU/kFreeBSD amd64";
272 };
273
274 Archive
275 {
276   backports
277   {
278     OriginServer "backports.debian.org";
279     PrimaryMirror "backports.debian.org";
280     Description "Master Archive for backports.debian.org archive";
281   };
282 };
283
284 Section
285 {
286   admin;
287   cli-mono;
288   comm;
289   database;
290   debian-installer;
291   debug;
292   devel;
293   doc;
294   editors;
295   embedded;
296   electronics;
297   fonts;
298   games;
299   gnome;
300   graphics;
301   gnu-r;
302   gnustep;
303   hamradio;
304   haskell;
305   httpd;
306   interpreters;
307   java;
308   kde;
309   kernel;
310   libdevel;
311   libs;
312   lisp;
313   localization;
314   mail;
315   math;
316   misc;
317   net;
318   news;
319   ocaml;
320   oldlibs;
321   otherosfs;
322   perl;
323   php;
324   python;
325   ruby;
326   science;
327   shells;
328   sound;
329   tex;
330   text;
331   utils;
332   web;
333   vcs;
334   video;
335   x11;
336   xfce;
337   zope;
338 };
339
340 Priority
341 {
342   required 1;
343   important 2;
344   standard 3;
345   optional 4;
346   extra 5;
347   source 0; // i.e. unused
348 };
349
350 Urgency
351 {
352   Default "low";
353   Valid
354   {
355     low;
356     medium;
357     high;
358     emergency;
359     critical;
360   };
361 };
362
363 Common
364 {
365   // The default number of threads for multithreading parts of dak:
366   ThreadCount 16;
367 }
368
369 Import-LDAP-Fingerprints
370 {
371   LDAPDn "ou=users,dc=debian,dc=org";
372   LDAPServer "db.debian.org";
373   ExtraKeyrings
374   {
375     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
376     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
377     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
378   };
379   KeyServer "wwwkeys.eu.pgp.net";
380 };
381
382 Changelogs
383 {
384   Export "/srv/backports-master.debian.org/export/changelogs";
385 }
386
387 Generate-Releases
388 {
389   MD5Sum
390   {
391     lenny-backports;
392     lenny-backports-sloppy;
393     squeeze-backports;
394   };
395   SHA1
396   {
397     lenny-backports;
398     lenny-backports-sloppy;
399     squeeze-backports;
400   };
401   SHA256
402   {
403     lenny-backports;
404     lenny-backports-sloppy;
405     squeeze-backports;
406   };
407 }