Joerg Jaspert pushed to branch master at Debian FTP Team / dak
Commits:
-
b717942d
by Paul Gevers at 2025-08-10T10:50:02+00:00
-
9754ce69
by Joerg Jaspert at 2025-08-10T11:23:20+00:00
1 changed file:
Changes:
1 | + |
|
1 | 2 | Dinstall
|
2 | 3 | {
|
3 | 4 | SigningHomedir "/srv/ftp-master.debian.org/s3kr1t/dot-gnupg";
|
... | ... | @@ -22,6 +23,15 @@ Dinstall |
22 | 23 | ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
|
23 | 24 | Tag2UploadHelper "/srv/ftp-master.debian.org/dak/scripts/debian/wrap-tag2upload-verify";
|
24 | 25 | AllowSourceOnlyUploads true;
|
26 | + ThrowAwayNewBinarySuites {
|
|
27 | + "unstable";
|
|
28 | + };
|
|
29 | + ThrowAwayNewBinaryComponents {
|
|
30 | + "main";
|
|
31 | + };
|
|
32 | + AllowSourceOnlyNewSources {
|
|
33 | + "linux";
|
|
34 | + };
|
|
25 | 35 | // if you setup an own dak repository and want to upload Debian packages you most possibly want
|
26 | 36 | // to set the following option to a real path/filename and then enter those mail addresses that
|
27 | 37 | // you want to be able to receive mails generated by your dak installation. This avoids spamming
|