]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
3d4ff8b595ab81f138096f2318e1d5c6af15050c
[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         CodeName "lenny";
199         OverrideCodeName "lenny";
200         Priority "5";
201         ChangeLogBase "dists/stable/";
202   };
203
204   Proposed-Updates
205   {
206         Components
207         {
208           main;
209           contrib;
210           non-free;
211         };
212         CopyChanges "dists/proposed-updates/";
213         CopyDotDak "/srv/ftp-master.debian.org/queue/proposed-updates/";
214         CommentsDir "/srv/ftp-master.debian.org/queue/p-u-new/COMMENTS/";
215         CodeName "lenny-proposed-updates";
216         OverrideCodeName "lenny";
217         OverrideSuite "stable";
218         ValidTime 604800; // 7 days
219         Priority "4";
220         VersionChecks
221         {
222           MustBeNewerThan
223           {
224             OldStable;
225             Stable;
226           };
227 //        MustBeOlderThan
228 //        {
229 //          Testing;
230 //          Unstable;
231 //          Experimental;
232 //        };
233           Enhances
234           {
235             Stable;
236           };
237         };
238   };
239
240   Testing
241   {
242         Components
243         {
244           main;
245           contrib;
246           non-free;
247         };
248         CodeName "squeeze";
249         OverrideCodeName "squeeze";
250         ValidTime 604800; // 7 days
251         Priority "5";
252   };
253
254   Testing-Proposed-Updates
255   {
256         Components
257         {
258           main;
259           contrib;
260           non-free;
261         };
262         CodeName "squeeze-proposed-updates";
263         OverrideCodeName "squeeze";
264         OverrideSuite "testing";
265         ValidTime 604800; // 7 days
266         Priority "6";
267         VersionChecks
268         {
269           MustBeNewerThan
270           {
271             OldStable;
272             Stable;
273 //          Proposed-Updates;
274             Testing;
275           };
276           MustBeOlderThan
277           {
278             Unstable;
279             Experimental;
280           };
281           Enhances
282           {
283             Testing;
284           };
285         };
286   };
287
288   Squeeze-Volatile
289   {
290         Components
291         {
292           main;
293           contrib;
294           non-free;
295         };
296         CodeName "squeeze-volatile";
297         OverrideCodeName "squeeze";
298         OverrideSuite "testing";
299         ValidTime 604800; // 7 days
300         NotAutomatic "yes";
301         Priority "0";
302         VersionChecks
303         {
304           MustBeNewerThan
305           {
306             Stable;
307             Testing;
308           };
309           Enhances
310       {
311             Testing;
312           };
313         };
314
315   };
316
317   Unstable
318   {
319         Components
320         {
321           main;
322           contrib;
323           non-free;
324         };
325         CodeName "sid";
326         OverrideCodeName "sid";
327         ValidTime 604800; // 7 days
328         Priority "7";
329         VersionChecks
330         {
331           MustBeNewerThan
332           {
333             OldStable;
334             Stable;
335 //          Proposed-Updates;
336             Testing;
337             Testing-Proposed-Updates;
338           };
339         };
340   };
341
342   Experimental
343   {
344         Components
345         {
346           main;
347           contrib;
348           non-free;
349         };
350         CodeName "experimental";
351         NotAutomatic "yes";
352         OverrideCodeName "sid";
353         OverrideSuite "unstable";
354         ValidTime 604800; // 7 days
355         Priority "0";
356         VersionChecks
357         {
358           MustBeNewerThan
359           {
360             OldStable;
361             Stable;
362 //          Proposed-Updates;
363             Testing;
364             Testing-Proposed-Updates;
365             Unstable;
366           };
367         };
368   };
369
370 };
371
372 SuiteMappings
373 {
374 // "propup-version oldstable-security stable testing testing-proposed-updates unstable";
375  "propup-version stable-security testing testing-proposed-updates unstable";
376  "propup-version testing-security unstable";
377  "map lenny stable";
378  "map squeeze testing";
379  "map sid unstable";
380  "map rc-buggy experimental";
381 // "map oldstable oldstable-proposed-updates";
382 // "map oldstable-security oldstable-proposed-updates";
383  "map stable proposed-updates";
384  "map stable-security proposed-updates";
385  "map stable-proposed-updates proposed-updates";
386 // "map-unreleased oldstable unstable";
387  "map-unreleased stable unstable";
388  "map-unreleased proposed-updates unstable";
389  "map testing testing-proposed-updates";
390  "map testing-security testing-proposed-updates";
391  "map-unreleased testing unstable";
392  "map-unreleased testing-proposed-updates unstable";
393 };
394
395 AutomaticByHandPackages {
396   "debian-installer-images" {
397     Source "debian-installer";
398     Section "raw-installer";
399     Extension "tar.gz";
400     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
401   };
402
403   "tag-overrides" {
404     Source "tag-overrides";
405     Section "byhand";
406     Extension "tar.gz";
407     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
408   };
409
410   "task-overrides" {
411     Source "tasksel";
412     Section "byhand";
413     Extension "tar.gz";
414     Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
415   };
416 };
417
418 Dir
419 {
420   Root "/srv/ftp-master.debian.org/ftp/";
421   Pool "/srv/ftp-master.debian.org/ftp/pool/";
422   Templates "/srv/ftp-master.debian.org/dak/templates/";
423   PoolRoot "pool/";
424   Lists "/srv/ftp-master.debian.org/database/dists/";
425   Cache "/srv/ftp-master.debian.org/database/";
426   Log "/srv/ftp-master.debian.org/log/";
427   Lock "/srv/ftp-master.debian.org/lock";
428   Morgue "/srv/ftp-master.debian.org/morgue/";
429   MorgueReject "reject";
430   Override "/srv/ftp-master.debian.org/scripts/override/";
431   QueueBuild "/srv/incoming.debian.org/buildd/";
432   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
433   TempPath "/srv/ftp-master.debian.org/tmp/";
434   Queue
435   {
436     Byhand "/srv/ftp-master.debian.org/queue/byhand/";
437     ProposedUpdates "/srv/ftp-master.debian.org/queue/p-u-new/";
438     OldProposedUpdates "/srv/ftp-master.debian.org/queue/o-p-u-new/";
439     ProposedUpdates "/srv/ftp-master.debian.org/queue/p-u-new/";
440     Done "/srv/ftp-master.debian.org/queue/done/";
441     Holding "/srv/ftp-master.debian.org/queue/holding/";
442     New "/srv/ftp-master.debian.org/queue/new/";
443     Reject "/srv/ftp-master.debian.org/queue/reject/";
444     Unchecked "/srv/ftp-master.debian.org/queue/unchecked/";
445     Newstage "/srv/ftp-master.debian.org/queue/newstage/";
446     BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
447     Embargoed "/does/not/exist/";
448     Unembargoed "/does/not/exist/";
449     Disembargo "/does/not/exist/";
450   };
451 };
452
453 Queue-Report
454 {
455   ReportLocations
456   {
457     822Location "/srv/ftp.debian.org/web/new.822";
458   };
459 };
460
461 DB
462 {
463   Name "projectb";
464   Host "";
465   Port 5433;
466 };
467
468 Architectures
469 {
470   source "Source";
471   all "Architecture Independent";
472   alpha "DEC Alpha";
473   hurd-i386 "Intel ia32 running the HURD";
474   hppa "HP PA RISC";
475   amd64 "AMD64";
476   arm "ARM";
477   armel "ARM eabi";
478   i386 "Intel ia32";
479   ia64 "Intel ia64";
480   mips "MIPS (Big Endian)";
481   mipsel "MIPS (Little Endian)";
482   powerpc "PowerPC";
483   s390 "IBM S/390";
484   sparc "Sun SPARC/UltraSPARC";
485   kfreebsd-i386 "GNU/kFreeBSD i386";
486   kfreebsd-amd64 "GNU/kFreeBSD amd64";
487 };
488
489 Archive
490 {
491   ftp-master
492   {
493     OriginServer "ftp-master.debian.org";
494     PrimaryMirror "ftp.debian.org";
495     Description "Master Archive for the Debian project";
496   };
497 };
498
499 Component
500 {
501   main
502   {
503         Description "Main";
504         MeetsDFSG "true";
505   };
506
507   contrib
508   {
509         Description "Contrib";
510         MeetsDFSG "true";
511   };
512
513   non-free
514   {
515         Description "Software that fails to meet the DFSG";
516         MeetsDFSG "false";
517   };
518 };
519
520 Section
521 {
522   admin;
523   cli-mono;
524   comm;
525   database;
526   debian-installer;
527   debug;
528   devel;
529   doc;
530   editors;
531   embedded;
532   electronics;
533   fonts;
534   games;
535   gnome;
536   graphics;
537   gnu-r;
538   gnustep;
539   hamradio;
540   haskell;
541   httpd;
542   interpreters;
543   java;
544   kde;
545   kernel;
546   libdevel;
547   libs;
548   lisp;
549   localization;
550   mail;
551   math;
552   misc;
553   net;
554   news;
555   ocaml;
556   oldlibs;
557   otherosfs;
558   perl;
559   php;
560   python;
561   ruby;
562   science;
563   shells;
564   sound;
565   tex;
566   text;
567   utils;
568   web;
569   vcs;
570   video;
571   x11;
572   xfce;
573   zope;
574 };
575
576 Priority
577 {
578   required 1;
579   important 2;
580   standard 3;
581   optional 4;
582   extra 5;
583   source 0; // i.e. unused
584 };
585
586 OverrideType
587 {
588   deb;
589   udeb;
590   dsc;
591 };
592
593 Location
594 {
595
596   // Pool locations on ftp-master.debian.org
597   /srv/ftp-master.debian.org/ftp/pool/
598     {
599       Archive "ftp-master";
600       Type "pool";
601     };
602
603 };
604
605 Urgency
606 {
607   Default "low";
608   Valid
609   {
610     low;
611     medium;
612     high;
613     emergency;
614     critical;
615   };
616 };
617
618 Contents
619 {
620   Header "contents";
621   Root "/srv/ftp-master.debian.org/test/";
622 }
623
624 Common
625 {
626   // The default number of threads for multithreading parts of dak:
627   ThreadCount 16;
628 }
629
630 Changelogs
631 {
632   Testing "/srv/release.debian.org/tools/trille/current-testing";
633   Britney "/srv/ftp-master.debian.org/ftp/dists/testing/ChangeLog";
634   Export "/srv/ftp-master.debian.org/export/changelogs";
635 }