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