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