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