]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf
remove lenny
[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   Root "/srv/backports-master.debian.org/ftp/";
169   Pool "/srv/backports-master.debian.org/ftp/pool/";
170   Export "/srv/backports-master.debian.org/export/";
171   Templates "/srv/backports-master.debian.org/dak/templates/";
172   Lists "/srv/backports-master.debian.org/database/dists/";
173   Cache "/srv/backports-master.debian.org/database/";
174   Log "/srv/backports-master.debian.org/log/";
175   Lock "/srv/backports-master.debian.org/lock";
176   Morgue "/srv/backports-master.debian.org/morgue/";
177   Override "/srv/backports-master.debian.org/scripts/override/";
178   UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/";
179   TempPath "/srv/backports-master.debian.org/tmp";
180   BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/";
181   Holding "/srv/backports-master.debian.org/queue/holding/";
182   Done "/srv/backports-master.debian.org/queue/done/";
183   Reject "/srv/backports-master.debian.org/queue/reject/";
184
185   Queue
186   {
187     Byhand "/srv/backports-master.debian.org/queue/byhand/";
188     New "/srv/backports-master.debian.org/queue/new/";
189     Unchecked "/srv/backports-master.debian.org/queue/unchecked/";
190     Newstage "/srv/backports-master.debian.org/queue/newstage/";
191     Embargoed "/srv/backports-master.debian.org/queue/Embargoed/";
192     Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/";
193     ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/";
194     OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/";
195   };
196 };
197
198 DB
199 {
200   Service "backports";
201   // PoolSize should be at least ThreadCount + 1
202   PoolSize 5;
203   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
204   MaxOverflow 13;
205   // should be false for encoding == SQL_ASCII
206   Unicode "false"
207 };
208
209 SuiteMappings
210 {
211  "map squeeze squeeze-backports";
212  "map squeeze-bpo squeeze-backports";
213 };
214
215 Architectures
216 {
217   source "Source";
218   all "Architecture Independent";
219   alpha "DEC Alpha";
220   amd64 "AMD x86_64 (AMD64)";
221   hurd-i386 "Intel ia32 running the HURD";
222   hppa "HP PA RISC";
223   arm "ARM";
224   armel "ARM EABI";
225   i386 "Intel ia32";
226   ia64 "Intel ia64";
227   m68k "Motorola Mc680x0";
228   mips "MIPS (Big Endian)";
229   mipsel "MIPS (Little Endian)";
230   powerpc "PowerPC";
231   s390 "IBM S/390";
232   sh "Hitatchi SuperH";
233   sparc "Sun SPARC/UltraSPARC";
234   kfreebsd-i386 "GNU/kFreeBSD i386";
235   kfreebsd-amd64 "GNU/kFreeBSD amd64";
236 };
237
238 Archive
239 {
240   backports
241   {
242     OriginServer "backports.debian.org";
243     PrimaryMirror "backports.debian.org";
244     Description "Master Archive for backports.debian.org archive";
245   };
246 };
247
248 Section
249 {
250   admin;
251   cli-mono;
252   comm;
253   database;
254   debian-installer;
255   debug;
256   devel;
257   doc;
258   editors;
259   embedded;
260   electronics;
261   fonts;
262   games;
263   gnome;
264   graphics;
265   gnu-r;
266   gnustep;
267   hamradio;
268   haskell;
269   httpd;
270   interpreters;
271   java;
272   kde;
273   kernel;
274   libdevel;
275   libs;
276   lisp;
277   localization;
278   mail;
279   math;
280   misc;
281   net;
282   news;
283   ocaml;
284   oldlibs;
285   otherosfs;
286   perl;
287   php;
288   python;
289   ruby;
290   science;
291   shells;
292   sound;
293   tex;
294   text;
295   utils;
296   web;
297   vcs;
298   video;
299   x11;
300   xfce;
301   zope;
302 };
303
304 Priority
305 {
306   required 1;
307   important 2;
308   standard 3;
309   optional 4;
310   extra 5;
311   source 0; // i.e. unused
312 };
313
314 Urgency
315 {
316   Default "low";
317   Valid
318   {
319     low;
320     medium;
321     high;
322     emergency;
323     critical;
324   };
325 };
326
327 Common
328 {
329   // The default number of threads for multithreading parts of dak:
330   ThreadCount 16;
331 }
332
333 Import-LDAP-Fingerprints
334 {
335   LDAPDn "ou=users,dc=debian,dc=org";
336   LDAPServer "db.debian.org";
337   ExtraKeyrings
338   {
339     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
340     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
341     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
342   };
343   KeyServer "wwwkeys.eu.pgp.net";
344 };
345
346 Changelogs
347 {
348   Export "/srv/backports-master.debian.org/export/changelogs";
349 }
350
351 Generate-Releases
352 {
353   MD5Sum
354   {
355     squeeze-backports;
356   };
357   SHA1
358   {
359     squeeze-backports;
360   };
361   SHA256
362   {
363     squeeze-backports;
364   };
365 }