Package: ftp.debian.org Severity: normal Dear FTP Masters,
The address of the DDTP and DDTSS services has recently been changed to become ddtp2.debian.net (see threads starting in [1] and [2] for more context and [3] for the new address announcement). As a consequence, it is necessary to update dak's scripts so it can fetch translated package descriptions again after several months of interruption. I believe that the attached patch does the job (note that i18n.debian.net was just an alias for ddtp.debian.net). Please let me know if I can be of any help. Thanks for all your work as FTP masters, Thomas [1] https://lists.debian.org/debian-i18n/2016/05/msg00008.html [2] https://lists.alioth.debian.org/pipermail/debian-l10n-devel/2016-August/004712.html [3] https://lists.alioth.debian.org/pipermail/debian-l10n-devel/2016-August/004751.html
diff --git a/config/homedir/ssh/ftpmaster-config b/config/homedir/ssh/ftpmaster-config index 083f81f..9939a0a 100644 --- a/config/homedir/ssh/ftpmaster-config +++ b/config/homedir/ssh/ftpmaster-config @@ -13,7 +13,7 @@ Host bugs-sync IdentityFile /srv/ftp-master.debian.org/s3kr1t/id_debbugs-vt Host ddtp-sync - Hostname i18n.debian.net + Hostname ddtp2.debian.net User ddtp-dak IdentityFile /srv/ftp-master.debian.org/s3kr1t/ddtp-dak.rsa

