]> git.decadent.org.uk Git - dak.git/blob - config/backports/dak.conf
Add newstage
[dak.git] / config / backports / dak.conf
1 Dinstall
2 {
3    // Both need to be defined at the moment, but they can point to the
4    // same file.
5    GPGKeyring {
6       "/srv/backports-master.debian.org/keyrings/keyring.gpg";
7    };
8    // To sign the release files. Adjust the keyid!
9    // Note: Key must be without a passphrase or it wont work automagically!
10    SigningKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
11    SigningPubKeyring "/srv/backports-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
12    SigningKeyIds "16BA136C";
13    SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org";
14    MyEmailAddress "backports.debian.org archive Installer <installer@backports.debian.org>";
15    MyAdminAddress "ftpmaster@backports.debian.org";
16    MyHost "backports.debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
17    MyDistribution "backports.debian.org archive"; // Used in emails
18    // Alicia and melanie can use it
19    BugServer "bugs.debian.org";
20    // melanie uses the packages server.
21    // PackagesServer "packages.test.backports.org";
22    // If defined then the package@this.server gets a copy of most of the
23    // actions related to the package. For an example look at
24    // packages.qa.debian.org
25    // TrackingServer "packages.qa.test.backports.org";
26    LockFile "/srv/backports-master.debian.org/lock/dinstall.lock";
27    // If defined this address gets a bcc of all mails.
28    // FIXME: Einrichten wenn das hier produktiv geht!
29    Bcc "backports-archive@lists.backports.org";
30    GroupOverrideFilename "override.group-maint";
31    FutureTimeTravelGrace 28800; // 8 hours
32    PastCutoffYear "1984";
33    SkipTime 300;
34    // If defined then mails to close bugs are sent to the bugserver.
35    CloseBugs "false";
36    OverrideDisparityCheck "true";
37    DefaultSuite "lenny-backports";
38    Reject
39    {
40      NoSourceOnly "true";
41      ReleaseTransitions "/srv/backports-master.debian.org/hints/transitions.yaml";
42    };
43    // If set, only send mails to addresses listed there.
44    // format of entries: one entry per line. Either an email address directly, or a regular expression,
45    // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
46    // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
47    MailWhiteList "/srv/backports-master.debian.org/dak/config/backports/mail-whitelist";
48 };
49
50 Generate-Index-Diffs
51 {
52    Options
53    {
54      TempDir "/srv/backports-master.debian.org/tiffani";
55      MaxDiffs { Default 50; };
56    };
57 };
58
59 Override
60 {
61    MyEmailAddress "backports.debian.org archive FTP Masters <ftpmaster@backports.debian.org>";
62 };
63
64 Add-User
65 {
66 // Should we sent a mail to newly added users?
67   SendEmail "true";
68
69 // Should we create an account so they can login?
70 // Account will be created with the defaults from adduser, so adjust
71 // it's configuration to fit your needs.
72 // NOTE: This requires that your dak user has a sudo entry, allowing
73 // to run /usr/sbin/useradd!
74   CreateAccount "false";
75
76 // Note: This is a comma separated list of additional groupnames to
77 // which uma should add the user. NO spaces between the groupnames or
78 // useradd will die.
79 // Disable it if you dont want or need that feature.
80 //  GID "debuser";
81
82 };
83
84 Show-New
85 {
86   HTMLPath "/srv/backports-master.debian.org/web/new/";
87 }
88
89 Check-Overrides
90 {
91   OverrideSuites
92   {
93     lenny-backports
94     {
95       Process "1";
96 //      OriginSuite "Unstable";
97     };
98
99     etch-backports
100     {
101       Process "1";
102 //      OriginSuite "Unstable";
103     };
104
105 //    Unstable
106 //    {
107 //    Process "0";
108 //  };
109   };
110 };
111
112
113 Import-Users-From-Passwd
114 {
115   // The Primary GID of your users. Using uma it is the gid from group users.
116   ValidGID "800";
117   // Comma separated list of users who are in Postgres but not the passwd file
118   KnownPostgres "postgres,katie,dak,www-data,qa,guest";
119 };
120
121 Clean-Queues
122 {
123   Options
124   {
125     Days 14;
126    };
127  MorgueSubDir "queues";
128 };
129
130 Control-Overrides
131 {
132   Options
133   {
134     Component "main";
135     Suite "lenny-backports";
136     Type "deb";
137    };
138
139  ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
140 };
141
142 Rm
143 {
144   Options
145   {
146     Suite "lenny-backports";
147    };
148
149    MyEmailAddress "backports.debian.org archive Maintenance <ftpmaster@backports.debian.org>";
150    LogFile "/srv/backports-master.debian.org/ftp/removals.txt";
151    LogFile822 "/srv/backports-master.debian.org/ftp/removals.822";
152 };
153
154 Import-Archive
155 {
156   ExportDir "/srv/backports-master.debian.org/dak/import-archive-files/";
157 };
158
159 Clean-Suites
160 {
161   // How long (in seconds) dead packages are left before being killed
162   StayOfExecution 1209600; // 14 days
163   AcceptedAutoBuildStayOfExecution 86400; // 24 hours
164   MorgueSubDir "pool";
165 };
166
167 Process-New
168 {
169   DinstallLockFile "/srv/backports-master.debian.org/lock/processnew.lock";
170   LockDir "/srv/backports-master.debian.org/lock/new/";
171 };
172
173 Suite
174 {
175   lenny-backports
176   {
177         Components
178         {
179           main;
180           contrib;
181           non-free;
182         };
183
184         Announce "backports-changes@lists.backports.org";
185         Origin "backports.debian.org archive";
186         Description "Backports for the Lenny Distribution";
187         CodeName "lenny-backports";
188         OverrideCodeName "lenny-backports";
189         Priority "7";
190         NotAutomatic "yes";
191   };
192
193   etch-backports
194   {
195         Components
196         {
197           main;
198           contrib;
199           non-free;
200         };
201         Announce "backports-changes@lists.backports.org";
202         Origin "backports.debian.org archive";
203         Description "Backports for the Etch Distribution";
204         CodeName "etch-backports";
205         OverrideCodeName "etch-backports";
206         Priority "7";
207         NotAutomatic "yes";
208   };
209
210 };
211
212 Dir
213 {
214   Root "/srv/backports-master.debian.org/ftp/";
215   Pool "/srv/backports-master.debian.org/ftp/pool/";
216   Templates "/srv/backports-master.debian.org/dak/templates/";
217   PoolRoot "pool/";
218   Lists "/srv/backports-master.debian.org/database/dists/";
219   Log "/srv/backports-master.debian.org/log/";
220   Lock "/srv/backports-master.debian.org/lock";
221   Morgue "/srv/backports-master.debian.org/morgue/";
222   MorgueReject "reject";
223   Override "/srv/backports-master.debian.org/scripts/override/";
224   QueueBuild "/srv/backports-master.debian.org/buildd/";
225   UrgencyLog "/srv/backports-master.debian.org/testing/urgencies/";
226   TempPath "/srv/backports-master.debian.org/tmp";
227   Queue
228   {
229     Byhand "/srv/backports-master.debian.org/queue/byhand/";
230     Done "/srv/backports-master.debian.org/queue/done/";
231     Holding "/srv/backports-master.debian.org/queue/holding/";
232     New "/srv/backports-master.debian.org/queue/new/";
233     Reject "/srv/backports-master.debian.org/queue/reject/";
234     Unchecked "/srv/backports-master.debian.org/queue/unchecked/";
235     BTSVersionTrack "/srv/backports-master.debian.org/queue/bts_version_track/";
236     Newstage "/srv/ftp-master.debian.org/queue/newstage/";
237     Embargoed "/srv/backports-master.debian.org/queue/Embargoed/";
238     Unembargoed "/srv/backports-master.debian.org/queue/Unembargoed/";
239     ProposedUpdates "/srv/backports-master.debian.org/queue/p-u-new/";
240     OldProposedUpdates "/srv/backports-master.debian.org/queue/Unembargoed/";
241   };
242 };
243
244 DB
245 {
246   Name "projectb";
247   Host "";
248   Port -1;
249 };
250
251 SuiteMappings
252 {
253  "map lenny lenny-backports";
254  "map lenny-bpo lenny-backports";
255  "map etch etch-backports";
256 // formi mag des nit
257 // "map stable etch-backports";
258  "map etch-bpo etch-backports";
259 };
260
261 Architectures
262 {
263   source "Source";
264   all "Architecture Independent";
265   alpha "DEC Alpha";
266   amd64 "AMD x86_64 (AMD64)";
267   hurd-i386 "Intel ia32 running the HURD";
268   hppa "HP PA RISC";
269   arm "ARM";
270   armel "ARM EABI";
271   i386 "Intel ia32";
272   ia64 "Intel ia64";
273   m68k "Motorola Mc680x0";
274   mips "MIPS (Big Endian)";
275   mipsel "MIPS (Little Endian)";
276   powerpc "PowerPC";
277   s390 "IBM S/390";
278   sh "Hitatchi SuperH";
279   sparc "Sun SPARC/UltraSPARC";
280   kfreebsd-i386 "GNU/kFreeBSD i386";
281   kfreebsd-amd64 "GNU/kFreeBSD amd64";
282 };
283
284 Archive
285 {
286   backports
287   {
288     OriginServer "backports.debian.org";
289     PrimaryMirror "backports.debian.org";
290     Description "Master Archive for backports.debian.org archive";
291   };
292 };
293
294 Component
295 {
296   main
297   {
298         Description "Main";
299         MeetsDFSG "true";
300   };
301
302   contrib
303   {
304         Description "Contrib";
305         MeetsDFSG "true";
306   };
307
308   non-free
309   {
310      Description "Software that fails to meet the DFSG";
311      MeetsDFSG "false";
312   };
313
314 };
315
316 Section
317 {
318   admin;
319   cli-mono;
320   comm;
321   database;
322   debian-installer;
323   debug;
324   devel;
325   doc;
326   editors;
327   embedded;
328   electronics;
329   fonts;
330   games;
331   gnome;
332   graphics;
333   gnu-r;
334   gnustep;
335   hamradio;
336   haskell;
337   httpd;
338   interpreters;
339   java;
340   kde;
341   kernel;
342   libdevel;
343   libs;
344   lisp;
345   localization;
346   mail;
347   math;
348   misc;
349   net;
350   news;
351   ocaml;
352   oldlibs;
353   otherosfs;
354   perl;
355   php;
356   python;
357   ruby;
358   science;
359   shells;
360   sound;
361   tex;
362   text;
363   utils;
364   web;
365   vcs;
366   video;
367   x11;
368   xfce;
369   zope;
370 };
371
372 Priority
373 {
374   required 1;
375   important 2;
376   standard 3;
377   optional 4;
378   extra 5;
379   source 0; // i.e. unused
380 };
381
382 OverrideType
383 {
384   deb;
385   udeb;
386   dsc;
387 };
388
389 Location
390 {
391   // Pool locations on backports.debian.org
392   /srv/backports-master.debian.org/ftp/pool/
393     {
394       Archive "backports";
395       Type "pool";
396     };
397
398 };
399
400 Urgency
401 {
402   Default "low";
403   Valid
404   {
405     low;
406     medium;
407     high;
408     emergency;
409     critical;
410   };
411 };
412
413 Common
414 {
415   // The default number of threads for multithreading parts of dak:
416   ThreadCount 16;
417 }
418
419 Import-LDAP-Fingerprints
420 {
421   LDAPDn "ou=users,dc=debian,dc=org";
422   LDAPServer "db.debian.org";
423   ExtraKeyrings
424   {
425     "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
426     "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
427     "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
428   };
429   KeyServer "wwwkeys.eu.pgp.net";
430 };