]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
Keep debian-backup user.
[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      Archive "ftp-master";
42      TempDir "/srv/ftp-master.debian.org/tiffani";
43      MaxDiffs { Default 56; };
44    };
45 };
46
47 Show-New
48 {
49   HTMLPath "/srv/ftp.debian.org/web/new/";
50   Options::Queue "new,backports-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,dak-unpriv,katie,release,qa,www-data,guest,repuser,debian-backup";
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   CACertFile "/etc/ssl/certs/spi-cacert-2008.pem";
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 SuiteMappings
124 {
125  "silent-map squeeze-security oldstable-security";
126  "silent-map wheezy-security stable-security";
127  "silent-map jessie-security testing-security";
128  "propup-version stable-security testing testing-proposed-updates unstable";
129  "propup-version testing-security unstable";
130  "map squeeze oldstable";
131  "map squeeze-proposed-updates oldstable-proposed-updates";
132  "map squeeze-updates oldstable-proposed-updates";
133  "map wheezy stable";
134  "map wheezy-proposed-updates proposed-updates";
135  "map wheezy-updates proposed-updates";
136  "map jessie testing";
137  "map jessie-proposed-updates testing-proposed-updates";
138  "map jessie-updates testing-proposed-updates";
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 jessie-backports";
157  "reject jessie-updates";
158 };
159
160 AutomaticByHandPackages {
161   "debian-faq" {
162     Source "debian-faq";
163     Section "byhand";
164     Extension "gz";
165     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-debian-faq";
166   };
167
168   "debian-installer-images" {
169     Source "debian-installer";
170     Section "raw-installer";
171     Extension "tar.gz";
172     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
173   };
174
175   "tag-overrides" {
176     Source "tag-overrides";
177     Section "byhand";
178     Extension "tar.gz";
179     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
180   };
181
182   "task-overrides" {
183     Source "tasksel";
184     Section "byhand";
185     Extension "tar.gz";
186     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
187   };
188
189   "win32-loader" {
190     Source "win32-loader";
191     Section "byhand";
192     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-win32-loader";
193   };
194 };
195
196 Dir
197 {
198   Base "/srv/ftp-master.debian.org/";
199   Root "/srv/ftp-master.debian.org/ftp/";
200   Pool "/srv/ftp-master.debian.org/ftp/pool/";
201   Templates "/srv/ftp-master.debian.org/dak/templates/";
202   Lists "/srv/ftp-master.debian.org/database/dists/";
203   Cache "/srv/ftp-master.debian.org/database/";
204   Log "/srv/ftp-master.debian.org/log/";
205   Lock "/srv/ftp-master.debian.org/lock";
206   Morgue "/srv/ftp-master.debian.org/morgue/";
207   Override "/srv/ftp-master.debian.org/scripts/override/";
208   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
209   TempPath "/srv/ftp-master.debian.org/tmp/";
210   BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
211   Holding "/srv/ftp-master.debian.org/queue/holding/";
212   Done "/srv/ftp-master.debian.org/queue/done/";
213   Reject "/srv/ftp-master.debian.org/queue/reject/";
214 };
215
216 Queue-Report
217 {
218   ReportLocations
219   {
220     822Location "/srv/ftp.debian.org/web/new.822";
221   };
222 };
223
224 DB
225 {
226   Service "projectb";
227   // PoolSize should be at least ThreadCount + 1
228   PoolSize 5;
229   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
230   MaxOverflow 13;
231   // should be false for encoding == SQL_ASCII
232   Unicode "false"
233 };
234
235 Urgency
236 {
237   Default "low";
238   Valid
239   {
240     low;
241     medium;
242     high;
243     emergency;
244     critical;
245   };
246 };
247
248 Contents
249 {
250   Header "contents";
251   Root "/srv/ftp-master.debian.org/test/";
252 }
253
254 Common
255 {
256   // The default number of threads for multithreading parts of dak:
257   ThreadCount 16;
258 }
259
260 Changelogs
261 {
262   Testing "/srv/release.debian.org/tools/trille/current-testing";
263   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
264   Export "/srv/ftp-master.debian.org/export/changelogs";
265 }
266
267 ByGroup {
268   dak-unpriv "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-dak";
269   ftpteam "";
270   backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
271 };
272
273 Command::DM {
274   ACL "dm";
275   AdminKeyrings {
276     "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
277   };
278   Keyrings {
279     "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
280   };
281 };
282
283 Command::DM-Admin {
284   AdminFingerprints {
285     "AB41C1C68AFD668CA045EBF8673A03E4C1DB921F"; // gwolf
286     "0E3A94C3E83002DAB88CCA1694FA372B2DA8B985"; // noodles
287
288     "80E976F14A508A48E9CA3FE9BC372252CA1CF964"; // ansgar
289     "FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4"; // joerg
290     "309911BEA966D0613053045711B4E5FF15B0FD82"; // mhy
291   };
292 };