]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
config/debian/dak.conf: Add another two oldstable maps.
[dak.git] / config / debian / dak.conf
1 Dinstall
2 {
3    SigningKeyring "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
4    SigningPubKeyring "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
5 //   SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org";
6    SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org";
7    MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
8    MyAdminAddress "ftpmaster@debian.org";
9    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
10    MyDistribution "Debian"; // Used in emails
11    BugServer "bugs.debian.org";
12    PackagesServer "packages.debian.org";
13    TrackingServer "packages.qa.debian.org";
14    Bcc "archive@ftp-master.debian.org";
15    FutureTimeTravelGrace 28800; // 8 hours
16    PastCutoffYear "1984";
17    SkipTime 300;
18    BXANotify "true";
19    CloseBugs "true";
20    OverrideDisparityCheck "true";
21    DefaultSuite "unstable";
22    LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags";
23    ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
24    // if you setup an own dak repository and want to upload Debian packages you most possibly want
25    // to set the following option to a real path/filename and then enter those mail addresses that
26    // you want to be able to receive mails generated by your dak installation. This avoids spamming
27    // the real maintainers of a package you upload with mail.
28    // format of entries: one entry per line. Either an email address directly, or a regular expression,
29    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
30    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
31    //  MailWhiteList "/some/path/to/a/file";
32 };
33
34 Transitions
35 {
36    Notifications "debian-devel@lists.debian.org";
37 };
38
39 Generate-Index-Diffs
40 {
41    Options
42    {
43      TempDir "/srv/ftp-master.debian.org/tiffani";
44      MaxDiffs { Default 56; };
45    };
46 };
47
48 Show-New
49 {
50   HTMLPath "/srv/ftp.debian.org/web/new/";
51   Options::Queue "new,backports-new";
52 }
53
54 Show-Deferred
55 {
56   LinkPath "/srv/ftp.debian.org/web/deferred/";
57   DeferredQueue "/srv/upload.debian.org/DEFERRED/";
58 }
59
60 Import-Users-From-Passwd
61 {
62   ValidGID "800";
63   // Comma separated list of users who are in Postgres but not the passwd file
64   KnownPostgres "postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser";
65 };
66
67 Clean-Queues
68 {
69   Options
70   {
71     Days 14;
72    };
73  MorgueSubDir "queues";
74 };
75
76 Control-Overrides
77 {
78   Options
79   {
80     Component "main";
81     Suite "unstable";
82     Type "deb";
83    };
84 };
85
86 Rm
87 {
88   Options
89   {
90     Suite "unstable";
91    };
92
93    LogFile "/srv/ftp.debian.org/web/removals.txt";
94    LogFile822 "/srv/ftp.debian.org/web/removals.822";
95    Bcc "removed-packages@qa.debian.org";
96 };
97
98 Import-LDAP-Fingerprints
99 {
100   LDAPDn "ou=users,dc=debian,dc=org";
101   LDAPServer "db.debian.org";
102   ExtraKeyrings
103   {
104     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
105     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
106     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
107   };
108   KeyServer "wwwkeys.eu.pgp.net";
109 };
110
111 Clean-Suites
112 {
113   // How long (in seconds) dead packages are left before being killed
114   StayOfExecution 129600; // 1.5 days
115   MorgueSubDir "pool";
116 };
117
118 Process-New
119 {
120   LockDir "/srv/ftp-master.debian.org/lock/new/";
121 };
122
123 Check-Overrides
124 {
125   OverrideSuites
126   {
127     Stable
128     {
129       Process "0";
130     };
131
132     Testing
133     {
134       Process "1";
135       OriginSuite "Unstable";
136     };
137
138     Unstable
139     {
140       Process "1";
141     };
142   };
143 };
144
145 Suite
146 {
147   Stable
148   {
149        Components
150        {
151          main;
152          contrib;
153          non-free;
154        };
155   };
156
157   Proposed-Updates
158   {
159         Components
160         {
161           main;
162           contrib;
163           non-free;
164         };
165   };
166
167   Testing
168   {
169         Components
170         {
171           main;
172           contrib;
173           non-free;
174         };
175   };
176
177   Testing-Proposed-Updates
178   {
179         Components
180         {
181           main;
182           contrib;
183           non-free;
184         };
185   };
186
187   Squeeze-Updates
188   {
189         Components
190         {
191           main;
192           contrib;
193           non-free;
194         };
195   };
196
197   Unstable
198   {
199         Components
200         {
201           main;
202           contrib;
203           non-free;
204         };
205   };
206
207   Experimental
208   {
209         Components
210         {
211           main;
212           contrib;
213           non-free;
214         };
215   };
216 };
217
218 SuiteMappings
219 {
220  "silent-map squeeze-security oldstable-security";
221  "silent-map wheezy-security stable-security";
222  "silent-map jessie-security testing-security";
223  "propup-version stable-security testing testing-proposed-updates unstable";
224  "propup-version testing-security unstable";
225  "map squeeze oldstable";
226  "map squeeze-proposed-updates oldstable-proposed-updates";
227  "map squeeze-updates oldstable-proposed-updates";
228  "map wheezy stable";
229  "map wheezy-proposed-updates proposed-updates";
230  "map wheezy-updates proposed-updates";
231  "map jessie testing";
232  "map jessie-proposed-updates testing-proposed-updates";
233  "map jessie-updates testing-proposed-updates";
234  "map sid unstable";
235  "map rc-buggy experimental";
236  "map oldstable oldstable-proposed-updates";
237  "map oldstable-security oldstable-proposed-updates";
238  "map oldstable-updates oldstable-proposed-updates";
239  "map stable proposed-updates";
240  "map stable-security proposed-updates";
241  "map stable-proposed-updates proposed-updates";
242  "map stable-updates proposed-updates";
243  "map testing-updates testing-proposed-updates";
244  "map-unreleased stable unstable";
245  "map-unreleased proposed-updates unstable";
246  "map testing testing-proposed-updates";
247  "map testing-security testing-proposed-updates";
248  "map-unreleased testing unstable";
249  "map-unreleased testing-proposed-updates unstable";
250 };
251
252 AutomaticByHandPackages {
253   "debian-installer-images" {
254     Source "debian-installer";
255     Section "raw-installer";
256     Extension "tar.gz";
257     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
258   };
259
260   "tag-overrides" {
261     Source "tag-overrides";
262     Section "byhand";
263     Extension "tar.gz";
264     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
265   };
266
267   "task-overrides" {
268     Source "tasksel";
269     Section "byhand";
270     Extension "tar.gz";
271     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
272   };
273
274   "win32-loader" {
275     Source "win32-loader";
276     Section "byhand";
277     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-win32-loader";
278   };
279 };
280
281 Dir
282 {
283   Base "/srv/ftp-master.debian.org/";
284   Root "/srv/ftp-master.debian.org/ftp/";
285   Pool "/srv/ftp-master.debian.org/ftp/pool/";
286   Templates "/srv/ftp-master.debian.org/dak/templates/";
287   Lists "/srv/ftp-master.debian.org/database/dists/";
288   Cache "/srv/ftp-master.debian.org/database/";
289   Log "/srv/ftp-master.debian.org/log/";
290   Lock "/srv/ftp-master.debian.org/lock";
291   Morgue "/srv/ftp-master.debian.org/morgue/";
292   Override "/srv/ftp-master.debian.org/scripts/override/";
293   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
294   TempPath "/srv/ftp-master.debian.org/tmp/";
295   BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
296   Holding "/srv/ftp-master.debian.org/queue/holding/";
297   Done "/srv/ftp-master.debian.org/queue/done/";
298   Reject "/srv/ftp-master.debian.org/queue/reject/";
299 };
300
301 Queue-Report
302 {
303   ReportLocations
304   {
305     822Location "/srv/ftp.debian.org/web/new.822";
306   };
307 };
308
309 DB
310 {
311   Service "projectb";
312   // PoolSize should be at least ThreadCount + 1
313   PoolSize 5;
314   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
315   MaxOverflow 13;
316   // should be false for encoding == SQL_ASCII
317   Unicode "false"
318 };
319
320 Urgency
321 {
322   Default "low";
323   Valid
324   {
325     low;
326     medium;
327     high;
328     emergency;
329     critical;
330   };
331 };
332
333 Contents
334 {
335   Header "contents";
336   Root "/srv/ftp-master.debian.org/test/";
337 }
338
339 Common
340 {
341   // The default number of threads for multithreading parts of dak:
342   ThreadCount 16;
343 }
344
345 Changelogs
346 {
347   Testing "/srv/release.debian.org/tools/trille/current-testing";
348   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
349   Export "/srv/ftp-master.debian.org/export/changelogs";
350 }
351
352 Generate-Releases
353 {
354   MD5Sum
355   {
356     proposed-updates;
357     stable;
358     squeeze-updates;
359     testing;
360     testing-proposed-updates;
361     unstable;
362     experimental;
363   };
364   SHA1
365   {
366     proposed-updates;
367     squeeze-updates;
368     stable;
369     testing;
370     testing-proposed-updates;
371     unstable;
372     experimental;
373   };
374   SHA256
375   {
376     proposed-updates;
377     squeeze-updates;
378     stable;
379     testing;
380     testing-proposed-updates;
381     unstable;
382     experimental;
383   };
384 }
385
386 ByGroup {
387   dak-unpriv "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-dak";
388   ftpteam "";
389   backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
390 };
391
392 Command::DM {
393   ACL "dm";
394   AdminKeyrings {
395     "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
396   };
397   Keyrings {
398     "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
399   };
400 };
401
402 Command::DM-Admin {
403   AdminFingerprints {
404     "AB41C1C68AFD668CA045EBF8673A03E4C1DB921F"; // gwolf
405     "0E3A94C3E83002DAB88CCA1694FA372B2DA8B985"; // noodles
406
407     "80E976F14A508A48E9CA3FE9BC372252CA1CF964"; // ansgar
408     "FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4"; // joerg
409     "309911BEA966D0613053045711B4E5FF15B0FD82"; // mhy
410   };
411 };