dak.conf 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. Dinstall
  2. {
  3. SigningHomedir "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg";
  4. SigningPassphraseFile "/srv/ftp-master.debian.org/s3kr1t/yubikey/pin";
  5. SigningKeyring "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg/secring.gpg";
  6. SigningPubKeyring "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
  7. // SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org";
  8. SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org";
  9. MyEmailAddress "Debian FTP Masters <ftpmaster@ftp-master.debian.org>";
  10. MyAdminAddress "ftpmaster@ftp-master.debian.org";
  11. MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject()
  12. MyDistribution "Debian"; // Used in emails
  13. BugServer "bugs.debian.org";
  14. PackagesServer "packages.debian.org";
  15. TrackingServer "tracker.debian.org";
  16. Bcc "archive@ftp-master.debian.org";
  17. SkipTime 300;
  18. BXANotify "true";
  19. CloseBugs "true";
  20. OverrideDisparityCheck "true";
  21. DefaultSuite "unstable";
  22. LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags";
  23. ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
  24. AllowSourceOnlyUploads true;
  25. // if you setup an own dak repository and want to upload Debian packages you most possibly want
  26. // to set the following option to a real path/filename and then enter those mail addresses that
  27. // you want to be able to receive mails generated by your dak installation. This avoids spamming
  28. // the real maintainers of a package you upload with mail.
  29. // format of entries: one entry per line. Either an email address directly, or a regular expression,
  30. // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will
  31. // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com
  32. // MailWhiteList "/some/path/to/a/file";
  33. };
  34. Transitions
  35. {
  36. Notifications "debian-devel@lists.debian.org";
  37. };
  38. Generate-Index-Diffs
  39. {
  40. Options
  41. {
  42. Archive "ftp-master,debian-debug";
  43. TempDir "/srv/ftp-master.debian.org/tiffani";
  44. MaxDiffs { Default 56; };
  45. };
  46. };
  47. Show-New
  48. {
  49. HTMLPath "/srv/ftp.debian.org/web/new/";
  50. Options::Queue "new,backports-new";
  51. }
  52. Show-Deferred
  53. {
  54. LinkPath "/srv/ftp-master.debian.org/deferred/";
  55. DeferredQueue "/srv/upload.debian.org/DEFERRED/";
  56. }
  57. Import-Users-From-Passwd
  58. {
  59. ValidGID "Debian";
  60. // Comma separated list of users who are in Postgres but not the passwd file
  61. KnownPostgres "postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser,debian-backup,dak-code,codesign";
  62. };
  63. Clean-Queues
  64. {
  65. Options
  66. {
  67. Days 14;
  68. };
  69. MorgueSubDir "queues";
  70. };
  71. Control-Overrides
  72. {
  73. Options
  74. {
  75. Component "main";
  76. Suite "unstable";
  77. Type "deb";
  78. };
  79. };
  80. Rm
  81. {
  82. Options
  83. {
  84. Suite "unstable";
  85. };
  86. LogFile "/srv/ftp.debian.org/web/removals.txt";
  87. LogFile822 "/srv/ftp.debian.org/web/removals.822";
  88. Bcc "removed-packages@qa.debian.org";
  89. };
  90. Import-LDAP-Fingerprints
  91. {
  92. LDAPDn "ou=users,dc=debian,dc=org";
  93. LDAPServer "ldap://db.debian.org";
  94. CACertFile "/etc/ssl/ca-debian/ca-certificates.crt";
  95. };
  96. Clean-Suites
  97. {
  98. MorgueSubDir "pool";
  99. };
  100. Process-New
  101. {
  102. LockDir "/srv/ftp-master.debian.org/lock/new/";
  103. };
  104. SuiteMappings
  105. {
  106. "silent-map buster-security oldoldstable-security";
  107. "silent-map bullseye-security oldstable-security";
  108. "silent-map bookworm-security stable-security";
  109. "silent-map trixie-security testing-security";
  110. "propup-version stable-security testing testing-proposed-updates unstable";
  111. "propup-version testing-security unstable";
  112. "propup-version testing unstable";
  113. "map buster oldoldstable";
  114. "map buster-proposed-updates oldoldstable-proposed-updates";
  115. "map buster-updates oldoldstable-proposed-updates";
  116. "map buster-backports-sloppy oldoldstable-backports-sloppy";
  117. "map bullseye oldstable";
  118. "map bullseye-proposed-updates oldstable-proposed-updates";
  119. "map bullseye-updates oldstable-proposed-updates";
  120. "map bullseye-backports-sloppy oldstable-backports-sloppy";
  121. "map bookworm stable";
  122. "map bookworm-proposed-updates proposed-updates";
  123. "map bookworm-updates proposed-updates";
  124. "map bookworm-backports stable-backports";
  125. "map bookworm-backports-sloppy stable-backports-sloppy";
  126. "map trixie testing";
  127. "map trixie-proposed-updates testing-proposed-updates";
  128. "map trixie-updates testing-proposed-updates";
  129. "map trixie-backports testing-backports";
  130. "map trixie-backports-sloppy testing-backports-sloppy";
  131. "map sid unstable";
  132. "map rc-buggy experimental";
  133. "map oldoldstable oldoldstable-proposed-updates";
  134. "map oldoldstable-security oldoldstable-proposed-updates";
  135. "map oldoldstable-updates oldoldstable-proposed-updates";
  136. "map oldstable oldstable-proposed-updates";
  137. "map oldstable-security oldstable-proposed-updates";
  138. "map oldstable-updates oldstable-proposed-updates";
  139. "map stable proposed-updates";
  140. "map stable-security proposed-updates";
  141. "map stable-proposed-updates proposed-updates";
  142. "map stable-updates proposed-updates";
  143. "map testing-updates testing-proposed-updates";
  144. "map-unreleased stable unstable";
  145. "map-unreleased proposed-updates unstable";
  146. "map testing testing-proposed-updates";
  147. "map testing-security testing-proposed-updates";
  148. "map-unreleased testing unstable";
  149. "map-unreleased testing-proposed-updates unstable";
  150. };
  151. AutomaticByHandPackages {
  152. "debian-faq" {
  153. Source "debian-faq";
  154. Section "byhand";
  155. Extension "gz";
  156. Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-debian-faq";
  157. };
  158. "ftpsync" {
  159. Source "archvsync";
  160. Section "byhand";
  161. Extension "tar.gz";
  162. Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-ftpsync";
  163. };
  164. "debian-installer-images" {
  165. Source "debian-installer";
  166. Section "raw-installer";
  167. Extension "tar.gz";
  168. Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-di";
  169. };
  170. "tag-overrides" {
  171. Source "tag-overrides";
  172. Section "byhand";
  173. Extension "tar.gz";
  174. Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-tag";
  175. };
  176. "task-overrides" {
  177. Source "tasksel";
  178. Section "byhand";
  179. Extension "tar.gz";
  180. Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-task";
  181. };
  182. "win32-loader" {
  183. Source "win32-loader";
  184. Section "byhand";
  185. Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-win32-loader";
  186. };
  187. };
  188. Dir
  189. {
  190. Base "/srv/ftp-master.debian.org/";
  191. Root "/srv/ftp-master.debian.org/ftp/";
  192. Pool "/srv/ftp-master.debian.org/ftp/pool/";
  193. Templates "/srv/ftp-master.debian.org/dak/templates/";
  194. Lists "/srv/ftp-master.debian.org/database/dists/";
  195. Cache "/srv/ftp-master.debian.org/database/";
  196. Log "/srv/ftp-master.debian.org/log/";
  197. Lock "/srv/ftp-master.debian.org/lock";
  198. Morgue "/srv/ftp-master.debian.org/morgue/";
  199. Override "/srv/ftp-master.debian.org/scripts/override/";
  200. UrgencyLog "/srv/ftp.debian.org/web/britney/urgencies/";
  201. TempPath "/srv/ftp-master.debian.org/tmp/";
  202. BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/";
  203. Done "/srv/ftp-master.debian.org/queue/done/";
  204. Reject "/srv/ftp-master.debian.org/queue/reject/";
  205. BuildinfoArchive "/srv/ftp-master.debian.org/buildinfo/";
  206. };
  207. Queue-Report
  208. {
  209. ReportLocations
  210. {
  211. 822Location "/srv/ftp.debian.org/web/new.822";
  212. };
  213. };
  214. DB
  215. {
  216. Service "projectb";
  217. // PoolSize should be at least ThreadCount + 1
  218. PoolSize 5;
  219. // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
  220. MaxOverflow 13;
  221. // should be false for encoding == SQL_ASCII
  222. Unicode "false"
  223. };
  224. Urgency
  225. {
  226. Default "low";
  227. Valid
  228. {
  229. low;
  230. medium;
  231. high;
  232. emergency;
  233. critical;
  234. };
  235. };
  236. Common
  237. {
  238. // The default number of threads for multithreading parts of dak:
  239. ThreadCount 16;
  240. }
  241. ByGroup {
  242. dak-unpriv "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-dak";
  243. ftpteam "";
  244. backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports";
  245. };
  246. ByUser {
  247. dak "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-priv";
  248. };
  249. Command::DM {
  250. ACL "dm";
  251. AdminKeyrings {
  252. "/srv/keyring.debian.org/keyrings/debian-keyring.gpg";
  253. };
  254. Keyrings {
  255. "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg";
  256. "/srv/keyring.debian.org/keyrings/debian-nonupload.gpg";
  257. };
  258. };
  259. Command::DM-Admin {
  260. AdminFingerprints {
  261. "4D14050653A402D73687049D2404C9546E145360"; // gwolf
  262. "A4626CBAFF376039D2D7554497BA9CE761A0963B"; // johns
  263. "419FB4B6567E6EF7DEAF80A09026108FB942BEA4"; // noodles
  264. "80E976F14A508A48E9CA3FE9BC372252CA1CF964"; // ansgar
  265. "FBFABDB541B5DC955BD9BA6EDB16CF5BB12525C4"; // joerg
  266. "309911BEA966D0613053045711B4E5FF15B0FD82"; // mhy
  267. };
  268. };
  269. Include {
  270. "/srv/ftp-master.debian.org/dak/config/debian/common.conf";
  271. "/srv/ftp-master.debian.org/dak/config/debian/external-signatures.conf";
  272. };
  273. External-Signature-Requests {
  274. Default-Suites {
  275. "experimental";
  276. "unstable";
  277. "testing-proposed-updates";
  278. "proposed-updates";
  279. "oldstable-proposed-updates";
  280. "testing-backports";
  281. "stable-backports";
  282. "stable-backports-sloppy";
  283. "oldstable-backports";
  284. "oldstable-backports-sloppy";
  285. "bullseye-backports-sloppy";
  286. "bullseye-backports";
  287. "buster-backports-sloppy";
  288. "buster-backports";
  289. };
  290. Export "/srv/ftp-master.debian.org/public/incoming.debian.org/web/debian-buildd/project/external-signatures/requests.json";
  291. ExportSigningKeys { "8B46F1B8C09D0EC19E9C458C6DF948E711DF2F06"; };
  292. };