]> git.decadent.org.uk Git - dak.git/blob - config/debian/dak.conf
Merge branch 'master' into content_generation, make changes based on Joerg's review
[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-keyring.pgp";
6       "/srv/ftp.debian.org/keyrings/debian-maintainers.gpg";
7    };
8    SigningKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
9    SigningPubKeyring "/srv/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
10    SigningKeyIds "6070D3A1";
11    SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
12    MyEmailAddress "Debian Installer <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.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    UserExtensions "/srv/ftp.debian.org/dak/config/debian/extensions.py";
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    TempPath "/srv/ftp.debian.org/tmp/";
51 };
52
53 Generate-Index-Diffs
54 {
55    Options
56    {
57      TempDir "/srv/ftp.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 Mirror-Split
68 {
69   FTPPath "/srv/ftp.debian.org/ftp";
70   TreeRootPath "/srv/ftp.debian.org/scratch/dsilvers/treeroots";
71   TreeDatabasePath "/srv/ftp.debian.org/scratch/dsilvers/treedbs";
72   BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k };
73   CombinationTrees
74   {
75     popular { i386; powerpc; all; source; };
76     source { source; };
77     everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k; };
78   };
79 };
80
81 Show-New
82 {
83   HTMLPath "/srv/ftp.debian.org/web/new/";
84 }
85
86 Show-Deferred
87 {
88   LinkPath "/srv/ftp.debian.org/web/deferred/";
89   DeferredQueue "/srv/queued/DEFERRED/";
90 }
91
92 Import-Users-From-Passwd
93 {
94   ValidGID "800";
95   // Comma separated list of users who are in Postgres but not the passwd file
96   KnownPostgres "postgres,dak,katie,release";
97 };
98
99 Clean-Queues
100 {
101   Options
102   {
103     Days 14;
104    };
105  MorgueSubDir "queues";
106 };
107
108 Control-Overrides
109 {
110   Options
111   {
112     Component "main";
113     Suite "unstable";
114     Type "deb";
115    };
116
117  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
118 };
119
120 Rm
121 {
122   Options
123   {
124     Suite "unstable";
125    };
126
127    MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
128    LogFile "/srv/ftp.debian.org/web/removals.txt";
129    Bcc "removed-packages@qa.debian.org";
130 };
131
132 Import-Archive
133 {
134   ExportDir "/srv/ftp.debian.org/dak/import-archive-files/";
135 };
136
137 Import-Keyring
138 {
139   /srv/ftp.debian.org/keyrings/debian-maintainers.gpg
140     {
141       Debian-Maintainer "true";
142     };
143 };
144
145 Reject-Proposed-Updates
146 {
147    StableRejector "the Stable Release Team";
148    StableMail "debian-release@lists.debian.org";
149    MoreInfoURL "http://release.debian.org/stable/4.0/4.0r7/";
150 };
151
152 Import-LDAP-Fingerprints
153 {
154   LDAPDn "ou=users,dc=debian,dc=org";
155   LDAPServer "db.debian.org";
156   ExtraKeyrings
157   {
158     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
159     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
160     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
161   };
162   KeyServer "wwwkeys.eu.pgp.net";
163 };
164
165 Clean-Suites
166 {
167   // How long (in seconds) dead packages are left before being killed
168   StayOfExecution 129600; // 1.5 days
169   QueueBuildStayOfExecution 86400; // 24 hours
170   MorgueSubDir "pool";
171 };
172
173 Process-New
174 {
175   AcceptedLockFile "/srv/ftp.debian.org/lock/unchecked.lock";
176 };
177
178 Check-Overrides
179 {
180   OverrideSuites
181   {
182     Stable
183     {
184       Process "0";
185     };
186
187     Testing
188     {
189       Process "1";
190       OriginSuite "Unstable";
191     };
192
193     Unstable
194     {
195       Process "1";
196     };
197   };
198 };
199
200 Suite
201 {
202   OldStable
203   {
204         Components
205         {
206           main;
207           contrib;
208           non-free;
209         };
210         Announce "debian-changes@lists.debian.org";
211         // Version "4.0r1";
212         Origin "Debian";
213         // Description "Debian 4.0r1 Released 15 August 2007";
214         CodeName "etch";
215         OverrideCodeName "etch";
216         Priority "5";
217         Untouchable "1";
218         ChangeLogBase "dists/oldstable/";
219         UdebComponents
220         {
221           main;
222           non-free;
223         };
224   };
225
226   Oldstable-Proposed-Updates
227   {
228         Components
229         {
230           main;
231           contrib;
232           non-free;
233         };
234         Announce "debian-changes@lists.debian.org";
235         CopyChanges "dists/oldstable-proposed-updates/";
236         CopyDotDak "/srv/ftp.debian.org/queue/oldstable-proposed-updates/";
237         CommentsDir "/srv/ftp.debian.org/queue/o-p-u-new/COMMENTS/";
238         Version "4.0-updates";
239         Origin "Debian";
240         Description "Debian 4.0 Proposed Updates - Not Released";
241         CodeName "etch-proposed-updates";
242         OverrideCodeName "etch";
243         OverrideSuite "oldstable";
244         ValidTime 604800; // 7 days
245         Priority "4";
246         VersionChecks
247         {
248           MustBeNewerThan
249           {
250             OldStable;
251           };
252           MustBeOlderThan
253           {
254             Stable;
255             Testing;
256             Unstable;
257             Experimental;
258           };
259           Enhances
260           {
261             OldStable;
262           };
263         };
264         UdebComponents
265         {
266           main;
267         };
268   };
269
270   Stable
271   {
272         Components
273         {
274           main;
275           contrib;
276           non-free;
277         };
278         Announce "debian-changes@lists.debian.org";
279         // Version "5.0r0";
280         Origin "Debian";
281         // Description "Debian 5.0r0 Released 14 February 2009";
282         CodeName "lenny";
283         OverrideCodeName "lenny";
284         Priority "5";
285         Untouchable "1";
286         ChangeLogBase "dists/stable/";
287         UdebComponents
288         {
289           main;
290           non-free;
291         };
292   };
293
294   Proposed-Updates
295   {
296         Components
297         {
298           main;
299           contrib;
300           non-free;
301         };
302         Announce "debian-changes@lists.debian.org";
303         CopyChanges "dists/proposed-updates/";
304         CopyDotDak "/srv/ftp.debian.org/queue/proposed-updates/";
305         CommentsDir "/srv/ftp.debian.org/queue/p-u-new/COMMENTS/";
306         Version "5.0-updates";
307         Origin "Debian";
308         Description "Debian 5.0 Proposed Updates - Not Released";
309         CodeName "lenny-proposed-updates";
310         OverrideCodeName "lenny";
311         OverrideSuite "stable";
312         ValidTime 604800; // 7 days
313         Priority "4";
314         VersionChecks
315         {
316           MustBeNewerThan
317           {
318             Stable;
319           };
320           MustBeOlderThan
321           {
322             Testing;
323             Unstable;
324             Experimental;
325           };
326           Enhances
327           {
328             Stable;
329           };
330         };
331         UdebComponents
332         {
333           main;
334           non-free;
335         };
336   };
337
338   Testing
339   {
340         Components
341         {
342           main;
343           contrib;
344           non-free;
345         };
346         Announce "debian-testing-changes@lists.debian.org";
347         Origin "Debian";
348         Description "Debian Testing distribution - Not Released";
349         CodeName "squeeze";
350         OverrideCodeName "squeeze";
351         ValidTime 604800; // 7 days
352         Priority "5";
353         UdebComponents
354         {
355           main;
356           non-free;
357         };
358   };
359
360   Testing-Proposed-Updates
361   {
362         Components
363         {
364           main;
365           contrib;
366           non-free;
367         };
368         Announce "debian-testing-changes@lists.debian.org";
369         Origin "Debian";
370         Description "Debian Testing distribution updates - Not Released";
371         CodeName "squeeze-proposed-updates";
372         OverrideCodeName "squeeze";
373         OverrideSuite "testing";
374         ValidTime 604800; // 7 days
375         Priority "6";
376         VersionChecks
377         {
378           MustBeNewerThan
379           {
380             Stable;
381             Proposed-Updates;
382             Testing;
383           };
384           MustBeOlderThan
385           {
386             Unstable;
387             Experimental;
388           };
389           Enhances
390           {
391             Testing;
392           };
393         };
394         UdebComponents
395         {
396           main;
397           non-free;
398         };
399   };
400
401   Etch-m68k
402   {
403         Components
404         {
405           main;
406           contrib;
407           non-free;
408         };
409         Announce "debian-testing-changes@lists.debian.org";
410         Origin "Debian";
411         Description "Debian Etch for m68k - Not Released";
412         CodeName "etch-m68k";
413         OverrideCodeName "etch";
414         Priority "5";
415         UdebComponents
416         {
417           main;
418           non-free;
419         };
420   };
421
422   Unstable
423   {
424         Components
425         {
426           main;
427           contrib;
428           non-free;
429         };
430         Announce "debian-devel-changes@lists.debian.org";
431         Origin "Debian";
432         Description "Debian Unstable - Not Released";
433         CodeName "sid";
434         OverrideCodeName "sid";
435         ValidTime 604800; // 7 days
436         Priority "7";
437         VersionChecks
438         {
439           MustBeNewerThan
440           {
441             Stable;
442             Proposed-Updates;
443             Testing;
444             Testing-Proposed-Updates;
445           };
446         };
447         UdebComponents
448         {
449           main;
450           non-free;
451         };
452   };
453
454   Experimental
455   {
456         Components
457         {
458           main;
459           contrib;
460           non-free;
461         };
462         Announce "debian-devel-changes@lists.debian.org";
463         Origin "Debian";
464         Description "Experimental packages - not released; use at your own risk.";
465         CodeName "experimental";
466         NotAutomatic "yes";
467         OverrideCodeName "sid";
468         OverrideSuite "unstable";
469         ValidTime 604800; // 7 days
470         Priority "0";
471         VersionChecks
472         {
473           MustBeNewerThan
474           {
475             Stable;
476             Proposed-Updates;
477             Testing;
478             Testing-Proposed-Updates;
479             Unstable;
480           };
481         };
482         UdebComponents
483         {
484           main;
485           non-free;
486         };
487   };
488
489 };
490
491 SuiteMappings
492 {
493  "propup-version oldstable-security stable testing testing-proposed-updates unstable";
494  "propup-version stable-security testing testing-proposed-updates unstable";
495  "propup-version testing-security unstable";
496  "map oldstable oldstable-proposed-updates";
497  "map oldstable-security oldstable-proposed-updates";
498  "map stable proposed-updates";
499  "map stable-security proposed-updates";
500  "map stable-proposed-updates proposed-updates";
501  "map-unreleased oldstable unstable";
502  "map-unreleased stable unstable";
503  "map-unreleased proposed-updates unstable";
504  "map testing testing-proposed-updates";
505  "map testing-security testing-proposed-updates";
506  "map-unreleased testing unstable";
507  "map-unreleased testing-proposed-updates unstable";
508 };
509
510 AutomaticByHandPackages {
511   "debian-installer-images" {
512     Source "debian-installer";
513     Section "raw-installer";
514     Extension "tar.gz";
515     Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-di";
516   };
517
518   "debian-maintainers" {
519     Source "debian-maintainers";
520     Section "raw-keyring";
521     Extension "gpg";
522     Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-dm";
523   };
524
525   "tag-overrides" {
526     Source "tag-overrides";
527     Section "byhand";
528     Extension "tar.gz";
529     Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-tag";
530   };
531
532   "task-overrides" {
533     Source "tasksel";
534     Section "byhand";
535     Extension "tar.gz";
536     Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-task";
537   };
538 };
539
540 Dir
541 {
542   Root "/srv/ftp.debian.org/ftp/";
543   Pool "/srv/ftp.debian.org/ftp/pool/";
544   Templates "/srv/ftp.debian.org/dak/templates/";
545   PoolRoot "pool/";
546   Lists "/srv/ftp.debian.org/database/dists/";
547   Log "/srv/ftp.debian.org/log/";
548   Lock "/srv/ftp.debian.org/lock";
549   Morgue "/srv/ftp.debian.org/morgue/";
550   MorgueReject "reject";
551   Override "/srv/ftp.debian.org/scripts/override/";
552   QueueBuild "/srv/incoming.debian.org/buildd/";
553   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
554   Queue
555   {
556     Accepted "/srv/ftp.debian.org/queue/accepted/";
557     Byhand "/srv/ftp.debian.org/queue/byhand/";
558     ProposedUpdates "/srv/ftp.debian.org/queue/p-u-new/";
559     OldProposedUpdates "/srv/ftp.debian.org/queue/o-p-u-new/";
560     Done "/srv/ftp.debian.org/queue/done/";
561     Holding "/srv/ftp.debian.org/queue/holding/";
562     New "/srv/ftp.debian.org/queue/new/";
563     Reject "/srv/ftp.debian.org/queue/reject/";
564     Unchecked "/srv/ftp.debian.org/queue/unchecked/";
565     BTSVersionTrack "/srv/ftp.debian.org/queue/bts_version_track/";
566   };
567 };
568
569 Queue-Report
570 {
571   ReportLocations
572   {
573     822Location "/srv/ftp.debian.org/web/new.822";
574   };
575 };
576
577 DB
578 {
579   Name "projectb";
580   Host "";
581   Port -1;
582 };
583
584 Architectures
585 {
586   source "Source";
587   all "Architecture Independent";
588   alpha "DEC Alpha";
589   hurd-i386 "Intel ia32 running the HURD";
590   hppa "HP PA RISC";
591   amd64 "AMD64";
592   arm "ARM";
593   armel "ARM eabi";
594   i386 "Intel ia32";
595   ia64 "Intel ia64";
596   m68k "Motorola Mc680x0";
597   mips "MIPS (Big Endian)";
598   mipsel "MIPS (Little Endian)";
599   powerpc "PowerPC";
600   s390 "IBM S/390";
601   sh "Hitatchi SuperH";
602   sparc "Sun SPARC/UltraSPARC";
603 };
604
605 Archive
606 {
607   ftp-master
608   {
609     OriginServer "ftp-master.debian.org";
610     PrimaryMirror "ftp.debian.org";
611     Description "Master Archive for the Debian project";
612   };
613 };
614
615 Component
616 {
617   main
618   {
619         Description "Main";
620         MeetsDFSG "true";
621   };
622
623   contrib
624   {
625         Description "Contrib";
626         MeetsDFSG "true";
627   };
628
629   non-free
630   {
631         Description "Software that fails to meet the DFSG";
632         MeetsDFSG "false";
633   };
634 };
635
636 Section
637 {
638   admin;
639   base;
640   comm;
641   debian-installer;
642   devel;
643   doc;
644   editors;
645   embedded;
646   electronics;
647   games;
648   gnome;
649   graphics;
650   hamradio;
651   interpreters;
652   kde;
653   libdevel;
654   libs;
655   mail;
656   math;
657   misc;
658   net;
659   news;
660   oldlibs;
661   otherosfs;
662   perl;
663   python;
664   science;
665   shells;
666   sound;
667   tex;
668   text;
669   utils;
670   web;
671   x11;
672 };
673
674 Priority
675 {
676   required 1;
677   important 2;
678   standard 3;
679   optional 4;
680   extra 5;
681   source 0; // i.e. unused
682 };
683
684 OverrideType
685 {
686   deb;
687   udeb;
688   dsc;
689 };
690
691 Location
692 {
693
694   // Pool locations on ftp-master.debian.org
695   /srv/ftp.debian.org/ftp/pool/
696     {
697       Archive "ftp-master";
698       Type "pool";
699     };
700
701 };
702
703 Urgency
704 {
705   Default "low";
706   Valid
707   {
708     low;
709     medium;
710     high;
711     emergency;
712     critical;
713   };
714 };
715
716 Contents
717 {
718   Header "contents";
719 }