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