]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
config/debian/dak.conf: remove deprecated settings
[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    // if you setup an own dak repository and want to upload Debian packages you most possibly want
23    // to set the following option to a real path/filename and then enter those mail addresses that
24    // you want to be able to receive mails generated by your dak installation. This avoids spamming
25    // the real maintainers of a package you upload with mail.
26    // format of entries: one entry per line. Either an email address directly, or a regular expression,
27    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
28    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
29    //  MailWhiteList "/some/path/to/a/file";
30 };
31
32 Transitions
33 {
34    Notifications "debian-devel@lists.debian.org";
35 };
36
37 Generate-Index-Diffs
38 {
39    Options
40    {
41      TempDir "/srv/ftp-master.debian.org/tiffani";
42      MaxDiffs { Default 56; };
43    };
44 };
45
46 Show-New
47 {
48   HTMLPath "/srv/ftp.debian.org/web/new/";
49   Options::Queue "new,backports-new";
50 }
51
52 Show-Deferred
53 {
54   LinkPath "/srv/ftp.debian.org/web/deferred/";
55   DeferredQueue "/srv/upload.debian.org/DEFERRED/";
56 }
57
58 Import-Users-From-Passwd
59 {
60   ValidGID "800";
61   // Comma separated list of users who are in Postgres but not the passwd file
62   KnownPostgres "postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser";
63 };
64
65 Clean-Queues
66 {
67   Options
68   {
69     Days 14;
70    };
71  MorgueSubDir "queues";
72 };
73
74 Control-Overrides
75 {
76   Options
77   {
78     Component "main";
79     Suite "unstable";
80     Type "deb";
81    };
82 };
83
84 Rm
85 {
86   Options
87   {
88     Suite "unstable";
89    };
90
91    LogFile "/srv/ftp.debian.org/web/removals.txt";
92    LogFile822 "/srv/ftp.debian.org/web/removals.822";
93    Bcc "removed-packages@qa.debian.org";
94 };
95
96 Import-LDAP-Fingerprints
97 {
98   LDAPDn "ou=users,dc=debian,dc=org";
99   LDAPServer "db.debian.org";
100   CACertFile "/etc/ssl/certs/spi-cacert-2008.pem";
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   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 sid unstable";
139  "map rc-buggy experimental";
140  "map oldstable oldstable-proposed-updates";
141  "map oldstable-security oldstable-proposed-updates";
142  "map oldstable-updates oldstable-proposed-updates";
143  "map stable proposed-updates";
144  "map stable-security proposed-updates";
145  "map stable-proposed-updates proposed-updates";
146  "map stable-updates proposed-updates";
147  "map testing-updates testing-proposed-updates";
148  "map-unreleased stable unstable";
149  "map-unreleased proposed-updates unstable";
150  "map testing testing-proposed-updates";
151  "map testing-security testing-proposed-updates";
152  "map-unreleased testing unstable";
153  "map-unreleased testing-proposed-updates unstable";
154 };
155
156 AutomaticByHandPackages {
157   "debian-faq" {
158     Source "debian-faq";
159     Section "byhand";
160     Extension "gz";
161     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-debian-faq";
162   };
163
164   "debian-installer-images" {
165     Source "debian-installer";
166     Section "raw-installer";
167     Extension "tar.gz";
168     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
169   };
170
171   "tag-overrides" {
172     Source "tag-overrides";
173     Section "byhand";
174     Extension "tar.gz";
175     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
176   };
177
178   "task-overrides" {
179     Source "tasksel";
180     Section "byhand";
181     Extension "tar.gz";
182     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
183   };
184
185   "win32-loader" {
186     Source "win32-loader";
187     Section "byhand";
188     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-win32-loader";
189   };
190 };
191
192 Dir
193 {
194   Base "/srv/ftp-master.debian.org/";
195   Root "/srv/ftp-master.debian.org/ftp/";
196   Pool "/srv/ftp-master.debian.org/ftp/pool/";
197   Templates "/srv/ftp-master.debian.org/dak/templates/";
198   Lists "/srv/ftp-master.debian.org/database/dists/";
199   Cache "/srv/ftp-master.debian.org/database/";
200   Log "/srv/ftp-master.debian.org/log/";
201   Lock "/srv/ftp-master.debian.org/lock";
202   Morgue "/srv/ftp-master.debian.org/morgue/";
203   Override "/srv/ftp-master.debian.org/scripts/override/";
204   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
205   TempPath "/srv/ftp-master.debian.org/tmp/";
206   BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
207   Holding "/srv/ftp-master.debian.org/queue/holding/";
208   Done "/srv/ftp-master.debian.org/queue/done/";
209   Reject "/srv/ftp-master.debian.org/queue/reject/";
210 };
211
212 Queue-Report
213 {
214   ReportLocations
215   {
216     822Location "/srv/ftp.debian.org/web/new.822";
217   };
218 };
219
220 DB
221 {
222   Service "projectb";
223   // PoolSize should be at least ThreadCount + 1
224   PoolSize 5;
225   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
226   MaxOverflow 13;
227   // should be false for encoding == SQL_ASCII
228   Unicode "false"
229 };
230
231 Urgency
232 {
233   Default "low";
234   Valid
235   {
236     low;
237     medium;
238     high;
239     emergency;
240     critical;
241   };
242 };
243
244 Contents
245 {
246   Header "contents";
247   Root "/srv/ftp-master.debian.org/test/";
248 }
249
250 Common
251 {
252   // The default number of threads for multithreading parts of dak:
253   ThreadCount 16;
254 }
255
256 Changelogs
257 {
258   Testing "/srv/release.debian.org/tools/trille/current-testing";
259   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
260   Export "/srv/ftp-master.debian.org/export/changelogs";
261 }
262
263 ByGroup {
264   dak-unpriv "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-dak";
265   ftpteam "";
266   backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
267 };
268
269 Command::DM {
270   ACL "dm";
271   AdminKeyrings {
272     "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
273   };
274   Keyrings {
275     "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
276   };
277 };
278
279 Command::DM-Admin {
280   AdminFingerprints {
281     "AB41C1C68AFD668CA045EBF8673A03E4C1DB921F"; // gwolf
282     "0E3A94C3E83002DAB88CCA1694FA372B2DA8B985"; // noodles
283
284     "80E976F14A508A48E9CA3FE9BC372252CA1CF964"; // ansgar
285     "FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4"; // joerg
286     "309911BEA966D0613053045711B4E5FF15B0FD82"; // mhy
287   };
288 };