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