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