]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
ebbac582a9606f97209ee97ddfa186ca59907f63
[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@ftp-master.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    SkipTime 300;
16    BXANotify "true";
17    CloseBugs "true";
18    OverrideDisparityCheck "true";
19    DefaultSuite "unstable";
20    LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags";
21    ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
22    AllowSourceOnlyUploads true;
23    // if you setup an own dak repository and want to upload Debian packages you most possibly want
24    // to set the following option to a real path/filename and then enter those mail addresses that
25    // you want to be able to receive mails generated by your dak installation. This avoids spamming
26    // the real maintainers of a package you upload with mail.
27    // format of entries: one entry per line. Either an email address directly, or a regular expression,
28    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
29    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
30    //  MailWhiteList "/some/path/to/a/file";
31 };
32
33 Transitions
34 {
35    Notifications "debian-devel@lists.debian.org";
36 };
37
38 Generate-Index-Diffs
39 {
40    Options
41    {
42      Archive "ftp-master";
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,debian-backup";
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   CACertFile "/etc/ssl/servicecerts/db.debian.org.crt";
103   ExtraKeyrings
104   {
105     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
106     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
107     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
108   };
109   KeyServer "wwwkeys.eu.pgp.net";
110 };
111
112 Clean-Suites
113 {
114   MorgueSubDir "pool";
115 };
116
117 Process-New
118 {
119   LockDir "/srv/ftp-master.debian.org/lock/new/";
120 };
121
122 SuiteMappings
123 {
124  "silent-map squeeze-security oldstable-security";
125  "silent-map wheezy-security stable-security";
126  "silent-map jessie-security testing-security";
127  "propup-version stable-security testing testing-proposed-updates unstable";
128  "propup-version testing-security unstable";
129  "map squeeze oldstable";
130  "map squeeze-proposed-updates oldstable-proposed-updates";
131  "map squeeze-updates oldstable-proposed-updates";
132  "map wheezy stable";
133  "map wheezy-proposed-updates proposed-updates";
134  "map wheezy-updates proposed-updates";
135  "map jessie testing";
136  "map jessie-proposed-updates testing-proposed-updates";
137  "map jessie-updates testing-proposed-updates";
138  "map jessie-kfreebsd testing-kfreebsd";
139  "map sid unstable";
140  "map rc-buggy experimental";
141  "map oldstable oldstable-proposed-updates";
142  "map oldstable-security oldstable-proposed-updates";
143  "map oldstable-updates oldstable-proposed-updates";
144  "map stable proposed-updates";
145  "map stable-security proposed-updates";
146  "map stable-proposed-updates proposed-updates";
147  "map stable-updates proposed-updates";
148  "map testing-updates testing-proposed-updates";
149  "map-unreleased stable unstable";
150  "map-unreleased proposed-updates unstable";
151  "map testing testing-proposed-updates";
152  "map testing-security testing-proposed-updates";
153  "map-unreleased testing unstable";
154  "map-unreleased testing-proposed-updates unstable";
155
156  "reject oldstable-proposed-updates";
157  "reject testing-kfreebsd";
158  "reject jessie-updates";
159 };
160
161 AutomaticByHandPackages {
162   "debian-faq" {
163     Source "debian-faq";
164     Section "byhand";
165     Extension "gz";
166     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-debian-faq";
167   };
168
169   "debian-installer-images" {
170     Source "debian-installer";
171     Section "raw-installer";
172     Extension "tar.gz";
173     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
174   };
175
176   "tag-overrides" {
177     Source "tag-overrides";
178     Section "byhand";
179     Extension "tar.gz";
180     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
181   };
182
183   "task-overrides" {
184     Source "tasksel";
185     Section "byhand";
186     Extension "tar.gz";
187     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
188   };
189
190   "win32-loader" {
191     Source "win32-loader";
192     Section "byhand";
193     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-win32-loader";
194   };
195 };
196
197 Dir
198 {
199   Base "/srv/ftp-master.debian.org/";
200   Root "/srv/ftp-master.debian.org/ftp/";
201   Pool "/srv/ftp-master.debian.org/ftp/pool/";
202   Templates "/srv/ftp-master.debian.org/dak/templates/";
203   Lists "/srv/ftp-master.debian.org/database/dists/";
204   Cache "/srv/ftp-master.debian.org/database/";
205   Log "/srv/ftp-master.debian.org/log/";
206   Lock "/srv/ftp-master.debian.org/lock";
207   Morgue "/srv/ftp-master.debian.org/morgue/";
208   Override "/srv/ftp-master.debian.org/scripts/override/";
209   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
210   TempPath "/srv/ftp-master.debian.org/tmp/";
211   BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
212   Holding "/srv/ftp-master.debian.org/queue/holding/";
213   Done "/srv/ftp-master.debian.org/queue/done/";
214   Reject "/srv/ftp-master.debian.org/queue/reject/";
215 };
216
217 Queue-Report
218 {
219   ReportLocations
220   {
221     822Location "/srv/ftp.debian.org/web/new.822";
222   };
223 };
224
225 DB
226 {
227   Service "projectb";
228   // PoolSize should be at least ThreadCount + 1
229   PoolSize 5;
230   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
231   MaxOverflow 13;
232   // should be false for encoding == SQL_ASCII
233   Unicode "false"
234 };
235
236 Urgency
237 {
238   Default "low";
239   Valid
240   {
241     low;
242     medium;
243     high;
244     emergency;
245     critical;
246   };
247 };
248
249 Contents
250 {
251   Header "contents";
252   Root "/srv/ftp-master.debian.org/test/";
253 }
254
255 Common
256 {
257   // The default number of threads for multithreading parts of dak:
258   ThreadCount 16;
259 }
260
261 Changelogs
262 {
263   Testing "/srv/release.debian.org/tools/trille/current-testing";
264   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
265   Export "/srv/ftp-master.debian.org/export/changelogs";
266 }
267
268 ByGroup {
269   dak-unpriv "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-dak";
270   ftpteam "";
271   backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
272 };
273
274 Command::DM {
275   ACL "dm";
276   AdminKeyrings {
277     "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
278   };
279   Keyrings {
280     "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
281   };
282 };
283
284 Command::DM-Admin {
285   AdminFingerprints {
286     "AB41C1C68AFD668CA045EBF8673A03E4C1DB921F"; // gwolf
287     "0E3A94C3E83002DAB88CCA1694FA372B2DA8B985"; // noodles
288
289     "80E976F14A508A48E9CA3FE9BC372252CA1CF964"; // ansgar
290     "FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4"; // joerg
291     "309911BEA966D0613053045711B4E5FF15B0FD82"; // mhy
292   };
293 };