From: Ansgar Burchardt Date: Thu, 4 Jul 2013 18:01:15 +0000 (+0200) Subject: No longer generate i18n/Index. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9e8f09be73bbb057b29ad5a40c8472d825e34c33;p=dak.git No longer generate i18n/Index. --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 5574b484..3025c441 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -174,15 +174,6 @@ function pdiff() { } function release() { - # XXX: disable once we can remove i18n/Index (#649314) - log "Generating i18n/Index" - ( - cd "$ftpdir/dists"; - for dist in testing unstable experimental proposed-updates testing-proposed-updates; do - $scriptsdir/generate-i18n-Index $dist; - done - ) - log "Generating Release files" for archive in "${public_archives[@]}"; do dak generate-releases -a "${archive}"