Comment 0 for bug 732612

Revision history for this message
Henning Eggers (henninge) wrote :

Currently, templates and translations for source packages are uploaded by soyuz after the package has been built. Once the source package has upstream translations sharing configured correctly, the translations from the build should be discarded and only the template get uploaded to the package. Translations will then be pulled from the upstream source tree. If translations would still be imported to the source package, these would overwrite the translations done in Launchpad, which is something we don't want.

This should be fixed by using has_upstream_template from lp.translations.utilites.translationssharing to determine whether to upload translations or not. At the moment the hard part seems to be finding the place in the code where this happens ...