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