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";
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 -f envelope@ftp-master.debian.org";
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";
26 OverrideDisparityCheck "true";
27 DefaultSuite "unstable";
28 UserExtensions "/srv/ftp.debian.org/dak/config/debian/extensions.py";
36 ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
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";
50 Notifications "team@release.debian.org";
51 TempPath "/srv/ftp.debian.org/tmp/";
58 TempDir "/srv/ftp.debian.org/tiffani";
59 MaxDiffs { Default 14; };
65 MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
70 FTPPath "/srv/ftp.debian.org/ftp";
71 TreeRootPath "/srv/ftp.debian.org/scratch/dsilvers/treeroots";
72 TreeDatabasePath "/srv/ftp.debian.org/scratch/dsilvers/treedbs";
73 BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k };
76 popular { i386; powerpc; all; source; };
78 everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k; };
84 HTMLPath "/srv/ftp.debian.org/web/new/";
89 LinkPath "/srv/ftp.debian.org/web/deferred/";
90 DeferredQueue "/srv/queued/DEFERRED/";
93 Import-Users-From-Passwd
96 // Comma separated list of users who are in Postgres but not the passwd file
97 KnownPostgres "postgres,dak,katie,release";
106 MorgueSubDir "queues";
118 ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
128 MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
129 LogFile "/srv/ftp.debian.org/web/removals.txt";
130 Bcc "removed-packages@qa.debian.org";
135 ExportDir "/srv/ftp.debian.org/dak/import-archive-files/";
140 /srv/ftp.debian.org/keyrings/debian-maintainers.gpg
142 Debian-Maintainer "true";
146 Reject-Proposed-Updates
148 StableRejector "the Stable Release Team";
149 StableMail "debian-release@lists.debian.org";
150 MoreInfoURL "http://release.debian.org/stable/4.0/4.0r7/";
153 Import-LDAP-Fingerprints
155 LDAPDn "ou=users,dc=debian,dc=org";
156 LDAPServer "db.debian.org";
159 "/srv/keyring.debian.org/keyrings/removed-keys.pgp";
160 "/srv/keyring.debian.org/keyrings/removed-keys.gpg";
161 "/srv/keyring.debian.org/keyrings/extra-keys.pgp";
163 KeyServer "wwwkeys.eu.pgp.net";
168 // How long (in seconds) dead packages are left before being killed
169 StayOfExecution 129600; // 1.5 days
170 QueueBuildStayOfExecution 86400; // 24 hours
176 AcceptedLockFile "/srv/ftp.debian.org/lock/unchecked.lock";
177 LockDir "/srv/ftp.debian.org/lock/new/";
192 OriginSuite "Unstable";
212 Announce "debian-changes@lists.debian.org";
215 // Description "Debian 4.0r1 Released 15 August 2007";
217 OverrideCodeName "etch";
219 ChangeLogBase "dists/oldstable/";
227 Oldstable-Proposed-Updates
235 Announce "debian-changes@lists.debian.org";
236 CopyChanges "dists/oldstable-proposed-updates/";
237 CopyDotDak "/srv/ftp.debian.org/queue/oldstable-proposed-updates/";
238 CommentsDir "/srv/ftp.debian.org/queue/o-p-u-new/COMMENTS/";
239 Version "4.0-updates";
241 Description "Debian 4.0 Proposed Updates - Not Released";
242 CodeName "etch-proposed-updates";
243 OverrideCodeName "etch";
244 OverrideSuite "oldstable";
245 ValidTime 604800; // 7 days
279 Announce "debian-changes@lists.debian.org";
282 // Description "Debian 5.0r0 Released 14 February 2009";
284 OverrideCodeName "lenny";
286 ChangeLogBase "dists/stable/";
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";
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
346 Announce "debian-testing-changes@lists.debian.org";
348 Description "Debian Testing distribution - Not Released";
350 OverrideCodeName "squeeze";
351 ValidTime 604800; // 7 days
360 Testing-Proposed-Updates
368 Announce "debian-testing-changes@lists.debian.org";
370 Description "Debian Testing distribution updates - Not Released";
371 CodeName "squeeze-proposed-updates";
372 OverrideCodeName "squeeze";
373 OverrideSuite "testing";
374 ValidTime 604800; // 7 days
409 Announce "debian-testing-changes@lists.debian.org";
411 Description "Debian Etch for m68k - Not Released";
412 CodeName "etch-m68k";
413 OverrideCodeName "etch";
430 Announce "debian-devel-changes@lists.debian.org";
432 Description "Debian Unstable - Not Released";
434 OverrideCodeName "sid";
435 ValidTime 604800; // 7 days
444 Testing-Proposed-Updates;
462 Announce "debian-devel-changes@lists.debian.org";
464 Description "Experimental packages - not released; use at your own risk.";
465 CodeName "experimental";
467 OverrideCodeName "sid";
468 OverrideSuite "unstable";
469 ValidTime 604800; // 7 days
478 Testing-Proposed-Updates;
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";
511 AutomaticByHandPackages {
512 "debian-installer-images" {
513 Source "debian-installer";
514 Section "raw-installer";
516 Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-di";
519 "debian-maintainers" {
520 Source "debian-maintainers";
521 Section "raw-keyring";
523 Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-dm";
527 Source "tag-overrides";
530 Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-tag";
537 Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-task";
543 Root "/srv/ftp.debian.org/ftp/";
544 Pool "/srv/ftp.debian.org/ftp/pool/";
545 Templates "/srv/ftp.debian.org/dak/templates/";
547 Lists "/srv/ftp.debian.org/database/dists/";
548 Log "/srv/ftp.debian.org/log/";
549 Lock "/srv/ftp.debian.org/lock";
550 Morgue "/srv/ftp.debian.org/morgue/";
551 MorgueReject "reject";
552 Override "/srv/ftp.debian.org/scripts/override/";
553 QueueBuild "/srv/incoming.debian.org/buildd/";
554 UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
557 Accepted "/srv/ftp.debian.org/queue/accepted/";
558 Byhand "/srv/ftp.debian.org/queue/byhand/";
559 ProposedUpdates "/srv/ftp.debian.org/queue/p-u-new/";
560 OldProposedUpdates "/srv/ftp.debian.org/queue/o-p-u-new/";
561 Done "/srv/ftp.debian.org/queue/done/";
562 Holding "/srv/ftp.debian.org/queue/holding/";
563 New "/srv/ftp.debian.org/queue/new/";
564 Reject "/srv/ftp.debian.org/queue/reject/";
565 Unchecked "/srv/ftp.debian.org/queue/unchecked/";
566 BTSVersionTrack "/srv/ftp.debian.org/queue/bts_version_track/";
574 822Location "/srv/ftp.debian.org/web/new.822";
588 all "Architecture Independent";
590 hurd-i386 "Intel ia32 running the HURD";
597 m68k "Motorola Mc680x0";
598 mips "MIPS (Big Endian)";
599 mipsel "MIPS (Little Endian)";
602 sh "Hitatchi SuperH";
603 sparc "Sun SPARC/UltraSPARC";
604 kfreebsd-i386 "GNU/kFreeBSD i386";
605 kfreebsd-amd64 "GNU/kFreeBSD amd64";
612 OriginServer "ftp-master.debian.org";
613 PrimaryMirror "ftp.debian.org";
614 Description "Master Archive for the Debian project";
628 Description "Contrib";
634 Description "Software that fails to meet the DFSG";
702 source 0; // i.e. unused
715 // Pool locations on ftp-master.debian.org
716 /srv/ftp.debian.org/ftp/pool/
718 Archive "ftp-master";
740 Root "/srv/ftp.debian.org/test/";