X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=5e8f206d8df1c3dc553369745f1faf86e901e6e6;hb=6deba8829083121e7e2bfcc86d3d62a5fb4b53ea;hp=9bc64d52aadd23bec57da5a0bc556aba67fd6e34;hpb=e481e4eb4dfd397ca981df8208badc46ed01eb3f;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 9bc64d52..5e8f206d 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -628,6 +628,22 @@ SuiteMappings "map-unreleased testing-proposed-updates unstable"; }; +AutomaticByHandPackages { + "debian-installer-images" { + Source "xxx-debian-installer"; + Section "raw-installer"; + Extension "tar.gz"; + Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-di"; + }; + + "tag-overrides" { + Source "tag-overrides"; + Section "byhand"; + Extension "tar.gz"; + Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-tag"; + }; +}; + Dir { Root "/srv/ftp.debian.org/ftp/";