]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
0d094c93b9775f5454ec2ba220a8defae496d2df
[dak.git] / config / debian / dak.conf
1 Dinstall
2 {
3    GPGKeyring {
4       "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
5       "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
6    };
7    SigningKeyring "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
8    SigningPubKeyring "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
9    SigningKeyIds "55BE302B";
10 //   SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org";
11    SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org";
12    MyEmailAddress "Archive Administrator <installer@ftp-master.debian.org>";
13    MyAdminAddress "ftpmaster@debian.org";
14    MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
15    MyDistribution "Debian"; // Used in emails
16    BugServer "bugs.debian.org";
17    PackagesServer "packages.debian.org";
18    TrackingServer "packages.qa.debian.org";
19    LockFile "/srv/ftp-master.debian.org/lock/dinstall.lock";
20    Bcc "archive@ftp-master.debian.org";
21    FutureTimeTravelGrace 28800; // 8 hours
22    PastCutoffYear "1984";
23    SkipTime 300;
24    BXANotify "true";
25    CloseBugs "true";
26    OverrideDisparityCheck "true";
27    DefaultSuite "unstable";
28    LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags";
29    QueueBuildSuites
30    {
31      unstable;
32    };
33    Reject
34    {
35      NoSourceOnly "true";
36      ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
37    };
38    // if you setup an own dak repository and want to upload Debian packages you most possibly want
39    // to set the following option to a real path/filename and then enter those mail addresses that
40    // you want to be able to receive mails generated by your dak installation. This avoids spamming
41    // the real maintainers of a package you upload with mail.
42    // format of entries: one entry per line. Either an email address directly, or a regular expression,
43    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
44    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
45    //  MailWhiteList "/some/path/to/a/file";
46 };
47
48 Transitions
49 {
50    Notifications "debian-devel@lists.debian.org";
51 };
52
53 Generate-Index-Diffs
54 {
55    Options
56    {
57      TempDir "/srv/ftp-master.debian.org/tiffani";
58      MaxDiffs { Default 14; };
59    };
60 };
61
62 Override
63 {
64    MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
65 };
66
67 Show-New
68 {
69   HTMLPath "/srv/ftp.debian.org/web/new/";
70 }
71
72 Show-Deferred
73 {
74   LinkPath "/srv/ftp.debian.org/web/deferred/";
75   DeferredQueue "/srv/upload.debian.org/DEFERRED/";
76 }
77
78 Import-Users-From-Passwd
79 {
80   ValidGID "800";
81   // Comma separated list of users who are in Postgres but not the passwd file
82   KnownPostgres "postgres,dak,katie,release,qa,www-data,guest";
83 };
84
85 Clean-Queues
86 {
87   Options
88   {
89     Days 14;
90    };
91  MorgueSubDir "queues";
92 };
93
94 Control-Overrides
95 {
96   Options
97   {
98     Component "main";
99     Suite "unstable";
100     Type "deb";
101    };
102
103  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
104 };
105
106 Rm
107 {
108   Options
109   {
110     Suite "unstable";
111    };
112
113    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
114    LogFile "/srv/ftp.debian.org/web/removals.txt";
115    LogFile822 "/srv/ftp.debian.org/web/removals.822";
116    Bcc "removed-packages@qa.debian.org";
117 };
118
119 Import-Archive
120 {
121   ExportDir "/srv/ftp-master.debian.org/dak/import-archive-files/";
122 };
123
124 Import-Keyring
125 {
126   /srv/keyring.debian.org/keyrings/debian-maintainers.gpg
127     {
128       Debian-Maintainer "true";
129     };
130 };
131
132 Reject-Proposed-Updates
133 {
134    StableRejector "the Stable Release Team";
135    StableMail "debian-release@lists.debian.org";
136    MoreInfoURL "http://release.debian.org/stable/4.0/4.0r7/";
137 };
138
139 Import-LDAP-Fingerprints
140 {
141   LDAPDn "ou=users,dc=debian,dc=org";
142   LDAPServer "db.debian.org";
143   ExtraKeyrings
144   {
145     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
146     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
147     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
148   };
149   KeyServer "wwwkeys.eu.pgp.net";
150 };
151
152 Clean-Suites
153 {
154   // How long (in seconds) dead packages are left before being killed
155   StayOfExecution 129600; // 1.5 days
156   QueueBuildStayOfExecution 86400; // 24 hours
157   MorgueSubDir "pool";
158 };
159
160 Process-New
161 {
162   DinstallLockFile "/srv/ftp-master.debian.org/lock/processnew.lock";
163   LockDir "/srv/ftp-master.debian.org/lock/new/";
164 };
165
166 Check-Overrides
167 {
168   OverrideSuites
169   {
170     Stable
171     {
172       Process "0";
173     };
174
175     Testing
176     {
177       Process "1";
178       OriginSuite "Unstable";
179     };
180
181     Unstable
182     {
183       Process "1";
184     };
185   };
186 };
187
188 Suite
189 {
190   Stable
191   {
192         Components
193         {
194           main;
195           contrib;
196           non-free;
197         };
198   };
199
200   Proposed-Updates
201   {
202         Components
203         {
204           main;
205           contrib;
206           non-free;
207         };
208         OverrideSuite "stable";
209         ValidTime 604800; // 7 days
210         VersionChecks
211         {
212           MustBeNewerThan
213           {
214             OldStable;
215             Stable;
216           };
217 //        MustBeOlderThan
218 //        {
219 //          Testing;
220 //          Unstable;
221 //          Experimental;
222 //        };
223           Enhances
224           {
225             Stable;
226           };
227         };
228   };
229
230   Testing
231   {
232         Components
233         {
234           main;
235           contrib;
236           non-free;
237         };
238         ValidTime 604800; // 7 days
239   };
240
241   Testing-Proposed-Updates
242   {
243         Components
244         {
245           main;
246           contrib;
247           non-free;
248         };
249         OverrideSuite "testing";
250         ValidTime 604800; // 7 days
251         VersionChecks
252         {
253           MustBeNewerThan
254           {
255             OldStable;
256             Stable;
257 //          Proposed-Updates;
258             Testing;
259           };
260           MustBeOlderThan
261           {
262             Unstable;
263             Experimental;
264           };
265           Enhances
266           {
267             Testing;
268           };
269         };
270   };
271
272   Squeeze-Volatile
273   {
274         Components
275         {
276           main;
277           contrib;
278           non-free;
279         };
280         OverrideSuite "testing";
281         ValidTime 604800; // 7 days
282         VersionChecks
283         {
284           MustBeNewerThan
285           {
286             Stable;
287             Testing;
288           };
289           Enhances
290       {
291             Testing;
292           };
293         };
294
295   };
296
297   Unstable
298   {
299         Components
300         {
301           main;
302           contrib;
303           non-free;
304         };
305         ValidTime 604800; // 7 days
306         VersionChecks
307         {
308           MustBeNewerThan
309           {
310             OldStable;
311             Stable;
312 //          Proposed-Updates;
313             Testing;
314             Testing-Proposed-Updates;
315           };
316         };
317   };
318
319   Experimental
320   {
321         Components
322         {
323           main;
324           contrib;
325           non-free;
326         };
327         OverrideSuite "unstable";
328         ValidTime 604800; // 7 days
329         VersionChecks
330         {
331           MustBeNewerThan
332           {
333             OldStable;
334             Stable;
335 //          Proposed-Updates;
336             Testing;
337             Testing-Proposed-Updates;
338             Unstable;
339           };
340         };
341   };
342
343 };
344
345 SuiteMappings
346 {
347 // "propup-version oldstable-security stable testing testing-proposed-updates unstable";
348  "propup-version stable-security testing testing-proposed-updates unstable";
349  "propup-version testing-security unstable";
350  "map lenny stable";
351  "map squeeze testing";
352  "map sid unstable";
353  "map rc-buggy experimental";
354 // "map oldstable oldstable-proposed-updates";
355 // "map oldstable-security oldstable-proposed-updates";
356  "map stable proposed-updates";
357  "map stable-security proposed-updates";
358  "map stable-proposed-updates proposed-updates";
359 // "map-unreleased oldstable unstable";
360  "map-unreleased stable unstable";
361  "map-unreleased proposed-updates unstable";
362  "map testing testing-proposed-updates";
363  "map testing-security testing-proposed-updates";
364  "map-unreleased testing unstable";
365  "map-unreleased testing-proposed-updates unstable";
366 };
367
368 AutomaticByHandPackages {
369   "debian-installer-images" {
370     Source "debian-installer";
371     Section "raw-installer";
372     Extension "tar.gz";
373     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
374   };
375
376   "tag-overrides" {
377     Source "tag-overrides";
378     Section "byhand";
379     Extension "tar.gz";
380     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
381   };
382
383   "task-overrides" {
384     Source "tasksel";
385     Section "byhand";
386     Extension "tar.gz";
387     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
388   };
389 };
390
391 Dir
392 {
393   Root "/srv/ftp-master.debian.org/ftp/";
394   Pool "/srv/ftp-master.debian.org/ftp/pool/";
395   Templates "/srv/ftp-master.debian.org/dak/templates/";
396   PoolRoot "pool/";
397   Lists "/srv/ftp-master.debian.org/database/dists/";
398   Cache "/srv/ftp-master.debian.org/database/";
399   Log "/srv/ftp-master.debian.org/log/";
400   Lock "/srv/ftp-master.debian.org/lock";
401   Morgue "/srv/ftp-master.debian.org/morgue/";
402   MorgueReject "reject";
403   Override "/srv/ftp-master.debian.org/scripts/override/";
404   QueueBuild "/srv/incoming.debian.org/buildd/";
405   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
406   TempPath "/srv/ftp-master.debian.org/tmp/";
407   Queue
408   {
409     Byhand "/srv/ftp-master.debian.org/queue/byhand/";
410     ProposedUpdates "/srv/ftp-master.debian.org/queue/p-u-new/";
411     OldProposedUpdates "/srv/ftp-master.debian.org/queue/o-p-u-new/";
412     ProposedUpdates "/srv/ftp-master.debian.org/queue/p-u-new/";
413     Done "/srv/ftp-master.debian.org/queue/done/";
414     Holding "/srv/ftp-master.debian.org/queue/holding/";
415     New "/srv/ftp-master.debian.org/queue/new/";
416     Reject "/srv/ftp-master.debian.org/queue/reject/";
417     Unchecked "/srv/ftp-master.debian.org/queue/unchecked/";
418     Newstage "/srv/ftp-master.debian.org/queue/newstage/";
419     BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
420     Embargoed "/does/not/exist/";
421     Unembargoed "/does/not/exist/";
422     Disembargo "/does/not/exist/";
423   };
424 };
425
426 Queue-Report
427 {
428   ReportLocations
429   {
430     822Location "/srv/ftp.debian.org/web/new.822";
431   };
432 };
433
434 DB
435 {
436   Name "projectb";
437   Host "";
438   Port 5433;
439 };
440
441 Architectures
442 {
443   source "Source";
444   all "Architecture Independent";
445   alpha "DEC Alpha";
446   hurd-i386 "Intel ia32 running the HURD";
447   hppa "HP PA RISC";
448   amd64 "AMD64";
449   arm "ARM";
450   armel "ARM eabi";
451   i386 "Intel ia32";
452   ia64 "Intel ia64";
453   mips "MIPS (Big Endian)";
454   mipsel "MIPS (Little Endian)";
455   powerpc "PowerPC";
456   s390 "IBM S/390";
457   sparc "Sun SPARC/UltraSPARC";
458   kfreebsd-i386 "GNU/kFreeBSD i386";
459   kfreebsd-amd64 "GNU/kFreeBSD amd64";
460 };
461
462 Archive
463 {
464   ftp-master
465   {
466     OriginServer "ftp-master.debian.org";
467     PrimaryMirror "ftp.debian.org";
468     Description "Master Archive for the Debian project";
469   };
470 };
471
472 Component
473 {
474   main
475   {
476         Description "Main";
477         MeetsDFSG "true";
478   };
479
480   contrib
481   {
482         Description "Contrib";
483         MeetsDFSG "true";
484   };
485
486   non-free
487   {
488         Description "Software that fails to meet the DFSG";
489         MeetsDFSG "false";
490   };
491 };
492
493 Section
494 {
495   admin;
496   cli-mono;
497   comm;
498   database;
499   debian-installer;
500   debug;
501   devel;
502   doc;
503   editors;
504   embedded;
505   electronics;
506   fonts;
507   games;
508   gnome;
509   graphics;
510   gnu-r;
511   gnustep;
512   hamradio;
513   haskell;
514   httpd;
515   interpreters;
516   java;
517   kde;
518   kernel;
519   libdevel;
520   libs;
521   lisp;
522   localization;
523   mail;
524   math;
525   misc;
526   net;
527   news;
528   ocaml;
529   oldlibs;
530   otherosfs;
531   perl;
532   php;
533   python;
534   ruby;
535   science;
536   shells;
537   sound;
538   tex;
539   text;
540   utils;
541   web;
542   vcs;
543   video;
544   x11;
545   xfce;
546   zope;
547 };
548
549 Priority
550 {
551   required 1;
552   important 2;
553   standard 3;
554   optional 4;
555   extra 5;
556   source 0; // i.e. unused
557 };
558
559 OverrideType
560 {
561   deb;
562   udeb;
563   dsc;
564 };
565
566 Location
567 {
568
569   // Pool locations on ftp-master.debian.org
570   /srv/ftp-master.debian.org/ftp/pool/
571     {
572       Archive "ftp-master";
573       Type "pool";
574     };
575
576 };
577
578 Urgency
579 {
580   Default "low";
581   Valid
582   {
583     low;
584     medium;
585     high;
586     emergency;
587     critical;
588   };
589 };
590
591 Contents
592 {
593   Header "contents";
594   Root "/srv/ftp-master.debian.org/test/";
595 }
596
597 Common
598 {
599   // The default number of threads for multithreading parts of dak:
600   ThreadCount 16;
601 }
602
603 Changelogs
604 {
605   Testing "/srv/release.debian.org/tools/trille/current-testing";
606   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
607   Export "/srv/ftp-master.debian.org/export/changelogs";
608 }