]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
Merge branch 'pu/backports-merge'
[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 }
52
53 Show-Deferred
54 {
55   LinkPath "/srv/ftp.debian.org/web/deferred/";
56   DeferredQueue "/srv/upload.debian.org/DEFERRED/";
57 }
58
59 Import-Users-From-Passwd
60 {
61   ValidGID "800";
62   // Comma separated list of users who are in Postgres but not the passwd file
63   KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser";
64 };
65
66 Clean-Queues
67 {
68   Options
69   {
70     Days 14;
71    };
72  MorgueSubDir "queues";
73 };
74
75 Control-Overrides
76 {
77   Options
78   {
79     Component "main";
80     Suite "unstable";
81     Type "deb";
82    };
83 };
84
85 Rm
86 {
87   Options
88   {
89     Suite "unstable";
90    };
91
92    LogFile "/srv/ftp.debian.org/web/removals.txt";
93    LogFile822 "/srv/ftp.debian.org/web/removals.822";
94    Bcc "removed-packages@qa.debian.org";
95 };
96
97 Import-LDAP-Fingerprints
98 {
99   LDAPDn "ou=users,dc=debian,dc=org";
100   LDAPServer "db.debian.org";
101   ExtraKeyrings
102   {
103     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
104     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
105     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
106   };
107   KeyServer "wwwkeys.eu.pgp.net";
108 };
109
110 Clean-Suites
111 {
112   // How long (in seconds) dead packages are left before being killed
113   StayOfExecution 129600; // 1.5 days
114   MorgueSubDir "pool";
115 };
116
117 Process-New
118 {
119   DinstallLockFile "/srv/ftp-master.debian.org/lock/processnew.lock";
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 stable-security";
221  "silent-map wheezy-security testing-security";
222  "propup-version stable-security testing testing-proposed-updates unstable";
223  "propup-version testing-security unstable";
224  "map squeeze stable";
225  "map squeeze-proposed-updates proposed-updates";
226  "map squeeze-updates proposed-updates";
227  "map wheezy testing";
228  "map wheezy-proposed-updates testing-proposed-updates";
229  "map sid unstable";
230  "map rc-buggy experimental";
231  "map stable proposed-updates";
232  "map stable-security proposed-updates";
233  "map stable-proposed-updates proposed-updates";
234  "map stable-updates proposed-updates";
235  "map-unreleased stable unstable";
236  "map-unreleased proposed-updates unstable";
237  "map testing testing-proposed-updates";
238  "map testing-security testing-proposed-updates";
239  "map-unreleased testing unstable";
240  "map-unreleased testing-proposed-updates unstable";
241 };
242
243 AutomaticByHandPackages {
244   "debian-installer-images" {
245     Source "debian-installer";
246     Section "raw-installer";
247     Extension "tar.gz";
248     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
249   };
250
251   "tag-overrides" {
252     Source "tag-overrides";
253     Section "byhand";
254     Extension "tar.gz";
255     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
256   };
257
258   "task-overrides" {
259     Source "tasksel";
260     Section "byhand";
261     Extension "tar.gz";
262     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
263   };
264
265   "win32-loader" {
266     Source "win32-loader";
267     Section "byhand";
268     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-win32-loader";
269   };
270 };
271
272 Dir
273 {
274   Base "/srv/ftp-master.debian.org/";
275   Root "/srv/ftp-master.debian.org/ftp/";
276   Pool "/srv/ftp-master.debian.org/ftp/pool/";
277   Templates "/srv/ftp-master.debian.org/dak/templates/";
278   Export "/srv/ftp-master.debian.org/export/";
279   Lists "/srv/ftp-master.debian.org/database/dists/";
280   Cache "/srv/ftp-master.debian.org/database/";
281   Log "/srv/ftp-master.debian.org/log/";
282   Lock "/srv/ftp-master.debian.org/lock";
283   Morgue "/srv/ftp-master.debian.org/morgue/";
284   Override "/srv/ftp-master.debian.org/scripts/override/";
285   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
286   TempPath "/srv/ftp-master.debian.org/tmp/";
287   BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
288   Holding "/srv/ftp-master.debian.org/queue/holding/";
289   Done "/srv/ftp-master.debian.org/queue/done/";
290   Reject "/srv/ftp-master.debian.org/queue/reject/";
291 };
292
293 Queue-Report
294 {
295   ReportLocations
296   {
297     822Location "/srv/ftp.debian.org/web/new.822";
298   };
299 };
300
301 DB
302 {
303   Service "projectb";
304   // PoolSize should be at least ThreadCount + 1
305   PoolSize 5;
306   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
307   MaxOverflow 13;
308   // should be false for encoding == SQL_ASCII
309   Unicode "false"
310 };
311
312 Urgency
313 {
314   Default "low";
315   Valid
316   {
317     low;
318     medium;
319     high;
320     emergency;
321     critical;
322   };
323 };
324
325 Contents
326 {
327   Header "contents";
328   Root "/srv/ftp-master.debian.org/test/";
329 }
330
331 Common
332 {
333   // The default number of threads for multithreading parts of dak:
334   ThreadCount 16;
335 }
336
337 Changelogs
338 {
339   Testing "/srv/release.debian.org/tools/trille/current-testing";
340   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
341   Export "/srv/ftp-master.debian.org/export/changelogs";
342 }
343
344 Generate-Releases
345 {
346   MD5Sum
347   {
348     proposed-updates;
349     stable;
350     squeeze-updates;
351     testing;
352     testing-proposed-updates;
353     unstable;
354     experimental;
355   };
356   SHA1
357   {
358     proposed-updates;
359     squeeze-updates;
360     stable;
361     testing;
362     testing-proposed-updates;
363     unstable;
364     experimental;
365   };
366   SHA256
367   {
368     proposed-updates;
369     squeeze-updates;
370     stable;
371     testing;
372     testing-proposed-updates;
373     unstable;
374     experimental;
375   };
376 }
377
378 ByGroup {
379   ftpteam "";
380   backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
381 };