]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf
Remove references to changelog exportpath, no longer used
[dak.git] / config / backports / dak.conf
1 Dinstall
2 {
3    // To sign the release files. Adjust the keyid!
4    // Note: Key must be without a passphrase or it wont work automagically!
5    SigningKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
6    SigningPubKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
7    SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@backports.debian.org";
8    MyEmailAddress "Backports Debian FTP Masters <ftpmaster@backports.debian.org>";
9    MyAdminAddress "ftpmaster@backports.debian.org";
10    MyHost "backports.debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
11    MyDistribution "backports.debian.org archive"; // Used in emails
12    // Alicia and melanie can use it
13    BugServer "bugs.debian.org";
14    // melanie uses the packages server.
15    // PackagesServer "packages.test.backports.org";
16    // If defined then the package@this.server gets a copy of most of the
17    // actions related to the package. For an example look at
18    // packages.qa.debian.org
19    // TrackingServer "packages.qa.test.backports.org";
20    // If defined this address gets a bcc of all mails.
21    // FIXME: Einrichten wenn das hier produktiv geht!
22    Bcc "debian-backports-changes@lists.debian.org";
23    GroupOverrideFilename "override.group-maint";
24    FutureTimeTravelGrace 28800; // 8 hours
25    PastCutoffYear "1984";
26    SkipTime 300;
27    // If defined then mails to close bugs are sent to the bugserver.
28    CloseBugs "false";
29    OverrideDisparityCheck "false";
30    DefaultSuite "squeeze-backports";
31    ReleaseTransitions "/srv/backports-master.debian.org/hints/transitions.yaml";
32    // If set, only send mails to addresses listed there.
33    // format of entries: one entry per line. Either an email address directly, or a regular expression,
34    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
35    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
36    MailWhiteList "/srv/backports-master.debian.org/dak/config/backports/mail-whitelist";
37 };
38
39 Generate-Index-Diffs
40 {
41    Options
42    {
43      TempDir "/srv/backports-master.debian.org/tiffani";
44      MaxDiffs { Default 50; };
45    };
46 };
47
48 Add-User
49 {
50 // Should we sent a mail to newly added users?
51   SendEmail "true";
52
53 // Should we create an account so they can login?
54 // Account will be created with the defaults from adduser, so adjust
55 // it's configuration to fit your needs.
56 // NOTE: This requires that your dak user has a sudo entry, allowing
57 // to run /usr/sbin/useradd!
58   CreateAccount "false";
59
60 // Note: This is a comma separated list of additional groupnames to
61 // which uma should add the user. NO spaces between the groupnames or
62 // useradd will die.
63 // Disable it if you dont want or need that feature.
64 //  GID "debuser";
65
66 };
67
68 Show-New
69 {
70   HTMLPath "/srv/backports-web.debian.org/underlay/new/";
71 }
72
73 Check-Overrides
74 {
75   OverrideSuites
76   {
77     squeeze-backports
78     {
79       Process "1";
80 //      OriginSuite "Unstable";
81     };
82
83   };
84 };
85
86
87 Import-Users-From-Passwd
88 {
89   // The Primary GID of your users. Using uma it is the gid from group users.
90   ValidGID "800";
91   // Comma separated list of users who are in Postgres but not the passwd file
92   KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser";
93 };
94
95 Queue-Report
96 {
97   ReportLocations
98   {
99     822Location "/srv/backports-web.debian.org/underlay/new.822";
100   };
101 };
102
103 Clean-Queues
104 {
105   Options
106   {
107     Days 14;
108    };
109  MorgueSubDir "queues";
110 };
111
112 Control-Overrides
113 {
114   Options
115   {
116     Component "main";
117     Suite "squeeze-backports";
118     Type "deb";
119    };
120 };
121
122 Rm
123 {
124   Options
125   {
126     Suite "squeeze-backports";
127    };
128
129    LogFile "/srv/backports-web.debian.org/underlay/removals.txt";
130    LogFile822 "/srv/backports-web.debian.org/underlay/removals.822";
131 };
132
133 Import-Archive
134 {
135   ExportDir "/srv/backports-master.debian.org/dak/import-archive-files/";
136 };
137
138 Clean-Suites
139 {
140   // How long (in seconds) dead packages are left before being killed
141   StayOfExecution 1209600; // 14 days
142   AcceptedAutoBuildStayOfExecution 86400; // 24 hours
143   MorgueSubDir "pool";
144 };
145
146 Process-New
147 {
148   DinstallLockFile "/srv/backports-master.debian.org/lock/processnew.lock";
149   LockDir "/srv/backports-master.debian.org/lock/new/";
150 };
151
152 Suite
153 {
154   squeeze-backports
155   {
156         Components
157         {
158           main;
159           contrib;
160           non-free;
161         };
162   };
163
164 };
165
166 Dir
167 {
168   Base "/srv/backports-master.debian.org/";
169   Root "/srv/backports-master.debian.org/ftp/";
170   Pool "/srv/backports-master.debian.org/ftp/pool/";
171   Export "/srv/backports-master.debian.org/export/";
172   Templates "/srv/backports-master.debian.org/dak/templates/";
173   Lists "/srv/backports-master.debian.org/database/dists/";
174   Cache "/srv/backports-master.debian.org/database/";
175   Log "/srv/backports-master.debian.org/log/";
176   Lock "/srv/backports-master.debian.org/lock";
177   Morgue "/srv/backports-master.debian.org/morgue/";
178   Override "/srv/backports-master.debian.org/scripts/override/";
179   UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/";
180   TempPath "/srv/backports-master.debian.org/tmp";
181   BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/";
182   Holding "/srv/backports-master.debian.org/queue/holding/";
183   Done "/srv/backports-master.debian.org/queue/done/";
184   Reject "/srv/backports-master.debian.org/queue/reject/";
185
186   Queue
187   {
188     Byhand "/srv/backports-master.debian.org/queue/byhand/";
189     New "/srv/backports-master.debian.org/queue/new/";
190     Unchecked "/srv/backports-master.debian.org/queue/unchecked/";
191     Newstage "/srv/backports-master.debian.org/queue/newstage/";
192     Embargoed "/srv/backports-master.debian.org/queue/Embargoed/";
193     Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/";
194     ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/";
195     OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/";
196   };
197 };
198
199 DB
200 {
201   Service "backports";
202   // PoolSize should be at least ThreadCount + 1
203   PoolSize 5;
204   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
205   MaxOverflow 13;
206   // should be false for encoding == SQL_ASCII
207   Unicode "false"
208 };
209
210 SuiteMappings
211 {
212  "map squeeze squeeze-backports";
213  "map squeeze-bpo squeeze-backports";
214 };
215
216 Architectures
217 {
218   source "Source";
219   all "Architecture Independent";
220   alpha "DEC Alpha";
221   amd64 "AMD x86_64 (AMD64)";
222   hurd-i386 "Intel ia32 running the HURD";
223   hppa "HP PA RISC";
224   arm "ARM";
225   armel "ARM EABI";
226   i386 "Intel ia32";
227   ia64 "Intel ia64";
228   m68k "Motorola Mc680x0";
229   mips "MIPS (Big Endian)";
230   mipsel "MIPS (Little Endian)";
231   powerpc "PowerPC";
232   s390 "IBM S/390";
233   sh "Hitatchi SuperH";
234   sparc "Sun SPARC/UltraSPARC";
235   kfreebsd-i386 "GNU/kFreeBSD i386";
236   kfreebsd-amd64 "GNU/kFreeBSD amd64";
237 };
238
239 Archive
240 {
241   backports
242   {
243     OriginServer "backports.debian.org";
244     PrimaryMirror "backports.debian.org";
245     Description "Master Archive for backports.debian.org archive";
246   };
247 };
248
249 Section
250 {
251   admin;
252   cli-mono;
253   comm;
254   database;
255   debian-installer;
256   debug;
257   devel;
258   doc;
259   editors;
260   embedded;
261   electronics;
262   fonts;
263   games;
264   gnome;
265   graphics;
266   gnu-r;
267   gnustep;
268   hamradio;
269   haskell;
270   httpd;
271   interpreters;
272   java;
273   kde;
274   kernel;
275   libdevel;
276   libs;
277   lisp;
278   localization;
279   mail;
280   math;
281   misc;
282   net;
283   news;
284   ocaml;
285   oldlibs;
286   otherosfs;
287   perl;
288   php;
289   python;
290   ruby;
291   science;
292   shells;
293   sound;
294   tex;
295   text;
296   utils;
297   web;
298   vcs;
299   video;
300   x11;
301   xfce;
302   zope;
303 };
304
305 Priority
306 {
307   required 1;
308   important 2;
309   standard 3;
310   optional 4;
311   extra 5;
312   source 0; // i.e. unused
313 };
314
315 Urgency
316 {
317   Default "low";
318   Valid
319   {
320     low;
321     medium;
322     high;
323     emergency;
324     critical;
325   };
326 };
327
328 Common
329 {
330   // The default number of threads for multithreading parts of dak:
331   ThreadCount 16;
332 }
333
334 Import-LDAP-Fingerprints
335 {
336   LDAPDn "ou=users,dc=debian,dc=org";
337   LDAPServer "db.debian.org";
338   ExtraKeyrings
339   {
340     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
341     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
342     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
343   };
344   KeyServer "wwwkeys.eu.pgp.net";
345 };
346
347 Generate-Releases
348 {
349   MD5Sum
350   {
351     squeeze-backports;
352   };
353   SHA1
354   {
355     squeeze-backports;
356   };
357   SHA256
358   {
359     squeeze-backports;
360   };
361 }