X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=243df1ccc247321bdbd189927b9b86d63183ba3c;hb=a36a486d96577002e29f11c22e8e76e5c36cc983;hp=328d5811b176b9483ef802f904856b4aa32ab6bc;hpb=6de9dda69133cf474a9db71bc1bf9d1e4dfe04b5;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 328d5811..243df1cc 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -33,7 +33,7 @@ Dinstall Reject { NoSourceOnly "true"; - ReleaseTransitions "/srv/ftp-master.debian.org/web/transitions.yaml"; + ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml"; }; // if you setup an own dak repository and want to upload Debian packages you most possibly want // to set the following option to a real path/filename and then enter those mail addresses that @@ -80,12 +80,12 @@ Mirror-Split Show-New { - HTMLPath "/srv/ftp-master.debian.org/web/new/"; + HTMLPath "/srv/ftp.debian.org/web/new/"; } Show-Deferred { - LinkPath "/srv/ftp-master.debian.org/web/deferred/"; + LinkPath "/srv/ftp.debian.org/web/deferred/"; DeferredQueue "/srv/queued/DEFERRED/"; } @@ -125,7 +125,7 @@ Rm }; MyEmailAddress "Debian Archive Maintenance "; - LogFile "/srv/ftp-master.debian.org/web/removals.txt"; + LogFile "/srv/ftp.debian.org/web/removals.txt"; Bcc "removed-packages@qa.debian.org"; }; @@ -486,7 +486,7 @@ Queue-Report { ReportLocations { - 822Location "/srv/ftp-master.debian.org/web/new.822"; + 822Location "/srv/ftp.debian.org/web/new.822"; }; }; @@ -494,7 +494,7 @@ DB { Name "projectb"; Host ""; - Port -1; + Port 5433; }; Architectures @@ -653,3 +653,9 @@ Contents Header "contents"; Root "/srv/ftp-master.debian.org/test/"; } + +Common +{ + // The default number of threads for multithreading parts of dak: + ThreadCount 16; +}