TranslationBranchApprover trips over deleted templates.

Bug #531227 reported by Henning Eggers
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

The TranslationBranchApprover goes into great length comparing what templates are in the tree to what templates are in the database. if a template in the database is not found in the tree but other templates are new in the tree, the approver assumes that templates were renamed and does not approve. It is assuming too much here as the template might as well be deleted. This has resulted in lots of "Needs review" templates which could just have been created, putting more load on the manual approval.

I suggest the following simple (and obvious) behaviour:
- If a template name from the tree (deducted from path) is found in the tree, update the path in the database entry and approve the queue entry.
- If a template name is not found in the database, create a new entry.
- Do not care about the other way round (database entries not being found in the tree).

If the uploader renamed a template, this will result in a new template being created besides the old one. With the new ability to deactivate templates, the maintainer can rectify this manually.

Problems will arise with projects that already have templates that were imported from tarball and the human approver did not create the template name from the template path in the same way the branch approver does. When the project switches to imports from branch, this will lead to new templates being created without the template having been renamed. But I think we can fix these interactively with the maintainer.

tags: added: code-integration
Changed in rosetta:
status: New → Triaged
importance: Undecided → High
Revision history for this message
Robert Collins (lifeless) wrote :

There is a separate bug about making template imports use bzr deltas rather than full tree; doing that would solve this implicitly. However for now, this specific bug isn't part of the LP roadmap, though we would happily accept patches.

Changed in launchpad:
importance: High → Low
Curtis Hovey (sinzui)
tags: added: translations-branch
removed: code-integration
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.