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